linuxsampler 2.3.1
LinuxSampler::TotalVoiceCountListener Class Referenceabstract

This class is used as a listener, which is notified when the total number of active voices is changed. More...

#include <EventListeners.h>

Public Member Functions

virtual void TotalVoiceCountChanged (int NewCount)=0
 Invoked when the total number of active voices is changed.
 

Detailed Description

This class is used as a listener, which is notified when the total number of active voices is changed.

Definition at line 319 of file EventListeners.h.

Member Function Documentation

◆ TotalVoiceCountChanged()

virtual void LinuxSampler::TotalVoiceCountListener::TotalVoiceCountChanged ( int  NewCount)
pure virtual

Invoked when the total number of active voices is changed.

Parameters
NewCountThe new number of active voices.

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