This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
ProM
mirror of
https://github.com/DISTRHO/ProM
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix build
master
falkTX
10 years ago
parent
d97f9cd83b
commit
69cfa9414b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/ProM/DistrhoPluginProM.cpp
+ 1
- 1
plugins/ProM/DistrhoPluginProM.cpp
View File
@@ -68,7 +68,7 @@ void DistrhoPluginProM::d_run(const float** inputs, float** outputs, uint32_t fr
if (fPM == nullptr)
return;
if (PCM* const pcm = fPM->pcm())
if (PCM* const pcm =
const_cast<PCM*>
fPM->pcm())
pcm->addPCMfloat(in, frames);
}
Write
Preview
Loading…
Cancel
Save