mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
merge denormal handling work from 2.0-ongoing
git-svn-id: svn://localhost/ardour2/trunk@1937 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0f2f4d8efc
commit
38ed75ff97
17 changed files with 260 additions and 15 deletions
|
|
@ -145,6 +145,10 @@ class RouteUI : public virtual AxisView
|
|||
void toggle_polarity ();
|
||||
virtual void polarity_changed ();
|
||||
|
||||
Gtk::CheckMenuItem *denormal_menu_item;
|
||||
void toggle_denormal_protection();
|
||||
virtual void denormal_protection_changed ();
|
||||
|
||||
void disconnect_input ();
|
||||
void disconnect_output ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue