mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
ARAPluginDemo: Fix crash caused by missing willRemoveRegionSequence() implementation
This commit is contained in:
parent
e2eb4aec94
commit
7392c2af2b
1 changed files with 5 additions and 0 deletions
|
|
@ -513,6 +513,11 @@ public:
|
|||
asyncConfigCallback.startConfigure();
|
||||
}
|
||||
|
||||
void willRemoveRegionSequence (ARA::PlugIn::RegionSequence* rs) noexcept override
|
||||
{
|
||||
regionSequences.erase (static_cast<ARARegionSequence*> (rs));
|
||||
}
|
||||
|
||||
void didAddPlaybackRegion (ARA::PlugIn::PlaybackRegion*) noexcept override
|
||||
{
|
||||
asyncConfigCallback.startConfigure();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue