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:
parent
12765e3761
commit
bbd2184e3b
13 changed files with 102 additions and 131 deletions
|
|
@ -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); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue