sfizz/plugins
Jean Pierre Cimalando 5ed281c6a4 lv2: A6 workaround, single output atom port
Previously, some `patch:Set` messages were directed to a distinct atom
port, when it was for notification purposes rather than automation.

Ardour does not support this, and the ports get assigned the same
buffer, producing corruption.

This commit returns to single-port behavior, and instead replaces
`patch:Set` notification messages with `sfizz:Notify` custom objects;
the UI processes these messages all the same, and they does not trigger
automation in the host.
2021-06-22 17:02:14 +02:00
..
common/plugin Deduplicate win32 string conversions 2021-05-08 16:23:22 +02:00
editor Update vstgui 2021-06-21 21:01:02 +02:00
lv2 lv2: A6 workaround, single output atom port 2021-06-22 17:02:14 +02:00
puredata Display the build ID in puredata 2021-04-30 18:02:35 +02:00
vst Work around Ardour6 parameter edits not working 2021-05-13 18:42:54 +02:00
CMakeLists.txt Eliminate the glib requirement for ui-less plugins 2021-05-08 16:14:15 +02:00