Skip to content
Snippets Groups Projects
Commit 6b531b4a authored by Josh Siegle's avatar Josh Siegle
Browse files

Update RecordNode

parent cc7ee26b
Branches
Tags
No related merge requests found
......@@ -233,7 +233,7 @@ void RecordNode::setParameter (int parameterIndex, float newValue)
{
std::cout << "OPENING FILE: " << continuousChannels[i].filename << std::endl;
File f = File(continuousChannels.filename);
File f = File(continuousChannels[i].filename);
bool fileExists = false;
if (f.exists())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment