Browse Source

Fix the stupidest typo ever

tags/1.9.7
falkTX 10 years ago
parent
commit
919e886bb8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/plugin/carla-lv2.cpp

+ 1
- 1
source/plugin/carla-lv2.cpp View File

@@ -519,7 +519,7 @@ public:
fDescriptor->set_parameter_value(fHandle, i, curValue); fDescriptor->set_parameter_value(fHandle, i, curValue);
} }


if (frames != 0)
if (frames == 0)
return updateParameterOutputs(); return updateParameterOutputs();


// FIXME // FIXME


Loading…
Cancel
Save