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