start trying to remove the use of Plugin::info()->n_{inputs,outputs}, which alway...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 1 Nov 2011 21:48:45 +0000 (21:48 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 1 Nov 2011 21:48:45 +0000 (21:48 +0000)
commit7c9c86af27d2cc6e2e9ad6afcff61b8a7873c287
tree22d2c0f1240f99c35d40bb330185a70007a50242
parent8771e00fab8d10f46b9862afe920ee77fae7b197
start trying to remove the use of Plugin::info()->n_{inputs,outputs}, which alway refer to static (unchanging) information from the plugin metadata, which is not useful in the face of AU-like plugin APIs that can change I/O valency as requested, at least some of the time

git-svn-id: svn://localhost/ardour2/branches/3.0@10386 d708f5d6-7413-0410-9779-e7cbd77b26cf
libs/ardour/audio_unit.cc
libs/ardour/plugin_insert.cc