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 vst build
gh-pages
falkTX
10 years ago
parent
21a46c80d6
commit
6003340e8a
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/DistrhoPluginVST.cpp
+ 1
- 1
distrho/src/DistrhoPluginVST.cpp
View File
@@ -753,7 +753,7 @@ private:
fPlugin.setState(newKey, newValue);
// check if we want to save this key
if (! fPlugin.wantsStateKey(
k
ey))
if (! fPlugin.wantsStateKey(
newK
ey))
return;
// check if key already exists
Write
Preview
Loading…
Cancel
Save