mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
triggerbox: some initial fixups for always-there trigger display
This commit is contained in:
parent
6a0b720d8f
commit
81ebe47fdd
2 changed files with 4 additions and 3 deletions
|
|
@ -112,7 +112,7 @@ MixerStrip::MixerStrip (Mixer_UI& mx, Session* sess, bool in_mixer)
|
||||||
, processor_box (sess, boost::bind (&MixerStrip::plugin_selector, this), mx.selection(), this, in_mixer)
|
, processor_box (sess, boost::bind (&MixerStrip::plugin_selector, this), mx.selection(), this, in_mixer)
|
||||||
, gpm (sess, 250)
|
, gpm (sess, 250)
|
||||||
, panners (sess)
|
, panners (sess)
|
||||||
, trigger_display (-1., 8*16.)
|
, trigger_display (-1., TriggerBox::default_triggers_per_box*16.)
|
||||||
, button_size_group (Gtk::SizeGroup::create (Gtk::SIZE_GROUP_HORIZONTAL))
|
, button_size_group (Gtk::SizeGroup::create (Gtk::SIZE_GROUP_HORIZONTAL))
|
||||||
, rec_mon_table (2, 2)
|
, rec_mon_table (2, 2)
|
||||||
, solo_iso_table (1, 2)
|
, solo_iso_table (1, 2)
|
||||||
|
|
@ -328,8 +328,8 @@ MixerStrip::init ()
|
||||||
global_vpacker.pack_start (name_button, Gtk::PACK_SHRINK);
|
global_vpacker.pack_start (name_button, Gtk::PACK_SHRINK);
|
||||||
global_vpacker.pack_start (input_button_box, Gtk::PACK_SHRINK);
|
global_vpacker.pack_start (input_button_box, Gtk::PACK_SHRINK);
|
||||||
global_vpacker.pack_start (invert_button_box, Gtk::PACK_SHRINK);
|
global_vpacker.pack_start (invert_button_box, Gtk::PACK_SHRINK);
|
||||||
global_vpacker.pack_start (trigger_display, true, true);
|
global_vpacker.pack_start (trigger_display, Gtk::PACK_SHRINK);
|
||||||
global_vpacker.pack_start (_tmaster_widget, true, true);
|
global_vpacker.pack_start (_tmaster_widget, Gtk::PACK_SHRINK);
|
||||||
global_vpacker.pack_start (processor_box, true, true);
|
global_vpacker.pack_start (processor_box, true, true);
|
||||||
global_vpacker.pack_start (panners, Gtk::PACK_SHRINK);
|
global_vpacker.pack_start (panners, Gtk::PACK_SHRINK);
|
||||||
global_vpacker.pack_start (rec_mon_table, Gtk::PACK_SHRINK);
|
global_vpacker.pack_start (rec_mon_table, Gtk::PACK_SHRINK);
|
||||||
|
|
|
||||||
|
|
@ -2812,6 +2812,7 @@ RCOptionEditor::RCOptionEditor ()
|
||||||
_mixer_strip_visibility.add (0, X_("Output"), _("Output"));
|
_mixer_strip_visibility.add (0, X_("Output"), _("Output"));
|
||||||
_mixer_strip_visibility.add (0, X_("Comments"), _("Comments"));
|
_mixer_strip_visibility.add (0, X_("Comments"), _("Comments"));
|
||||||
_mixer_strip_visibility.add (0, X_("VCA"), _("VCA Assigns"));
|
_mixer_strip_visibility.add (0, X_("VCA"), _("VCA Assigns"));
|
||||||
|
_mixer_strip_visibility.add (0, X_("Triggers"), _("Triggers"));
|
||||||
|
|
||||||
#ifndef MIXBUS
|
#ifndef MIXBUS
|
||||||
add_option (_("Appearance/Mixer"),
|
add_option (_("Appearance/Mixer"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue