MPE Decompose Processor.
More...
#include <mpeprocessor.h>
MPE Decompose Processor.
decomposes MPE MIDI messages
◆ Processor()
◆ ~Processor()
◆ getSetup()
const Setup & getSetup |
( |
| ) |
const |
◆ changeSetup()
void changeSetup |
( |
const Setup & |
setup | ) |
|
change the MPE setup
make sure that MIDI processing is stopped while this is called.
- Parameters
-
◆ reset()
reset all notes
All playing notes will be stopped and note identifiers are released.
◆ processMIDIInput()
void processMIDIInput |
( |
const uint8_t * |
data, |
|
|
size_t |
dataSize |
|
) |
| |
feed new native MIDI data
- Parameters
-
data | MIDI data buffer |
dataSize | data buffer size in bytes |