add a hidden option to show hidden processors

simplify debugging solo, monitor-processors, etc
This commit is contained in:
Robin Gareus 2015-10-04 19:39:53 +02:00
parent b3ace2e4c8
commit d25e1cb635
3 changed files with 29 additions and 3 deletions

View file

@ -310,6 +310,9 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
sigc::signal<void,boost::shared_ptr<ARDOUR::Processor> > ProcessorUnselected;
static void register_actions();
#ifndef NDEBUG
static bool show_all_processors;
#endif
private: