public void MidiSendNoteOn(Guid deviceId, int channel, int note, int velocity, int duration = 0, bool sendNoteOff = false)
0
False
No description provided.
void
CPH.MidiSendNoteOn(deviceId, channel, note, velocity);
CPH.MidiSendNoteOn(deviceId, channel, note, velocity, duration, sendNoteOff);