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 unused variable
pull/6/head
falkTX
9 years ago
parent
a82e260a1b
commit
8e7dcb4358
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
distrho/src/DistrhoPluginVST.cpp
+ 2
- 0
distrho/src/DistrhoPluginVST.cpp
View File
@@ -340,7 +340,9 @@ public:
intptr_t vst_dispatcher(const int32_t opcode, const int32_t index, const intptr_t value, void* const ptr, const float opt)
intptr_t vst_dispatcher(const int32_t opcode, const int32_t index, const intptr_t value, void* const ptr, const float opt)
{
{
#if DISTRHO_PLUGIN_WANT_STATE
intptr_t ret = 0;
intptr_t ret = 0;
#endif
switch (opcode)
switch (opcode)
{
{
Write
Preview
Loading…
Cancel
Save