This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
tal-reverb-2: use 48000 as fallback sample rate
Signed-off-by: falkTX <falktx@falktx.com>
legacy
falkTX
4 years ago
parent
92bb3a471d
commit
e94c02e303
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
ports/tal-reverb-2/source/TalCore.cpp
+ 1
- 1
ports/tal-reverb-2/source/TalCore.cpp
View File
@@ -48,7 +48,7 @@ TalCore::TalCore()
if (this->getSampleRate() > 0)
sampleRate = (float)this->getSampleRate();
else
sampleRate = 4
41
00.0f;
sampleRate = 4
80
00.0f;
engine = new ReverbEngine(sampleRate);
params = engine->param;
Write
Preview
Loading…
Cancel
Save