summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-24 13:33:09 +0200
committerRobin Gareus <robin@gareus.org>2016-07-24 13:33:09 +0200
commitba815a903b679b002f48589e77032ca4a2799feb (patch)
tree55acab4b3c33f679edb76c656229b74f344bd065
parent7897b750ea4d5cc97c3cb43e930d398a0b6540e9 (diff)
add a ToDo note for after string-freeze
-rw-r--r--gtk2_ardour/processor_box.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc
index 4ba27f10a6..3590c280d6 100644
--- a/gtk2_ardour/processor_box.cc
+++ b/gtk2_ardour/processor_box.cc
@@ -2442,6 +2442,16 @@ ProcessorBox::use_plugins (const SelectedPlugins& plugins)
void
ProcessorBox::weird_plugin_dialog (Plugin& p, Route::ProcessorStreams streams)
{
+ /* XXX this needs to be re-worked!
+ *
+ * With new pin-management "streams" is no longer correct.
+ * p.get_info () is also incorrect for variable i/o plugins (always -1,-1).
+ *
+ * Since pin-management was added, this dialog will only show in a very rare
+ * condition (non-replicated variable i/o configuration failed).
+ *
+ * TODO: simplify the message after the string-freeze is lifted.
+ */
ArdourDialog dialog (_("Plugin Incompatibility"));
Label label;