Struct
ALSASeqEventDataCtl
Description [src]
struct ALSASeqEventDataCtl {
/* No available fields */
}
A boxed object to express data of control event.
A ALSASeqEventDataCtl
is a boxed object to express data of control event. The instance of
object is one of data properties in event.
The object wraps struct snd_seq_ev_ctrl
in UAPI of Linux sound subsystem.
Instance methods
alsaseq_event_data_ctl_get_channel
Get the value of channel for the control event.
alsaseq_event_data_ctl_get_param
Get the parameter for the control event.
alsaseq_event_data_ctl_get_value
Get the value for the control event.
alsaseq_event_data_ctl_set_channel
Set the channel for the control event.
alsaseq_event_data_ctl_set_param
Set the parameter for the control event.
alsaseq_event_data_ctl_set_value
Set the value for the control event.