#include <CarlaEngine.hpp>
◆ convertToMidiData()
uint8_t EngineControlEvent::convertToMidiData |
( |
uint8_t |
channel, |
|
|
uint8_t |
data[3] |
|
) |
| const |
|
noexcept |
Convert this control event into MIDI data. Returns size.
◆ type
◆ param
uint16_t EngineControlEvent::param |
Parameter Id, midi bank or midi program.
◆ midiValue
int8_t EngineControlEvent::midiValue |
Raw midi value, >= 0 if applicable, -1 otherwise.
◆ normalizedValue
float EngineControlEvent::normalizedValue |
Parameter value, normalized to 0.0f<->1.0f.
◆ handled
bool EngineControlEvent::handled |
Indicates that event was handled/received at least once.
The documentation for this struct was generated from the following file: