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

@ -94,8 +94,6 @@ public:
loadNewSample (createAssetInputStream ("singing.ogg"), "ogg");
}
~MultiOutSynth() {}
//==============================================================================
bool canAddBus (bool isInput) const override { return (! isInput && getBusCount (false) < maxMidiChannel); }
bool canRemoveBus (bool isInput) const override { return (! isInput && getBusCount (false) > 1); }