Skip to content

Commit

Permalink
Update CoreServices::RecordNode
Browse files Browse the repository at this point in the history
  • Loading branch information
medengineer committed Feb 6, 2024
1 parent 44b2f1d commit ab545c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/CoreServices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ namespace CoreServices
for (auto* node : getProcessorGraph()->getRecordNodes())
{
if (node->getNodeId() == nodeId || applyToAll)
static_cast<RecordNodeEditor*>(node->getEditor())->setDataDirectory(dir);
{
node->getParameter("directory")->setNextValue(dir);
}
}
}

Expand Down

0 comments on commit ab545c7

Please sign in to comment.