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 with states
gh-pages
falkTX
11 years ago
parent
012e0fcdf8
commit
482d8d4bb2
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
@@ -533,7 +533,7 @@ public:
// found, set value
stateValue = &state[i+1];
setS
haredS
tate(stateKey, stateValue);
setState
FromUi
(stateKey, stateValue);
if (fVstUi != nullptr)
fVstUi->setStateFromPlugin(stateKey, stateValue);
Write
Preview
Loading…
Cancel
Save