This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix build
pull/6/head
falkTX
9 years ago
parent
8a760ef111
commit
9c1aa0c37c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoPluginLV2.cpp
+ 1
- 1
distrho/src/DistrhoPluginLV2.cpp
View File
@@ -1013,7 +1013,7 @@ static LV2_Handle lv2_instantiate(const LV2_Descriptor*, double sampleRate, cons
#endif
d_lastBufferSize = 0;
usingNominal = false;
bool
usingNominal = false;
for (int i=0; options[i].key != 0; ++i)
{
Write
Preview
Loading…
Cancel
Save