예제 #1
0
 //==============================================================================
 bool isBusesLayoutSupported (const BusesLayout& layouts) const override
 {
     return (layouts.getMainInputChannels() == 2);
 }