pierreguillot / Camomile

An audio plugin with Pure Data embedded that allows to load and to control patches
GNU General Public License v3.0
892 stars 62 forks source link

Windows VST3 no audio on startup #303

Open pscorbett opened 2 years ago

pscorbett commented 2 years ago

I built a 64-bit windows VST3 plugin and loaded it into reaper. The GUI loads normally, but the audio doesn't output/passthrough on upon startup. I found that if autoreload is enabled, and I can open the main pd sketch as well and save it, which reloads the plugin and starts the audio. Any ideas what could be causing this?

This is on Windows 10, Camomile 1.0.7, newest version of Reaper, and a VST3 plugin (everything 64 bit). I was mostly testing at 44.1kHz.

The plugin (Leslie sim) is quite complicated, and involves some "shorter" IR convolutions of speakers. I would be happy to share everything if it would help, but not sure if you want it all (wav files etc) uploaded here.

Thanks again!!