Browse Source

Avoided a warning in the demo plugin.

tags/2021-05-28
jules 11 years ago
parent
commit
c0e2afb075
1 changed files with 1 additions and 1 deletions
  1. +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)
{


Loading…
Cancel
Save