This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
Fix the stupidest typo ever
tags/1.9.7
falkTX
10 years ago
parent
2a9ee6562d
commit
919e886bb8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
if (frames
!
= 0)
if (frames
=
= 0)
return updateParameterOutputs();
// FIXME
Write
Preview
Loading…
Cancel
Save