| 14 | } |
| 15 | |
| 16 | int CtrlrSysexProcessor::getGlobalIndex(const CtrlrSysexToken token) |
| 17 | { |
| 18 | return (token.getAdditionalData()); |
| 19 | } |
| 20 | |
| 21 | void CtrlrSysexProcessor::sysExProcessToken (const CtrlrSysexToken token, uint8 *byte, const int value, const int channel) |
| 22 | { |
nothing calls this directly
no test coverage detected