linuxsampler 2.3.1
LinuxSampler::ChannelCountAdapter Class Reference

This class exists as convenience for creating listener objects. More...

#include <EventListeners.h>

Inheritance diagram for LinuxSampler::ChannelCountAdapter:
LinuxSampler::ChannelCountListener

Public Member Functions

virtual void ChannelCountChanged (int NewCount)
 Invoked when the number of sampler channels has changed.
 
virtual void ChannelAdded (SamplerChannel *pChannel)
 
virtual void ChannelToBeRemoved (SamplerChannel *pChannel)
 

Detailed Description

This class exists as convenience for creating listener objects.

The methods in this class are empty.

Definition at line 113 of file EventListeners.h.

Member Function Documentation

◆ ChannelAdded()

virtual void LinuxSampler::ChannelCountAdapter::ChannelAdded ( SamplerChannel pChannel)
inlinevirtual

Implements LinuxSampler::ChannelCountListener.

Definition at line 116 of file EventListeners.h.

◆ ChannelCountChanged()

virtual void LinuxSampler::ChannelCountAdapter::ChannelCountChanged ( int  NewCount)
inlinevirtual

Invoked when the number of sampler channels has changed.

Parameters
NewCountThe new number of sampler channels.

Implements LinuxSampler::ChannelCountListener.

Definition at line 115 of file EventListeners.h.

◆ ChannelToBeRemoved()

virtual void LinuxSampler::ChannelCountAdapter::ChannelToBeRemoved ( SamplerChannel pChannel)
inlinevirtual

Implements LinuxSampler::ChannelCountListener.

Definition at line 117 of file EventListeners.h.


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