ArborealAudio / arbor

Easy-to-use audio plugin framework
https://arborealaudio.com
MIT License
27 stars 0 forks source link

VST2 doesn't really want to have 2 channels #5

Closed ArborealAudio closed 2 months ago

ArborealAudio commented 2 months ago

EDIT: Stereo is working in Reaper & Bitwig. Can't test in Ableton since it won't scan the VST.

Last I tested on Windows, inn Ableton it basically just forces mono.

ArborealAudio commented 2 months ago

I think by switching how we were returning from VST2's dispatch (0 for success instead of 1) we let the host know that it has stereo--somehow, not sure what call verifies this exactly.