JUCE  v5.1.1-3-g1a0b28c73
JUCE API
AudioProcessorValueTreeState::Listener Struct Referenceabstract

A listener class that can be attached to an AudioProcessorValueTreeState. More...

#include <juce_AudioProcessorValueTreeState.h>

Public Member Functions

 Listener ()
 
virtual ~Listener ()
 
virtual void parameterChanged (const String &parameterID, float newValue)=0
 This callback method is called by the AudioProcessorValueTreeState when a parameter changes. More...
 

Detailed Description

A listener class that can be attached to an AudioProcessorValueTreeState.

Use AudioProcessorValueTreeState::addParameterListener() to register a callback.

Constructor & Destructor Documentation

◆ Listener()

AudioProcessorValueTreeState::Listener::Listener ( )

◆ ~Listener()

virtual AudioProcessorValueTreeState::Listener::~Listener ( )
virtual

Member Function Documentation

◆ parameterChanged()

virtual void AudioProcessorValueTreeState::Listener::parameterChanged ( const String parameterID,
float  newValue 
)
pure virtual

This callback method is called by the AudioProcessorValueTreeState when a parameter changes.


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