#include <gig.h>
Public Types | |
type_none = 0x00 | |
No controller defined. | |
type_channelaftertouch = 0x2f | |
Channel Key Pressure. | |
type_velocity = 0xff | |
Key Velocity. | |
type_controlchange = 0xfe | |
Ordinary MIDI control change controller, see field 'controller_number'. | |
enum | type_t { type_none = 0x00, type_channelaftertouch = 0x2f, type_velocity = 0xff, type_controlchange = 0xfe } |
Public Attributes | |
type_t | type |
Controller type. | |
uint | controller_number |
MIDI controller number if this controller is a control change controller, 0 otherwise. |
You should use the respective typedef (means either attenuation_ctrl_t, eg1_ctrl_t or eg2_ctrl_t) in your code!
Definition at line 180 of file gig.h.