Files
ardour/libs/ardour
Robin Gareus 322f1c7d0d LV2: amend previous commit, respect replicated plugin instances
When a plugin is replicated (eg. mono plugin on a stereo-track),
configure_io() is only called for the first instance.
The 2nd instance will not have dedicated buffers but re-use copies
of the first instance. Should the 2nd instance use a LV2 worker-thread or
local communication ports they can not be shared with the first instance.
-> this patch allocates Atom-buffers for each instance.

PS. this still needs more work; there is only one UI instance for
all plugin instances. messages from the UI should go to all
instances.

git-svn-id: svn://localhost/ardour2/branches/3.0@13148 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-08-28 15:42:40 +00:00
..
2012-05-17 00:54:43 +00:00
2012-07-28 09:08:29 +00:00
2012-06-23 05:07:09 +00:00
2012-06-24 12:57:08 +00:00
2012-03-13 20:14:22 +00:00
2012-06-01 16:52:56 +00:00
2012-03-01 21:08:58 +00:00
2012-05-19 14:46:50 +00:00
2012-06-11 10:42:30 +00:00
2011-11-14 11:53:09 +00:00
2012-05-31 22:44:29 +00:00
2011-11-23 00:55:34 +00:00
2012-08-10 17:03:22 +00:00