mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix clicking when processors become active/inactive; reduce crazy 2.5sec delay for quit dialog
git-svn-id: svn://localhost/ardour2/branches/3.0@5402 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2093d59a96
commit
f411496289
20 changed files with 121 additions and 63 deletions
|
|
@ -598,7 +598,7 @@ SoundFileBrowser::add_gain_meter ()
|
|||
|
||||
boost::shared_ptr<Route> r = session->the_auditioner ();
|
||||
|
||||
gm->set_controls (r, r->shared_peak_meter(), r->gain_control(), r->amp());
|
||||
gm->set_controls (r, r->shared_peak_meter(), r->amp());
|
||||
|
||||
meter_packer.set_border_width (12);
|
||||
meter_packer.pack_start (*gm, false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue