mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Fixed a typo in the AUv3Synth sample code
This commit is contained in:
parent
7582952cdf
commit
d3efd6e685
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public:
|
|||
//==============================================================================
|
||||
bool isBusesLayoutSupported (const BusesLayout& layouts) const override
|
||||
{
|
||||
return (layouts.getMainInputChannels() == 2);
|
||||
return (layouts.getMainOutputChannels() == 2);
|
||||
}
|
||||
|
||||
void prepareToPlay (double sampleRate, int estimatedMaxSizeOfBuffer) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue