mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Various optimisations to speed up rec-enable.
git-svn-id: svn://localhost/ardour2/branches/3.0@6227 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4497db3f1a
commit
fddc11f556
18 changed files with 107 additions and 25 deletions
|
|
@ -480,9 +480,9 @@ RouteParams_UI::route_selected()
|
|||
}
|
||||
|
||||
void
|
||||
RouteParams_UI::processors_changed ()
|
||||
RouteParams_UI::processors_changed (RouteProcessorChange c)
|
||||
{
|
||||
ENSURE_GUI_THREAD(mem_fun(*this, &RouteParams_UI::processors_changed));
|
||||
ENSURE_GUI_THREAD (bind (mem_fun (*this, &RouteParams_UI::processors_changed), c));
|
||||
cleanup_view();
|
||||
|
||||
_processor.reset ((Processor*) 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue