#ifndef OSC2MIDI_H #define OSC2MIDI_H #include uint8_t getVar(const char *str, int index); uint8_t getCC(const char *str); uint8_t getMIDIChannel(const char *str); #endif