MPE Decompose Processor.  
 More...
#include <mpeprocessor.h>
MPE Decompose Processor. 
decomposes MPE MIDI messages 
      
        
          | const Setup & getSetup | ( |  | ) | const | 
      
 
 
      
        
          | void changeSetup | ( | const Setup & | setup | ) |  | 
      
 
change the MPE setup 
make sure that MIDI processing is stopped while this is called.
- Parameters
- 
  
  
 
 
reset all notes 
All playing notes will be stopped and note identifiers are released. 
 
 
      
        
          | 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 |