Skip to content

Commit

Permalink
fix file load event flow (dashboard and other classes)
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Sep 24, 2024
1 parent f1d555f commit 8ade954
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Modules/juce_timeline
8 changes: 0 additions & 8 deletions Source/Common/Processor/Action/Action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,6 @@ void Action::loadJSONDataItemInternal(var data)
if (hasOffConsequences) csmOff->loadJSONData(data.getProperty("consequencesOff", var()));
}

void Action::endLoadFile()
{
Engine::mainEngine->removeEngineListener(this);
//if (actionRoles.contains(Role::ACTIVATE) && cdm != nullptr)
//{
// for (int i = 0; i < getMultiplexCount(); i++) if (cdm->getIsValid(i, false)) triggerConsequences(true, i);
//}
}

void Action::onContainerTriggerTriggered(Trigger* t)
{
Expand Down
1 change: 0 additions & 1 deletion Source/Common/Processor/Action/Action.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Action :

virtual var getJSONData() override;
virtual void loadJSONDataItemInternal(var data) override;
virtual void endLoadFile() override;

virtual ProcessorUI* getUI() override;

Expand Down

0 comments on commit 8ade954

Please sign in to comment.