mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
add a hidden option to show hidden processors
simplify debugging solo, monitor-processors, etc
This commit is contained in:
parent
b3ace2e4c8
commit
d25e1cb635
3 changed files with 29 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue