Robin Gareus
322f1c7d0d
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 |
||
---|---|---|
.. | ||
appleutility | ||
ardour | ||
audiographer | ||
clearlooks-newer | ||
clearlooks-older | ||
evoral | ||
fst | ||
gtkmm2ext | ||
midi++2 | ||
panners | ||
pbd | ||
qm-dsp | ||
rubberband | ||
surfaces | ||
taglib | ||
timecode | ||
vamp-plugins | ||
vamp-sdk | ||
.cvsignore |