mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
attach triggerbox to triggerbox widget after construction
This commit is contained in:
parent
1e09a12642
commit
d933af6c81
4 changed files with 23 additions and 14 deletions
|
|
@ -63,13 +63,15 @@ TriggerStrip::TriggerStrip (Session* s, boost::shared_ptr<ARDOUR::Route> rt)
|
|||
, _pb_selection ()
|
||||
, _tmaster_widget (-1, 16)
|
||||
, _processor_box (s, boost::bind (&TriggerStrip::plugin_selector, this), _pb_selection, 0)
|
||||
, _trigger_display (*rt->triggerbox (), -1., TriggerBox::default_triggers_per_box * 16.)
|
||||
, _trigger_display (-1., TriggerBox::default_triggers_per_box * 16.)
|
||||
, _panners (s)
|
||||
, _level_meter (s)
|
||||
{
|
||||
init ();
|
||||
set_route (rt);
|
||||
|
||||
_trigger_display.set_triggerbox (rt->triggerbox ().get());
|
||||
|
||||
io_changed ();
|
||||
name_changed ();
|
||||
map_frozen ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue