Native interface class for OSC Control, to be implemented in C++. More...
#include <ST_OSControlInterface.h>
Public Member Functions | |
void | OnOSCItemRegistered () |
void | OnOSCItemDeregistered () |
Native interface class for OSC Control, to be implemented in C++.
Provides hooks for objects that wish to respond to being registered or deregistered in an OSC-aware system.
void IST_OSControlInterface::OnOSCItemDeregistered | ( | ) |
Called when an OSC item is deregistered from the OSC control system. Implement this to perform cleanup or unbinding logic.
void IST_OSControlInterface::OnOSCItemRegistered | ( | ) |
Called when an OSC item is registered into the OSC control system. Implement this to perform initialization, binding, or other startup logic.