sfizz/plugins/lv2
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
..
external/ardour/ardour Move plugins to subdirectories 2021-02-08 15:41:21 +01:00
lv2 Move plugins to subdirectories 2021-02-08 15:41:21 +01:00
resources Move plugins to subdirectories 2021-02-08 15:41:21 +01:00
CMakeLists.txt Volume meter for plugin editors 2021-04-26 15:52:29 +02:00
lgpl-3.0.txt Move plugins to subdirectories 2021-02-08 15:41:21 +01:00
LICENSE.md.in Move plugins to subdirectories 2021-02-08 15:41:21 +01:00
lv2.version Move plugins to subdirectories 2021-02-08 15:41:21 +01:00
lv2ui.version Move plugins to subdirectories 2021-02-08 15:41:21 +01:00
manifest.ttl.in CC as parameters for LV2 2021-04-05 18:28:26 +02:00
sfizz.cpp lv2: A6 workaround, single output atom port 2021-06-22 17:02:14 +02:00
sfizz.ttl.in lv2: A6 workaround, single output atom port 2021-06-22 17:02:14 +02:00
sfizz_lv2.h lv2: A6 workaround, single output atom port 2021-06-22 17:02:14 +02:00
sfizz_lv2_common.cpp Volume meter for plugin editors 2021-04-26 15:52:29 +02:00
sfizz_lv2_plugin.h lv2: A6 workaround, single output atom port 2021-06-22 17:02:14 +02:00
sfizz_ui.cpp lv2: A6 workaround, single output atom port 2021-06-22 17:02:14 +02:00
sfizz_ui.ttl.in Volume meter for plugin editors 2021-04-26 15:52:29 +02:00
vstgui_helpers.cpp Update to VST 3.7.2 2021-04-08 07:07:12 +02:00
vstgui_helpers.h Update to VST 3.7.2 2021-04-08 07:07:12 +02:00