]> git.donarmstrong.com Git - lilypond.git/commit
Midi: only output PORT if midiChannelMapping == #'voice.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 14 Mar 2011 09:08:06 +0000 (10:08 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 14 Mar 2011 09:08:21 +0000 (10:08 +0100)
commit1dbfe58548c0dbea3a09c94eb03113aaaaa73c75
treefbff1b6a8e57e9169842f286d9dd6789f218dd0c
parentbdaa25bf09f060e631c5fa088ca4987f60707b8a
Midi: only output PORT if midiChannelMapping == #'voice.

This reduces the risk of creating trouble for the default
#'instrument-mode output and the old #'staff-mode output,
while leaving the option open for MIDI-players to do the
right thing with ports in the #'voice-mode: in each track,
each channel 0 should be able to play another instrument.
lily/audio-column.cc
lily/audio-staff.cc
lily/include/audio-staff.hh
lily/include/midi-chunk.hh
lily/include/performance.hh
lily/midi-chunk.cc
lily/performance.cc
lily/score-performer.cc