VJ Master 1.0
Real-time audio analysis and visualisation.
Loading...
Searching...
No Matches
IST_OSControlInterface Class Reference

Native interface class for OSC Control, to be implemented in C++. More...

#include <ST_OSControlInterface.h>

Public Member Functions

void OnOSCItemRegistered ()
void OnOSCItemDeregistered ()

Detailed Description

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.

Member Function Documentation

◆ OnOSCItemDeregistered()

void IST_OSControlInterface::OnOSCItemDeregistered ( )

Called when an OSC item is deregistered from the OSC control system. Implement this to perform cleanup or unbinding logic.

◆ OnOSCItemRegistered()

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.


The documentation for this class was generated from the following file:
  • H:/Games/Unreal/Aaron/FunWithShaders/Plugins/ST_VJMaster/Source/ST_AudioControl/Public/OSC/ST_OSControlInterface.h