FigBug / Wavetable

Wavetable synth
https://socalabs.com/synths/wavetable/
BSD 3-Clause "New" or "Revised" License
145 stars 11 forks source link

No audio output for plugins under Linux #19

Closed gjones007 closed 1 year ago

gjones007 commented 1 year ago

The LV2 and VST3 plugins (1.02) on Linux (Fedora 38 using Reaper 6.82) the plugin shows 2 input channels, no audio output channels. Everything appears to be running, but no audio output is generated. The standalone binary works.

Same version of the VST3 plugin on Windows using Reaper 6.82 shows 2 channels of output, and works.

FigBug commented 1 year ago

Did you build yourself or use binaries I built?

FigBug commented 1 year ago

Can you try https://github.com/FigBug/Wavetable/releases and let me know if it fixes it?

FigBug commented 1 year ago

Maybe fixed in 681be5731b4e50b9ecd9754f08406d5c60de0400

gjones007 commented 1 year ago

Sorry for the delay, yes that did fix the issue! Thank you!