mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
make strip-as-GUI-for-send work for metering too ; frame around session summary widget ; tooltip for editor group tabs ; route group dialog name entry is now activatable (return == click on ok)
git-svn-id: svn://localhost/ardour2/branches/3.0@6137 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
648450781b
commit
8f7f171877
9 changed files with 120 additions and 104 deletions
|
|
@ -362,8 +362,6 @@ Delivery::state (bool full_state)
|
|||
node.add_property("type", "delivery");
|
||||
}
|
||||
|
||||
std::cerr << "delivery " << _name << " storing role " << _role << " as " << enum_2_string (_role) << std::endl;
|
||||
|
||||
node.add_property("role", enum_2_string(_role));
|
||||
node.add_child_nocopy (_panner->state (full_state));
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,8 @@ Send::deactivate ()
|
|||
{
|
||||
_amp->deactivate ();
|
||||
_meter->deactivate ();
|
||||
|
||||
_meter->reset ();
|
||||
|
||||
Processor::deactivate ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue