|
MidiEvent | make_aftertouch (uint16 chnl, uint8 mkey, float velo, float tune, uint nid) |
|
MidiEvent | make_control (uint16 chnl, uint prm, float val) |
|
MidiEvent | make_control8 (uint16 chnl, uint prm, uint8 cval) |
|
MidiEvent | make_note_off (uint16 chnl, uint8 mkey, float velo, float tune, uint nid) |
|
MidiEvent | make_note_on (uint16 chnl, uint8 mkey, float velo, float tune, uint nid) |
|
MidiEvent | make_param_value (uint param, double pvalue) |
|
MidiEvent | make_pitch_bend (uint16 chnl, float val) |
|
MidiEvent | make_pressure (uint16 chnl, float velo) |
|
MidiEvent | make_program (uint16 chnl, uint prgrm) |
|