uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
|
Data structure for program information. More...
#include <program.h>
Data Fields | |
uint8_t | number |
Program number [0..PROGRAM_COUNT-1]. More... | |
uint32_t | data |
The application specific program data as a 32-bit word. More... | |
Data structure for program information.
uint32_t program::data |
The application specific program data as a 32-bit word.
uint8_t program::number |
Program number [0..PROGRAM_COUNT-1].