A base class for listeners that want to know about changes to an ARAEditorView object.
More...
#include <juce_ARAPlugInInstanceRoles.h>
A base class for listeners that want to know about changes to an ARAEditorView object.
Use ARAEditorView::addListener() to register your listener with an ARAEditorView.
◆ ~Listener()
virtual ARAEditorView::Listener::~Listener |
( |
| ) |
|
|
virtualdefault |
◆ onNewSelection()
Called when the editor view's selection changes.
- Parameters
-
viewSelection | The current selection state |
◆ onHideRegionSequences()
Called when region sequences are flagged as hidden in the host UI.
- Parameters
-
regionSequences | A vector containing all hidden region sequences. |
The documentation for this class was generated from the following file: