mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Avoided a warning in the demo plugin.
This commit is contained in:
parent
ed289488e0
commit
c0e2afb075
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue