linuxsampler 2.3.1
LinuxSampler::VirtualMidiDevice::event_t Struct Reference

#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).
 

Detailed Description

Definition at line 31 of file VirtualMidiDevice.h.

Member Data Documentation

◆ Arg1

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.

◆ Arg2

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.

◆ Type

event_type_t LinuxSampler::VirtualMidiDevice::event_t::Type

Definition at line 32 of file VirtualMidiDevice.h.


The documentation for this struct was generated from the following file: