Real Time Open Sound Control librtosc
|
Classes | |
class | PendingQueue |
Public Member Functions | |
void | setBackendCb (std::function< void(const char *)> cb) |
void | setFrontendCb (std::function< void(const char *)> cb) |
void | handleCC (int ID, int val) |
void | addWatch (void) |
void | remWatch (void) |
Port | addWatchPort (void) |
Port | removeWatchPort (void) |
Port | bindPort (void) |
Public Attributes | |
PendingQueue | pending |
MidiMapperStorage * | storage |
unsigned | watchSize |
std::function< void(const char *)> | backend |
std::function< void(const char *)> | frontend |
Static Public Attributes | |
static const Ports | ports |