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
42
Activity
Browse Source
Fix typo
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX
3 years ago
parent
83731c404a
commit
7537be13ae
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/native-plugins/audio-file.cpp
+ 1
- 1
source/native-plugins/audio-file.cpp
View File
@@ -155,7 +155,7 @@ protected:
NATIVE_PARAMETER_IS_OUTPUT);
param.ranges.def = 0.0f;
param.ranges.min = 0.0f;
param.ranges.max =
32
.0f;
param.ranges.max =
64
.0f;
break;
case kParameterInfoSampleRate:
param.name = "Sample Rate";
Write
Preview
Loading…
Cancel
Save