FigBug / SID

GNU General Public License v3.0
44 stars 3 forks source link

No Audio Output Pins #14

Open xor-musix opened 10 months ago

xor-musix commented 10 months ago

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?