Fix Linux bus layouts

This commit is contained in:
Roland Rabien 2023-09-28 08:24:34 -07:00
commit 681be5731b
4 changed files with 10 additions and 3 deletions

View file

@ -448,7 +448,8 @@ void extractWavetables()
#endif
//==============================================================================
WavetableAudioProcessor::WavetableAudioProcessor() : gin::Processor (false)
WavetableAudioProcessor::WavetableAudioProcessor()
: gin::Processor (juce::AudioProcessor::BusesProperties().withOutput ("Output", juce::AudioChannelSet::stereo(), true), false)
{
{
auto sz = 0;