lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

can I set panning in midi


From: Karl Hammar
Subject: can I set panning in midi
Date: Thu, 5 Sep 2013 13:59:18 +0200 (CEST)

I can set midi instrument with e.g.

Ms = \relative c' {
 c
 % ...
}
Ma = \relative c' {
 a
 % ...
}
% etc...

\score { \unfoldRepeats
  <<
    %\set Score.midiInstrument = #"church organ" % 20
    %\set Score.midiInstrument = #"electric bass (finger)" % 34
    %\set Score.midiInstrument = #"choir aahs" % 52
    %\set Score.midiInstrument = #"voice oohs" % 53
    %\set Score.midiInstrument = #"tenor sax" % 66

    \new Staff {        
      \set Staff.midiInstrument = #"voice oohs"
      \Ms
    }
    \new Staff { 
      \set Staff.midiInstrument = #"choir aahs"
      \Ma
    }
%...
  >>
  \midi { \tempo 4 = 144 }
}

but can I set where in the stereo left-right sound picture the sound
will be placed ?

Regards,
/Karl Hammar

-----------------------------------------------------------------------
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57





reply via email to

[Prev in Thread] Current Thread [Next in Thread]