#include <juce_MPEZoneLayout.h>
Public Member Functions | |
virtual | ~Listener ()=default |
Destructor. More... | |
virtual void | zoneLayoutChanged (const MPEZoneLayout &layout)=0 |
Implement this callback to be notified about any changes to this MPEZoneLayout. More... | |
Listener class.
Derive from this class to allow your class to be notified about changes to the zone layout.
|
virtualdefault |
Destructor.
|
pure virtual |
Implement this callback to be notified about any changes to this MPEZoneLayout.
Will be called whenever a zone is added, zones are removed, or any zone's master or note pitchbend ranges change.