|
uMIDI
The swiss army knife for quick and easy developement of MIDI applications.
|
MIDI switcher module API. More...

Go to the source code of this file.
Functions | |
| bool | exec_backup (const char *command) |
Handler for the backup command. More... | |
| bool | exec_load (const char *command) |
Handler for the load command. More... | |
| bool | exec_relay (const char *command) |
Handler for the relays command. More... | |
| bool | exec_restore (const char *command) |
Handler for the restore command. More... | |
| bool | exec_save (const char *command) |
Handler for the save command. More... | |
| void | execute_program (uint32_t program_data) |
| Replace current program by given program_data and update relays accordingly. More... | |
| void | handle_program_change (uint8_t program) |
| Callback for unimplemented midi messages. More... | |
| void | unknown_midi_message_handler (void) |
| Task for polling all switches and update current program. More... | |
| void | poll_switches (void) |
MIDI switcher module API.
| bool exec_backup | ( | const char * | command | ) |
Handler for the backup command.
| bool exec_load | ( | const char * | command | ) |
Handler for the load command.
| bool exec_relay | ( | const char * | command | ) |
Handler for the relays command.
| bool exec_restore | ( | const char * | command | ) |
Handler for the restore command.
| bool exec_save | ( | const char * | command | ) |
Handler for the save command.
| void execute_program | ( | uint32_t | program_data | ) |
Replace current program by given program_data and update relays accordingly.
Callback for program changes
| void handle_program_change | ( | uint8_t | program | ) |
Callback for unimplemented midi messages.
| void poll_switches | ( | void | ) |
| void unknown_midi_message_handler | ( | void | ) |
Task for polling all switches and update current program.
1.8.13