zamaudio / zam-plugins

Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing
http://www.zamaudio.com/?p=976
GNU General Public License v2.0
267 stars 37 forks source link

Sample rate changes #90

Closed falkTX closed 1 year ago

falkTX commented 1 year ago

For VST3 and CLAP plugin formats, the runtime sample rate is not known when the plugin is first created. Only when plugin gets activated by the host do we know this information. DPF handles this by triggering a sample rate change callback, informing the plugin (and UI) of the change.

In order to get zam plugins working nicely in these formats, they need to implement sample rate changes.

falkTX commented 1 year ago

Fixed by #91

zamaudio commented 1 year ago

Merged 91, closing