Skip to content
Snippets Groups Projects
Commit a86577af authored by open-ephys's avatar open-ephys
Browse files

Merge pull request #29 from interpretivechaos/master

Removes updateParameterButtons from AudioNode 
parents a3635cdd 385f1162
No related branches found
No related tags found
No related merge requests found
...@@ -60,3 +60,5 @@ cscope.out ...@@ -60,3 +60,5 @@ cscope.out
*.events *.events
.DS_Store .DS_Store
Builds/MacOSX/open-ephys.xcodeproj/project.xcworkspace/xcuserdata/ryan.xcuserdatad/UserInterfaceState.xcuserstate
...@@ -128,7 +128,6 @@ void AudioNode::addInputChannel(GenericProcessor* sourceNode, int chan) ...@@ -128,7 +128,6 @@ void AudioNode::addInputChannel(GenericProcessor* sourceNode, int chan)
void AudioNode::setParameter(int parameterIndex, float newValue) void AudioNode::setParameter(int parameterIndex, float newValue)
{ {
editor->updateParameterButtons(parameterIndex);
// change left channel, right channel, or volume // change left channel, right channel, or volume
if (parameterIndex == 1) if (parameterIndex == 1)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment