This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Avoided a warning in the demo plugin.
tags/2021-05-28
jules
11 years ago
parent
ed289488e0
commit
c0e2afb075
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extras/audio plugin demo/Source/PluginProcessor.cpp
+ 1
- 1
extras/audio plugin demo/Source/PluginProcessor.cpp
View File
@@ -55,7 +55,7 @@ public:
angleDelta = cyclesPerSample * 2.0 * double_Pi;
}
void stopNote (float velocity, bool allowTailOff) override
void stopNote (float
/*
velocity
*/
, bool allowTailOff) override
{
if (allowTailOff)
{
Write
Preview
Loading…
Cancel
Save