MidiSendNoteOnByName

C# Methods Reference

public void MidiSendNoteOnByName(string name, int channel, int note, int velocity, int duration = 0, bool sendNoteOff = false)
name
string required
channel
int required
note
int required
velocity
int required
duration
int
sendNoteOff
bool
void
CPH.MidiSendNoteOnByName(name, channel, note, velocity);
CPH.MidiSendNoteOnByName(name, channel, note, velocity, duration, sendNoteOff);