On December 24, 2015 02:10:56 AM Tim E. Real wrote:
> Next, the lines in midi.cpp will become like this:
>   md->addStuckNote(MusECore::MidiPlayEvent(tick + len, port, channel,
>     instr->useNoteOffs ? MusECore::ME_NOTEOFF :
>           MusECore::ME_NOTEON, pitch, 0));

Oops, sorry more like this:

md->addStuckNote(MusECore::MidiPlayEvent(tick + len, port, channel,
  instr->useNoteOffs ? MusECore::ME_NOTEOFF :
        MusECore::ME_NOTEON, pitch, instr->useNoteOffs ? velOff : 0));

T.

------------------------------------------------------------------------------
_______________________________________________
Lmuse-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmuse-developer

Reply via email to