]> git.donarmstrong.com Git - lilypond.git/commit
MIDI: always output all midi events. Fixes #1593.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 5 Apr 2011 20:08:34 +0000 (22:08 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 5 Apr 2011 20:09:23 +0000 (22:09 +0200)
commitf114e3c33f9c37c39c7a3fedf66ca5a074785118
treee10b2b44162022a9dc1c3598fd3d168e9e8277b9
parent2e8af646c57285dc4946205ddab0257bc4ef6270
MIDI: always output all midi events.  Fixes #1593.

It seemed to be a good trick to not output midi dynamics and use note
velocities instead.  However, all events are preceeded by delta times
so we need every midi event.

When we are using note velocities, always output the default midi
channel value, which is 100.
input/regression/midi/rest-dynamic.ly [new file with mode: 0644]
lily/midi-chunk.cc
lily/midi-item.cc