|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <types.h>
Public Attributes | |
| union { | |
| byte note_number | |
| byte controller_number | |
| }; | |
| union { | |
| byte velocity | |
| byte value | |
| }; | |
Definition at line 67 of file midi++2/midi++/types.h.
| union { ... } |
| union { ... } |
| byte MIDI::EventTwoBytes::controller_number |
Definition at line 70 of file midi++2/midi++/types.h.
| byte MIDI::EventTwoBytes::note_number |
Definition at line 69 of file midi++2/midi++/types.h.
| byte MIDI::EventTwoBytes::value |
Definition at line 74 of file midi++2/midi++/types.h.
| byte MIDI::EventTwoBytes::velocity |
Definition at line 73 of file midi++2/midi++/types.h.