SID icon indicating copy to clipboard operation
SID copied to clipboard

No Audio Output Pins

Open xor-musix opened this issue 7 months ago • 0 comments

Hi @FigBug,

I just compiled SID on Manjaro and opend it as LV2 and VST in JUCE AudioPluginHost and Reaper. Unfortunately I was not able to get any sound out of the SID plugin, because it didn't had any audio output channels exposed to the host. Screenshot from 2023-11-20 10-21-40

In the CMakeMakeList.txt I found JucePlugin_PreferredChannelConfigurations={0,1}, which I think means, zero input, one output, right? But removing JucePlugin_PreferredChannelConfigurations gave me two audio in and out pins to connect to. Screenshot from 2023-11-20 10-14-07

Is this by intention?

xor-musix avatar Nov 20 '23 09:11 xor-musix