Struct
ALSASeqEventDataNote
Description [src]
struct ALSASeqEventDataNote {
/* No available fields */
}
A boxed object to express data of note event.
A ALSASeqEventDataNote
is a boxed object to express data of note event. The instance of
object is one of data properties in event.
The object wraps struct snd_seq_ev_note
in UAPI of Linux sound subsystem.
Instance methods
alsaseq_event_data_note_get_channel
Get the value of channel in the note event.
alsaseq_event_data_note_get_duration
Get the value of duration in the note event.
alsaseq_event_data_note_get_note
Get the value of note in the note event.
alsaseq_event_data_note_get_off_velocity
Get the value of off-velocity in the note event.
alsaseq_event_data_note_get_velocity
Get the value of velocity in the note event.
alsaseq_event_data_note_set_channel
Set the value of channel for the note event.
alsaseq_event_data_note_set_duration
Set the value of duration for the note event.
alsaseq_event_data_note_set_note
Set the value of note for the note event.
alsaseq_event_data_note_set_off_velocity
Set the value of note for the off-velocity event.
alsaseq_event_data_note_set_velocity
Set the value of note for the velocity event.