linuxsampler 2.3.1
|
#include <VirtualMidiDevice.h>
Public Attributes | |
event_type_t | Type |
uint8_t | Arg1 |
Depends on Type (e.g. key number for note on/off events). | |
uint8_t | Arg2 |
Depends on Type (e.g. velocity for note on/off events). | |
Definition at line 31 of file VirtualMidiDevice.h.
uint8_t LinuxSampler::VirtualMidiDevice::event_t::Arg1 |
Depends on Type
(e.g. key number for note on/off events).
Definition at line 33 of file VirtualMidiDevice.h.
uint8_t LinuxSampler::VirtualMidiDevice::event_t::Arg2 |
Depends on Type
(e.g. velocity for note on/off events).
Definition at line 34 of file VirtualMidiDevice.h.
event_type_t LinuxSampler::VirtualMidiDevice::event_t::Type |
Definition at line 32 of file VirtualMidiDevice.h.