NoteOff
virtual void NoteOff(
virtual void NoteOff(
virtual void NoteOff(
virtual void NoteOff(
virtual void NoteOff(
virtual void NoteOff(
fMidiSynth.NoteOff(channel + 1, note, velocity, time / 1000);
virtual void NoteOff(uchar channel, uchar note, uchar velocity,
fMidiObject->NoteOff(channel + 1, note, velocity, MAKE_TIME(time));
virtual void NoteOff(
virtual void NoteOff(
be_synth->fSynth->NoteOff(channel, note + fTranspose, velocity, time);
void NoteOff(uchar, uchar, uchar, uint32);
NoteOff(data[0] & 0x0F, data[1], data[2], time);