1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Demos: Fix some build issues in demos with more warnings enabled

This commit is contained in:
reuk 2020-03-19 19:20:18 +00:00
parent 12765e3761
commit bbd2184e3b
13 changed files with 102 additions and 131 deletions

View file

@ -61,8 +61,6 @@ public:
addParameter (speed = new AudioParameterFloat ("speed", "Arpeggiator Speed", 0.0, 1.0, 0.5));
}
~Arpeggiator() {}
//==============================================================================
void prepareToPlay (double sampleRate, int samplesPerBlock) override
{