mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix Linux bus layouts
This commit is contained in:
parent
4dd62bf66f
commit
681be5731b
4 changed files with 10 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue