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

Interface for DMX control item management. More...

#include <ST_DMXControlInterface.h>

Public Member Functions

void OnDMXItemRegistered ()
 Called when a DMX item is registered.
void OnDMXItemDeregistered ()
 Called when a DMX item is deregistered.

Detailed Description

Interface for DMX control item management.

Classes implementing this interface can handle events when DMX items are registered or deregistered.

Member Function Documentation

◆ OnDMXItemDeregistered()

void IST_DMXControlInterface::OnDMXItemDeregistered ( )

Called when a DMX item is deregistered.

Implement this function to define behavior when a DMX item is removed from the system.

◆ OnDMXItemRegistered()

void IST_DMXControlInterface::OnDMXItemRegistered ( )

Called when a DMX item is registered.

Implement this function to define behavior when a new DMX item is registered with the system.


The documentation for this class was generated from the following file: