Skip to content

Commit

Permalink
Create a new dir if record engine changes
Browse files Browse the repository at this point in the history
  • Loading branch information
medengineer committed May 8, 2024
1 parent 69c0360 commit bc0db43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Processors/RecordNode/RecordNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ void RecordNode::parameterValueChanged(Parameter* p)
{
LOGD("Parameter changed: engine");
setEngine(((CategoricalParameter*)p)->getSelectedString());
createNewDirectory();
}
else if (p->getName() == "events")
{
Expand Down

0 comments on commit bc0db43

Please sign in to comment.