mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AudioPluginDemo: removed deprecated input/outputChannel methods to avoid compiler warning.
This commit is contained in:
parent
56b6efbbad
commit
3f50693025
1 changed files with 0 additions and 6 deletions
|
|
@ -50,12 +50,6 @@ public:
|
|||
//==============================================================================
|
||||
const String getName() const override { return JucePlugin_Name; }
|
||||
|
||||
const String getInputChannelName (int channelIndex) const override { return String (channelIndex + 1); }
|
||||
const String getOutputChannelName (int channelIndex) const override { return String (channelIndex + 1); }
|
||||
|
||||
bool isInputChannelStereoPair (int /*index*/) const override { return true; }
|
||||
bool isOutputChannelStereoPair (int /*index*/) const override { return true; }
|
||||
|
||||
bool acceptsMidi() const override { return true; }
|
||||
bool producesMidi() const override { return true; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue