Skip to content
Snippets Groups Projects
Commit 5642d8af authored by Jakob Voigts's avatar Jakob Voigts
Browse files

Merge branch 'master' of github.com:open-ephys/GUI

parents 2c9fecc6 a86577af
No related branches found
No related tags found
No related merge requests found
......@@ -60,3 +60,5 @@ cscope.out
*.events
.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)
void AudioNode::setParameter(int parameterIndex, float newValue)
{
editor->updateParameterButtons(parameterIndex);
// change left channel, right channel, or volume
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