![]() |
![]() |
![]() |
GPS04 Reference Manual | ![]() |
---|---|---|---|---|
#include <gps04-midi-note-on-event.h> GPS04MidiNoteOnEvent; GPS04MidiEvent* gps04_midi_note_on_event_new (guint channel, guint key, guint velocity);
GPS04MidiEvent* gps04_midi_note_on_event_new (guint channel, guint key, guint velocity);
Creates a new "Note On" event.
channel : |
The MIDI channel (0-15). |
key : |
The key (note) value (0-127). |
velocity : |
The velocity value (0-127). |
Returns : | a new GPS04MidiNoteOnEvent. |