move default_triggers_per_box into a namespace ; change value for Ardour to 16 (GUI edition)

This commit is contained in:
Paul Davis 2022-10-04 19:55:15 -06:00
parent 3c0820e36e
commit 0c2176dd71
14 changed files with 23 additions and 23 deletions

View file

@ -65,7 +65,7 @@ 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 (-1., default_triggers_per_box * 16.)
, _trigger_display (-1., TriggerBox::default_triggers_per_box * 16.)
, _panners (s)
, _level_meter (s)
{