mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix 'live' CC sending of bar controllers after loading session (previously only worked when immediately created by user).
git-svn-id: svn://localhost/ardour2/trunk@2116 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
19273e824d
commit
b942d3613e
11 changed files with 34 additions and 18 deletions
|
|
@ -59,7 +59,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session& s, boost::shared_ptr<Ro
|
|||
_route (r),
|
||||
_control (c),
|
||||
_automatable (a),
|
||||
_controller(AutomationController::create(s, c->list(), c)),
|
||||
_controller(AutomationController::create(a, c->list(), c)),
|
||||
_base_rect (0),
|
||||
_name (nom),
|
||||
height_button (_("h")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue