2005-09-25 14:42:24 -04:00
/*
2019-08-02 17:26:43 -04:00
* Copyright ( C ) 2005 - 2006 Nick Mainsbridge < mainsbridge @ gmail . com >
* Copyright ( C ) 2005 - 2006 Taybin Rutkin < taybin @ taybin . com >
* Copyright ( C ) 2005 - 2007 Doug McLain < doug @ nostar . net >
* Copyright ( C ) 2005 - 2017 Paul Davis < paul @ linuxaudiosystems . com >
* Copyright ( C ) 2006 - 2014 David Robillard < d @ drobilla . net >
* Copyright ( C ) 2007 - 2012 Carl Hetherington < carl @ carlh . net >
* Copyright ( C ) 2008 Hans Baier < hansfbaier @ googlemail . com >
* Copyright ( C ) 2009 - 2010 Sakari Bergen < sakari . bergen @ beatwaves . net >
* Copyright ( C ) 2012 - 2019 Robin Gareus < robin @ gareus . org >
* Copyright ( C ) 2013 - 2016 John Emmas < john @ creativepost . co . uk >
* Copyright ( C ) 2014 - 2018 Ben Loftis < ben @ harrisonconsoles . com >
* Copyright ( C ) 2015 - 2016 Tim Mayberry < mojofunk @ gmail . com >
* Copyright ( C ) 2016 - 2017 Julien " _FrnchFrgg_ " RIVAUD < frnchfrgg @ free . fr >
* Copyright ( C ) 2018 Len Ovens < len @ ovenwerks . net >
*
* This program is free software ; you can redistribute it and / or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation ; either version 2 of the License , or
* ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
*
* You should have received a copy of the GNU General Public License along
* with this program ; if not , write to the Free Software Foundation , Inc . ,
* 51 Franklin Street , Fifth Floor , Boston , MA 02110 - 1301 USA .
*/
2005-09-25 14:42:24 -04:00
# include <cmath>
2011-11-09 05:57:33 -05:00
# include <list>
2007-03-18 02:07:08 -04:00
# include <algorithm>
2005-09-25 14:42:24 -04:00
# include <sigc++/bind.h>
2017-07-16 21:48:18 -04:00
# include <gtkmm/messagedialog.h>
2009-02-25 13:26:51 -05:00
# include "pbd/convert.h"
# include "pbd/enumwriter.h"
# include "pbd/replace_all.h"
2019-03-07 10:42:04 -05:00
# include "pbd/unwind.h"
2006-04-25 16:23:50 -04:00
2015-04-24 16:16:34 -04:00
# include "ardour/amp.h"
2021-01-13 17:53:43 -05:00
# include "ardour/async_midi_port.h"
2012-05-24 02:09:29 -04:00
# include "ardour/audio_track.h"
2009-02-25 13:26:51 -05:00
# include "ardour/audioengine.h"
2009-11-20 16:43:19 -05:00
# include "ardour/internal_send.h"
2016-07-07 13:12:23 -04:00
# include "ardour/io.h"
2014-02-19 12:32:00 -05:00
# include "ardour/meter.h"
2011-06-28 12:55:41 -04:00
# include "ardour/midi_track.h"
2011-01-26 20:31:03 -05:00
# include "ardour/pannable.h"
2009-02-25 13:26:51 -05:00
# include "ardour/panner.h"
2011-02-22 13:44:22 -05:00
# include "ardour/panner_shell.h"
2014-01-08 18:18:29 -05:00
# include "ardour/panner_manager.h"
2012-05-24 02:09:29 -04:00
# include "ardour/port.h"
2009-02-25 13:26:51 -05:00
# include "ardour/profile.h"
2012-05-24 02:09:29 -04:00
# include "ardour/route.h"
# include "ardour/route_group.h"
# include "ardour/send.h"
# include "ardour/session.h"
# include "ardour/types.h"
2009-02-25 13:26:51 -05:00
# include "ardour/user_bundle.h"
2016-02-29 14:45:03 -05:00
# include "ardour/vca.h"
# include "ardour/vca_manager.h"
2005-09-25 14:42:24 -04:00
2017-07-16 21:48:18 -04:00
# include "gtkmm2ext/gtk_ui.h"
# include "gtkmm2ext/menu_elems.h"
# include "gtkmm2ext/utils.h"
# include "gtkmm2ext/doi.h"
# include "widgets/tooltips.h"
2011-11-18 19:56:35 -05:00
# include "ardour_window.h"
2020-07-22 16:20:15 -04:00
# include "automation_controller.h"
2019-03-07 19:53:55 -05:00
# include "context_menu_helper.h"
2016-08-30 08:33:39 -04:00
# include "enums_convert.h"
2005-09-25 14:42:24 -04:00
# include "mixer_strip.h"
# include "mixer_ui.h"
# include "keyboard.h"
# include "public_editor.h"
# include "send_ui.h"
# include "io_selector.h"
# include "utils.h"
# include "gui_thread.h"
2009-06-28 20:38:58 -04:00
# include "route_group_menu.h"
2013-07-07 20:07:40 -04:00
# include "meter_patterns.h"
2015-01-02 09:44:54 -05:00
# include "ui_config.h"
2021-10-03 11:08:56 -04:00
# include "triggerbox_ui.h"
2005-09-25 14:42:24 -04:00
2016-07-14 14:44:52 -04:00
# include "pbd/i18n.h"
2005-09-25 14:42:24 -04:00
using namespace ARDOUR ;
2017-07-15 11:38:28 -04:00
using namespace ArdourWidgets ;
Large nasty commit in the form of a 5000 line patch chock-full of completely
unecessary changes. (Sorry, doing a "sprint" based thing, this is the end of the first one)
Achieved MIDI track and bus creation, associated Jack port and diskstream creation, and minimal GUI stuff for creating them. Should be set to start work on actually recording and playing midi to/from disk now.
Relevant (significant) changes:
- Creation of a Buffer class. Base class is type agnostic so things can point to a buffer but not care what kind it is (otherwise it'd be a template). Derived into AudioBuffer and MidiBuffer, with a type tag because checking type is necessary in parts of the code where dynamic_cast wouldn't be wise. Originally I considered this a hack, but passing around a type proved to be a very good solution to all the other problems (below). There is a 1:1 mapping between jack port data types and ardour Buffer types (with a conversion function), but that's easily removed if it ever becomes necessary. Having the type scoped in the Buffer class is maybe not the best spot for it, but whatever (this is proof of concept kinda stuff right now...)
- IO now has a "default" port type (passed to the constructor and stored as a member), used by ensure_io (and similar) to create n ports. IO::register_***_port has a type argument that defaults to the default type if not passed. Rationale: previous IO API is identical, no changes needed to existing code, but path is paved for multiple port types in one IO, which we will need for eg synth plugin inserts, among other things. This is not quite ideal (best would be to only have the two port register functions and have them take a type), but the alternative is a lot of work (namely destroying the 'ensure' functions and everything that uses them) for very little gain. (I am convinced after quite a few tries at the whiteboard that subclassing IO in any way is not a feasible option, look at it's inheritance diagram in Doxygen and you can see why)
- AudioEngine::register_audio_input_port is now register_input_port and takes a type argument. Ditto for output.
- (Most significant change) AudioDiskstream abstracted into Distream, and sibling MidiDiskstream created. Very much still a work in progress, but Diskstream is there to switch references over to (most already are), which is the important part. It is still unclear what the MIDI diskstream's relation to channels is, but I'm pretty sure they will be single channel only (so SMF Type 0) since noone can come up with a reason otherwise.
- MidiTrack creation. Same thing as AudioTrack but with a different default type basically. No big deal here.
- Random cleanups and variable renamings etc. because I have OCD and can't help myself. :)
Known broken: Loading of sessions containing MIDI tracks.
git-svn-id: svn://localhost/ardour2/branches/midi@641 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-06-26 12:01:34 -04:00
using namespace PBD ;
2005-09-25 14:42:24 -04:00
using namespace Gtk ;
2005-09-25 16:33:00 -04:00
using namespace Gtkmm2ext ;
2007-03-18 02:07:08 -04:00
using namespace std ;
2013-07-15 09:04:20 -04:00
using namespace ArdourMeter ;
2005-09-25 14:42:24 -04:00
2014-07-24 12:28:31 -04:00
MixerStrip * MixerStrip : : _entered_mixer_strip ;
2009-12-25 16:06:52 -05:00
PBD : : Signal1 < void , MixerStrip * > MixerStrip : : CatchDeletion ;
2006-11-19 11:45:16 -05:00
2020-07-20 18:49:38 -04:00
# define PX_SCALE(px) std::max((float)px, rintf((float)px * UIConfiguration::instance().get_ui_scale()))
2009-12-17 13:24:23 -05:00
MixerStrip : : MixerStrip ( Mixer_UI & mx , Session * sess , bool in_mixer )
2016-06-05 15:47:39 -04:00
: SessionHandlePtr ( sess )
2009-06-23 16:02:15 -04:00
, RouteUI ( sess )
2010-04-17 18:50:17 -04:00
, _mixer ( mx )
2008-12-08 11:07:28 -05:00
, _mixer_owned ( in_mixer )
2009-12-17 13:24:23 -05:00
, processor_box ( sess , boost : : bind ( & MixerStrip : : plugin_selector , this ) , mx . selection ( ) , this , in_mixer )
2009-12-04 12:45:11 -05:00
, gpm ( sess , 250 )
2008-12-08 11:07:28 -05:00
, panners ( sess )
2011-11-03 10:53:24 -04:00
, button_size_group ( Gtk : : SizeGroup : : create ( Gtk : : SIZE_GROUP_HORIZONTAL ) )
2014-07-14 11:08:38 -04:00
, rec_mon_table ( 2 , 2 )
, solo_iso_table ( 1 , 2 )
, mute_solo_table ( 1 , 2 )
2020-07-22 16:20:15 -04:00
, master_volume_table ( 2 , 2 )
2014-04-10 15:26:15 -04:00
, bottom_button_table ( 1 , 3 )
2021-01-28 21:31:37 -05:00
, input_button ( true )
, output_button ( false )
2015-12-19 11:42:36 -05:00
, monitor_section_button ( 0 )
2011-06-28 12:55:41 -04:00
, midi_input_enable_button ( 0 )
2016-06-01 16:26:32 -04:00
, _plugin_insert_cnt ( 0 )
2011-10-29 17:18:26 -04:00
, _comment_button ( _ ( " Comments " ) )
2015-04-25 10:49:19 -04:00
, trim_control ( ArdourKnob : : default_elements , ArdourKnob : : Flags ( ArdourKnob : : Detent | ArdourKnob : : ArcToZero ) )
2020-07-27 16:02:09 -04:00
, _master_volume_menu ( 0 )
2020-07-20 18:49:38 -04:00
, _loudess_analysis_button ( 0 )
2014-07-28 16:55:20 -04:00
, _visibility ( X_ ( " mixer-element-visibility " ) )
2019-07-17 10:29:54 -04:00
, _suspend_menu_callbacks ( false )
2016-06-09 12:59:18 -04:00
, control_slave_ui ( sess )
2008-12-08 11:07:28 -05:00
{
init ( ) ;
2009-10-14 12:10:01 -04:00
2009-04-15 14:04:23 -04:00
if ( ! _mixer_owned ) {
/* the editor mixer strip: don't destroy it every time
the underlying route goes away .
*/
2009-10-14 12:10:01 -04:00
2009-04-15 14:04:23 -04:00
self_destruct = false ;
}
2008-12-08 11:07:28 -05:00
}
2005-09-25 14:42:24 -04:00
2009-12-17 13:24:23 -05:00
MixerStrip : : MixerStrip ( Mixer_UI & mx , Session * sess , boost : : shared_ptr < Route > rt , bool in_mixer )
2016-06-05 15:47:39 -04:00
: SessionHandlePtr ( sess )
2009-06-23 16:02:15 -04:00
, RouteUI ( sess )
2010-04-17 18:50:17 -04:00
, _mixer ( mx )
2008-12-08 11:07:28 -05:00
, _mixer_owned ( in_mixer )
2012-04-15 15:28:44 -04:00
, processor_box ( sess , boost : : bind ( & MixerStrip : : plugin_selector , this ) , mx . selection ( ) , this , in_mixer )
2009-12-04 12:45:11 -05:00
, gpm ( sess , 250 )
2008-12-08 11:07:28 -05:00
, panners ( sess )
2011-11-03 10:53:24 -04:00
, button_size_group ( Gtk : : SizeGroup : : create ( Gtk : : SIZE_GROUP_HORIZONTAL ) )
2014-07-14 11:08:38 -04:00
, rec_mon_table ( 2 , 2 )
, solo_iso_table ( 1 , 2 )
, mute_solo_table ( 1 , 2 )
2020-07-20 18:49:38 -04:00
, master_volume_table ( 1 , 2 )
2014-04-10 15:26:15 -04:00
, bottom_button_table ( 1 , 3 )
2021-01-28 21:31:37 -05:00
, input_button ( true )
, output_button ( false )
2015-12-19 11:42:36 -05:00
, monitor_section_button ( 0 )
2011-06-28 12:55:41 -04:00
, midi_input_enable_button ( 0 )
2016-12-20 21:47:36 -05:00
, _plugin_insert_cnt ( 0 )
2011-10-29 17:18:26 -04:00
, _comment_button ( _ ( " Comments " ) )
2015-04-25 10:49:19 -04:00
, trim_control ( ArdourKnob : : default_elements , ArdourKnob : : Flags ( ArdourKnob : : Detent | ArdourKnob : : ArcToZero ) )
2020-07-27 16:02:09 -04:00
, _master_volume_menu ( 0 )
2020-07-20 18:49:38 -04:00
, _loudess_analysis_button ( 0 )
2014-07-28 16:55:20 -04:00
, _visibility ( X_ ( " mixer-element-visibility " ) )
2019-07-17 10:29:54 -04:00
, _suspend_menu_callbacks ( false )
2016-06-09 12:59:18 -04:00
, control_slave_ui ( sess )
2005-09-25 14:42:24 -04:00
{
2008-12-08 11:07:28 -05:00
init ( ) ;
set_route ( rt ) ;
}
2005-09-25 14:42:24 -04:00
2008-12-08 11:07:28 -05:00
void
MixerStrip : : init ( )
{
2014-07-24 12:28:31 -04:00
_entered_mixer_strip = 0 ;
2005-09-25 14:42:24 -04:00
group_menu = 0 ;
route_ops_menu = 0 ;
2007-04-29 13:23:11 -04:00
_width_owner = 0 ;
2021-10-03 11:08:56 -04:00
trigger_display = 0 ;
2005-09-25 14:42:24 -04:00
2009-12-04 12:45:11 -05:00
/* the length of this string determines the width of the mixer strip when it is set to `wide' */
longest_label = " longest label " ;
2011-11-24 15:07:55 -05:00
string t = _ ( " Click to toggle the width of this mixer strip. " ) ;
if ( _mixer_owned ) {
2011-11-28 13:45:28 -05:00
t + = string_compose ( _ ( " \n %1-%2-click to toggle the width of all strips. " ) , Keyboard : : primary_modifier_name ( ) , Keyboard : : tertiary_modifier_name ( ) ) ;
2011-11-24 15:07:55 -05:00
}
2015-10-05 10:17:49 -04:00
2015-05-24 15:45:39 -04:00
width_button . set_icon ( ArdourIcon : : StripWidth ) ;
2016-06-14 11:47:53 -04:00
hide_button . set_tweaks ( ArdourButton : : Square ) ;
2015-01-05 00:32:14 -05:00
set_tooltip ( width_button , t ) ;
2008-12-14 02:59:33 -05:00
2019-09-12 17:35:57 -04:00
hide_button . set_icon ( ArdourIcon : : HideEye ) ;
2016-06-14 11:47:53 -04:00
hide_button . set_tweaks ( ArdourButton : : Square ) ;
2015-01-05 00:32:14 -05:00
set_tooltip ( & hide_button , _ ( " Hide this mixer strip " ) ) ;
2005-09-25 14:42:24 -04:00
2014-08-01 15:09:51 -04:00
input_button_box . set_spacing ( 2 ) ;
2011-06-28 12:55:41 -04:00
input_button_box . pack_start ( input_button , true , true ) ;
2005-09-25 14:42:24 -04:00
2017-01-22 20:00:16 -05:00
bottom_button_table . attach ( gpm . meter_point_button , 2 , 3 , 0 , 1 ) ;
2015-10-05 10:17:49 -04:00
2005-10-29 14:58:47 -04:00
hide_button . set_events ( hide_button . get_events ( ) & ~ ( Gdk : : ENTER_NOTIFY_MASK | Gdk : : LEAVE_NOTIFY_MASK ) ) ;
2005-09-25 14:42:24 -04:00
2014-09-05 20:08:59 -04:00
solo_isolated_led = manage ( new ArdourButton ( ArdourButton : : led_default_elements ) ) ;
solo_isolated_led - > show ( ) ;
solo_isolated_led - > set_no_show_all ( true ) ;
solo_isolated_led - > set_name ( X_ ( " solo isolate " ) ) ;
solo_isolated_led - > add_events ( Gdk : : BUTTON_PRESS_MASK | Gdk : : BUTTON_RELEASE_MASK ) ;
solo_isolated_led - > signal_button_release_event ( ) . connect ( sigc : : mem_fun ( * this , & RouteUI : : solo_isolate_button_release ) , false ) ;
2010-05-05 16:29:46 -04:00
UI : : instance ( ) - > set_tip ( solo_isolated_led , _ ( " Isolate Solo " ) , " " ) ;
2014-09-05 20:08:59 -04:00
solo_safe_led = manage ( new ArdourButton ( ArdourButton : : led_default_elements ) ) ;
solo_safe_led - > show ( ) ;
solo_safe_led - > set_no_show_all ( true ) ;
solo_safe_led - > set_name ( X_ ( " solo safe " ) ) ;
solo_safe_led - > add_events ( Gdk : : BUTTON_PRESS_MASK | Gdk : : BUTTON_RELEASE_MASK ) ;
solo_safe_led - > signal_button_release_event ( ) . connect ( sigc : : mem_fun ( * this , & RouteUI : : solo_safe_button_release ) , false ) ;
2010-05-05 16:29:46 -04:00
UI : : instance ( ) - > set_tip ( solo_safe_led , _ ( " Lock Solo Status " ) , " " ) ;
2015-04-04 20:06:03 -04:00
solo_safe_led - > set_text ( S_ ( " SoloLock|Lock " ) ) ;
2014-08-01 15:31:18 -04:00
solo_isolated_led - > set_text ( _ ( " Iso " ) ) ;
2011-10-21 19:41:49 -04:00
2014-07-14 11:08:38 -04:00
solo_iso_table . set_homogeneous ( true ) ;
solo_iso_table . set_spacings ( 2 ) ;
2019-09-25 15:02:31 -04:00
solo_iso_table . attach ( * solo_isolated_led , 0 , 1 , 0 , 1 ) ;
solo_iso_table . attach ( * solo_safe_led , 1 , 2 , 0 , 1 ) ;
2014-07-14 11:08:38 -04:00
solo_iso_table . show ( ) ;
2011-10-21 19:41:49 -04:00
2014-07-14 11:08:38 -04:00
rec_mon_table . set_homogeneous ( true ) ;
rec_mon_table . set_row_spacings ( 2 ) ;
rec_mon_table . set_col_spacings ( 2 ) ;
2014-07-29 12:48:35 -04:00
if ( ARDOUR : : Profile - > get_mixbus ( ) ) {
rec_mon_table . resize ( 1 , 3 ) ;
rec_mon_table . attach ( * monitor_input_button , 1 , 2 , 0 , 1 ) ;
rec_mon_table . attach ( * monitor_disk_button , 2 , 3 , 0 , 1 ) ;
2014-04-10 13:30:25 -04:00
}
2014-07-14 11:08:38 -04:00
rec_mon_table . show ( ) ;
2010-05-05 21:31:48 -04:00
2020-07-22 16:20:15 -04:00
master_volume_table . set_homogeneous ( true ) ;
master_volume_table . set_row_spacings ( 2 ) ;
master_volume_table . set_col_spacings ( 2 ) ;
2011-11-03 10:53:24 -04:00
if ( solo_isolated_led ) {
button_size_group - > add_widget ( * solo_isolated_led ) ;
}
if ( solo_safe_led ) {
button_size_group - > add_widget ( * solo_safe_led ) ;
}
2014-07-29 12:48:35 -04:00
if ( ! ARDOUR : : Profile - > get_mixbus ( ) ) {
if ( rec_enable_button ) {
button_size_group - > add_widget ( * rec_enable_button ) ;
}
if ( monitor_disk_button ) {
button_size_group - > add_widget ( * monitor_disk_button ) ;
}
if ( monitor_input_button ) {
button_size_group - > add_widget ( * monitor_input_button ) ;
}
}
2015-10-05 10:17:49 -04:00
2014-07-14 11:08:38 -04:00
mute_solo_table . set_homogeneous ( true ) ;
mute_solo_table . set_spacings ( 2 ) ;
2006-05-21 06:11:59 -04:00
2011-11-30 16:07:43 -05:00
bottom_button_table . set_spacings ( 2 ) ;
2014-07-28 17:16:51 -04:00
bottom_button_table . set_homogeneous ( true ) ;
bottom_button_table . attach ( group_button , 1 , 2 , 0 , 1 ) ;
bottom_button_table . attach ( gpm . gain_automation_state_button , 0 , 1 , 0 , 1 ) ;
2009-10-14 12:10:01 -04:00
2012-12-06 15:48:44 -05:00
name_button . set_name ( " mixer strip button " ) ;
2014-09-05 18:41:56 -04:00
name_button . set_text_ellipsize ( Pango : : ELLIPSIZE_END ) ;
2011-12-01 11:57:29 -05:00
name_button . signal_size_allocate ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : name_button_resized ) ) ;
2005-09-25 14:42:24 -04:00
2015-01-05 00:32:14 -05:00
set_tooltip ( & group_button , _ ( " Mix group " ) ) ;
2011-11-28 12:58:15 -05:00
group_button . set_name ( " mixer strip button " ) ;
2005-09-25 14:42:24 -04:00
2020-07-22 17:18:17 -04:00
Gtk : : Requisition mpb_size = gpm . meter_point_button . size_request ( ) ;
group_button . set_size_request ( mpb_size . width , mpb_size . height ) ;
2011-11-28 12:58:15 -05:00
_comment_button . set_name ( X_ ( " mixer strip button " ) ) ;
2016-06-21 12:18:54 -04:00
_comment_button . set_text_ellipsize ( Pango : : ELLIPSIZE_END ) ;
2014-07-29 17:40:19 -04:00
_comment_button . signal_clicked . connect ( sigc : : mem_fun ( * this , & RouteUI : : toggle_comment_editor ) ) ;
2016-06-21 12:18:54 -04:00
_comment_button . signal_size_allocate ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : comment_button_resized ) ) ;
2011-10-29 17:18:26 -04:00
2015-04-24 19:04:54 -04:00
trim_control . set_size_request ( PX_SCALE ( 19 ) , PX_SCALE ( 19 ) ) ;
2015-04-24 19:17:25 -04:00
trim_control . set_tooltip_prefix ( _ ( " Trim: " ) ) ;
2015-04-24 16:16:34 -04:00
trim_control . set_name ( " trim knob " ) ;
trim_control . set_no_show_all ( true ) ;
2017-07-23 19:58:25 -04:00
trim_control . StartGesture . connect ( sigc : : mem_fun ( * this , & MixerStrip : : trim_start_touch ) ) ;
trim_control . StopGesture . connect ( sigc : : mem_fun ( * this , & MixerStrip : : trim_end_touch ) ) ;
2015-04-24 16:16:34 -04:00
input_button_box . pack_start ( trim_control , false , false ) ;
2020-03-30 19:09:10 -04:00
global_vpacker . set_no_show_all ( ) ;
2014-07-30 18:51:45 -04:00
global_vpacker . set_border_width ( 1 ) ;
2006-02-14 12:19:58 -05:00
global_vpacker . set_spacing ( 0 ) ;
2005-09-25 14:42:24 -04:00
2011-11-28 12:58:15 -05:00
width_button . set_name ( " mixer strip button " ) ;
hide_button . set_name ( " mixer strip button " ) ;
2005-09-25 14:42:24 -04:00
2011-11-24 15:07:55 -05:00
width_button . signal_button_press_event ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : width_button_pressed ) , false ) ;
2011-11-28 12:58:15 -05:00
hide_button . signal_clicked . connect ( sigc : : mem_fun ( * this , & MixerStrip : : hide_clicked ) ) ;
2005-09-25 14:42:24 -04:00
2014-07-29 17:40:19 -04:00
width_hide_box . set_spacing ( 2 ) ;
2005-09-25 14:42:24 -04:00
width_hide_box . pack_start ( width_button , false , true ) ;
2014-07-29 17:40:19 -04:00
width_hide_box . pack_start ( number_label , true , true ) ;
2005-09-25 14:42:24 -04:00
width_hide_box . pack_end ( hide_button , false , true ) ;
2014-07-06 14:14:12 -04:00
number_label . set_text ( " - " ) ;
2014-08-29 15:10:20 -04:00
number_label . set_elements ( ( ArdourButton : : Element ) ( ArdourButton : : Edge | ArdourButton : : Body | ArdourButton : : Text | ArdourButton : : Inactive ) ) ;
2014-07-06 14:14:12 -04:00
number_label . set_no_show_all ( ) ;
number_label . set_name ( " tracknumber label " ) ;
number_label . set_fixed_colors ( 0x80808080 , 0x80808080 ) ;
number_label . set_alignment ( .5 , .5 ) ;
2014-08-28 15:25:19 -04:00
number_label . set_fallthrough_to_parent ( true ) ;
2016-06-14 11:48:50 -04:00
number_label . set_tweaks ( ArdourButton : : OccasionalText ) ;
2005-09-25 14:42:24 -04:00
2011-12-01 14:34:53 -05:00
global_vpacker . set_spacing ( 2 ) ;
2019-09-25 15:02:31 -04:00
global_vpacker . pack_start ( width_hide_box , Gtk : : PACK_SHRINK ) ;
global_vpacker . pack_start ( name_button , Gtk : : PACK_SHRINK ) ;
global_vpacker . pack_start ( input_button_box , Gtk : : PACK_SHRINK ) ;
2021-03-27 12:44:34 -04:00
global_vpacker . pack_start ( invert_button_box , Gtk : : PACK_SHRINK ) ;
2019-09-25 15:02:31 -04:00
global_vpacker . pack_start ( processor_box , true , true ) ;
2010-09-16 13:01:40 -04:00
global_vpacker . pack_start ( panners , Gtk : : PACK_SHRINK ) ;
2014-07-14 11:08:38 -04:00
global_vpacker . pack_start ( rec_mon_table , Gtk : : PACK_SHRINK ) ;
2020-07-20 18:49:38 -04:00
global_vpacker . pack_start ( master_volume_table , Gtk : : PACK_SHRINK ) ;
2014-07-14 11:08:38 -04:00
global_vpacker . pack_start ( solo_iso_table , Gtk : : PACK_SHRINK ) ;
global_vpacker . pack_start ( mute_solo_table , Gtk : : PACK_SHRINK ) ;
2011-05-18 02:53:24 -04:00
global_vpacker . pack_start ( gpm , Gtk : : PACK_SHRINK ) ;
2016-06-09 12:59:18 -04:00
global_vpacker . pack_start ( control_slave_ui , Gtk : : PACK_SHRINK ) ;
2011-05-18 02:53:24 -04:00
global_vpacker . pack_start ( bottom_button_table , Gtk : : PACK_SHRINK ) ;
2019-09-25 15:02:31 -04:00
global_vpacker . pack_start ( output_button , Gtk : : PACK_SHRINK ) ;
global_vpacker . pack_start ( _comment_button , Gtk : : PACK_SHRINK ) ;
2005-09-25 14:42:24 -04:00
2016-12-20 21:47:36 -05:00
# ifndef MIXBUS
2016-12-12 13:16:43 -05:00
//add a spacer underneath the master bus;
//this fills the area that is taken up by the scrollbar on the tracks;
//and therefore keeps the faders "even" across the bottom
2016-12-20 21:47:36 -05:00
int scrollbar_height = 0 ;
{
Gtk : : Window window ( WINDOW_TOPLEVEL ) ;
HScrollbar scrollbar ;
window . add ( scrollbar ) ;
scrollbar . set_name ( " MixerWindow " ) ;
scrollbar . ensure_style ( ) ;
Gtk : : Requisition requisition ( scrollbar . size_request ( ) ) ;
scrollbar_height = requisition . height ;
2021-04-03 16:19:33 -04:00
scrollbar_height + = 3 ; // track_display_frame border/shadow
2016-12-20 21:47:36 -05:00
}
spacer . set_size_request ( - 1 , scrollbar_height ) ;
2016-12-12 13:16:43 -05:00
global_vpacker . pack_end ( spacer , false , false ) ;
2016-12-20 21:47:36 -05:00
# endif
2016-12-12 13:16:43 -05:00
2017-09-18 14:45:56 -04:00
global_frame . add ( global_vpacker ) ;
global_frame . set_shadow_type ( Gtk : : SHADOW_IN ) ;
global_frame . set_name ( " BaseFrame " ) ;
2005-09-25 14:42:24 -04:00
2017-09-18 14:45:56 -04:00
add ( global_frame ) ;
2005-09-25 14:42:24 -04:00
/* force setting of visible selected status */
_selected = true ;
set_selected ( false ) ;
_packed = false ;
_embedded = false ;
2014-07-29 17:40:19 -04:00
number_label . signal_button_press_event ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : number_button_button_press ) , false ) ;
2014-08-22 12:45:34 -04:00
2009-12-11 18:29:48 -05:00
name_button . signal_button_press_event ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : name_button_button_press ) , false ) ;
2014-08-22 12:45:34 -04:00
2009-12-11 18:29:48 -05:00
group_button . signal_button_press_event ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : select_route_group ) , false ) ;
2005-09-25 14:42:24 -04:00
_width = ( Width ) - 1 ;
2008-12-08 11:07:28 -05:00
2011-10-29 17:18:26 -04:00
if ( is_midi_track ( ) ) {
2007-06-15 15:58:19 -04:00
set_name ( " MidiTrackStripBase " ) ;
2011-10-29 17:18:26 -04:00
} else {
2007-06-15 15:58:19 -04:00
set_name ( " AudioTrackStripBase " ) ;
2011-10-29 17:18:26 -04:00
}
2005-09-25 14:42:24 -04:00
2009-07-13 19:09:16 -04:00
add_events ( Gdk : : BUTTON_RELEASE_MASK |
Gdk : : ENTER_NOTIFY_MASK |
Gdk : : LEAVE_NOTIFY_MASK |
Gdk : : KEY_PRESS_MASK |
Gdk : : KEY_RELEASE_MASK ) ;
2009-05-16 22:08:13 -04:00
2009-07-13 19:09:16 -04:00
set_flags ( get_flags ( ) | Gtk : : CAN_FOCUS ) ;
2009-10-14 12:10:01 -04:00
2011-10-29 16:08:48 -04:00
/* Add the widgets under visibility control to the VisibilityGroup; the names used here
must be the same as those used in RCOptionEditor so that the configuration changes
are recognised when they occur .
*/
2014-07-29 12:48:35 -04:00
_visibility . add ( & input_button_box , X_ ( " Input " ) , _ ( " Input " ) , false ) ;
2021-03-27 12:44:34 -04:00
_visibility . add ( & invert_button_box , X_ ( " PhaseInvert " ) , _ ( " Phase Invert " ) , false ) ;
2020-07-22 17:55:01 -04:00
_visibility . add ( & rec_mon_table , X_ ( " RecMon " ) , _ ( " Record & Monitor " ) , false , boost : : bind ( & MixerStrip : : override_rec_mon_visibility , this ) ) ;
2014-07-14 11:08:38 -04:00
_visibility . add ( & solo_iso_table , X_ ( " SoloIsoLock " ) , _ ( " Solo Iso / Lock " ) , false ) ;
_visibility . add ( & output_button , X_ ( " Output " ) , _ ( " Output " ) , false ) ;
_visibility . add ( & _comment_button , X_ ( " Comments " ) , _ ( " Comments " ) , false ) ;
2016-06-09 12:59:18 -04:00
_visibility . add ( & control_slave_ui , X_ ( " VCA " ) , _ ( " VCA Assigns " ) , false ) ;
2011-10-29 16:08:48 -04:00
2014-07-28 16:55:20 -04:00
parameter_changed ( X_ ( " mixer-element-visibility " ) ) ;
2015-01-02 09:44:54 -05:00
UIConfiguration : : instance ( ) . ParameterChanged . connect ( sigc : : mem_fun ( * this , & MixerStrip : : parameter_changed ) ) ;
2012-04-25 08:58:19 -04:00
Config - > ParameterChanged . connect ( _config_connection , MISSING_INVALIDATOR , boost : : bind ( & MixerStrip : : parameter_changed , this , _1 ) , gui_context ( ) ) ;
2014-06-26 13:21:05 -04:00
_session - > config . ParameterChanged . connect ( _config_connection , MISSING_INVALIDATOR , boost : : bind ( & MixerStrip : : parameter_changed , this , _1 ) , gui_context ( ) ) ;
2011-11-13 10:12:34 -05:00
2014-07-24 12:28:31 -04:00
//watch for mouse enter/exit so we can do some stuff
signal_enter_notify_event ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : mixer_strip_enter_event ) ) ;
signal_leave_notify_event ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : mixer_strip_leave_event ) ) ;
2011-11-13 10:12:34 -05:00
gpm . LevelMeterButtonPress . connect_same_thread ( _level_meter_connection , boost : : bind ( & MixerStrip : : level_meter_button_press , this , _1 ) ) ;
2008-12-08 11:07:28 -05:00
}
MixerStrip : : ~ MixerStrip ( )
{
2009-12-22 15:21:43 -05:00
CatchDeletion ( this ) ;
2008-12-08 11:07:28 -05:00
2020-07-20 18:49:38 -04:00
if ( this = = _entered_mixer_strip ) {
2014-07-24 12:28:31 -04:00
_entered_mixer_strip = NULL ;
2020-07-20 18:49:38 -04:00
}
2020-07-27 16:02:09 -04:00
delete _master_volume_menu ;
2008-12-08 11:07:28 -05:00
}
2017-02-02 12:02:10 -05:00
void
MixerStrip : : vca_assign ( boost : : shared_ptr < ARDOUR : : VCA > vca )
{
boost : : shared_ptr < Slavable > sl = boost : : dynamic_pointer_cast < Slavable > ( route ( ) ) ;
if ( sl )
2017-06-22 15:06:24 -04:00
sl - > assign ( vca ) ;
2017-02-02 12:02:10 -05:00
}
void
MixerStrip : : vca_unassign ( boost : : shared_ptr < ARDOUR : : VCA > vca )
{
boost : : shared_ptr < Slavable > sl = boost : : dynamic_pointer_cast < Slavable > ( route ( ) ) ;
if ( sl )
sl - > unassign ( vca ) ;
}
2014-07-24 12:28:31 -04:00
bool
2014-09-02 10:17:42 -04:00
MixerStrip : : mixer_strip_enter_event ( GdkEventCrossing * /*ev*/ )
2014-07-24 12:28:31 -04:00
{
_entered_mixer_strip = this ;
2015-10-05 10:17:49 -04:00
2014-07-24 23:49:33 -04:00
//although we are triggering on the "enter", to the user it will appear that it is happenin on the "leave"
//because the mixerstrip control is a parent that encompasses the strip
2014-08-01 14:23:25 -04:00
deselect_all_processors ( ) ;
2014-07-24 23:49:33 -04:00
2014-07-24 12:28:31 -04:00
return false ;
}
bool
MixerStrip : : mixer_strip_leave_event ( GdkEventCrossing * ev )
{
//if we have moved outside our strip, but not into a child view, then deselect ourselves
if ( ! ( ev - > detail = = GDK_NOTIFY_INFERIOR ) ) {
_entered_mixer_strip = 0 ;
2014-08-01 14:23:25 -04:00
//clear keyboard focus in the gain display. this is cheesy but fixes a longstanding "bug" where the user starts typing in the gain entry, and leaves it active, thereby prohibiting other keybindings from working
2014-07-24 12:28:31 -04:00
gpm . gain_display . set_sensitive ( false ) ;
2014-08-01 14:23:25 -04:00
gpm . show_gain ( ) ;
2014-07-24 12:28:31 -04:00
gpm . gain_display . set_sensitive ( true ) ;
2014-07-24 23:49:33 -04:00
//if we leave this mixer strip we need to clear out any selections
//processor_box.processor_display.select_none(); //but this doesn't work, because it gets triggered when (for example) you open the menu or start a drag
2014-07-24 12:28:31 -04:00
}
2015-10-05 10:17:49 -04:00
2014-07-24 12:28:31 -04:00
return false ;
}
2016-06-05 15:39:22 -04:00
string
MixerStrip : : name ( ) const
{
if ( _route ) {
return _route - > name ( ) ;
}
return string ( ) ;
}
2016-07-21 18:44:22 -04:00
void
MixerStrip : : update_trim_control ( )
{
if ( route ( ) - > trim ( ) & & route ( ) - > trim ( ) - > active ( ) & &
route ( ) - > n_inputs ( ) . n_audio ( ) > 0 ) {
trim_control . show ( ) ;
trim_control . set_controllable ( route ( ) - > trim ( ) - > gain_control ( ) ) ;
} else {
trim_control . hide ( ) ;
boost : : shared_ptr < Controllable > none ;
trim_control . set_controllable ( none ) ;
}
}
2017-07-23 19:58:25 -04:00
void
MixerStrip : : trim_start_touch ( )
{
assert ( _route & & _session ) ;
if ( route ( ) - > trim ( ) & & route ( ) - > trim ( ) - > active ( ) & & route ( ) - > n_inputs ( ) . n_audio ( ) > 0 ) {
2020-10-15 01:09:22 -04:00
route ( ) - > trim ( ) - > gain_control ( ) - > start_touch ( timepos_t ( _session - > transport_sample ( ) ) ) ;
2017-07-23 19:58:25 -04:00
}
}
void
MixerStrip : : trim_end_touch ( )
{
assert ( _route & & _session ) ;
if ( route ( ) - > trim ( ) & & route ( ) - > trim ( ) - > active ( ) & & route ( ) - > n_inputs ( ) . n_audio ( ) > 0 ) {
2020-10-15 01:09:22 -04:00
route ( ) - > trim ( ) - > gain_control ( ) - > stop_touch ( timepos_t ( _session - > transport_sample ( ) ) ) ;
2017-07-23 19:58:25 -04:00
}
}
2008-12-08 11:07:28 -05:00
void
MixerStrip : : set_route ( boost : : shared_ptr < Route > rt )
{
2014-07-14 17:05:31 -04:00
//the rec/monitor stuff only shows up for tracks.
//the show_sends only shows up for buses.
//remove them all here, and we may add them back later
if ( show_sends_button - > get_parent ( ) ) {
rec_mon_table . remove ( * show_sends_button ) ;
}
2008-12-08 11:07:28 -05:00
if ( rec_enable_button - > get_parent ( ) ) {
2014-07-14 11:08:38 -04:00
rec_mon_table . remove ( * rec_enable_button ) ;
2008-12-08 11:07:28 -05:00
}
2014-07-14 17:05:31 -04:00
if ( monitor_input_button - > get_parent ( ) ) {
rec_mon_table . remove ( * monitor_input_button ) ;
}
if ( monitor_disk_button - > get_parent ( ) ) {
rec_mon_table . remove ( * monitor_disk_button ) ;
2009-05-16 22:08:13 -04:00
}
2014-07-28 17:16:51 -04:00
if ( group_button . get_parent ( ) ) {
bottom_button_table . remove ( group_button ) ;
}
2015-10-05 10:17:49 -04:00
2021-10-11 19:58:51 -04:00
if ( rt ! = route ( ) ) {
if ( rt & & route ( ) ) {
std : : cerr < < " switching from " < < rt - > name ( ) < < " to " < < route ( ) - > name ( ) < < std : : endl ;
}
if ( trigger_display & & trigger_display - > get_parent ( ) = = & global_vpacker ) {
global_vpacker . remove ( * trigger_display ) ;
delete trigger_display ;
trigger_display = 0 ;
}
}
2008-12-08 11:07:28 -05:00
RouteUI : : set_route ( rt ) ;
2016-06-09 12:59:18 -04:00
control_slave_ui . set_stripable ( boost : : dynamic_pointer_cast < Stripable > ( rt ) ) ;
2012-01-20 13:02:48 -05:00
/* ProcessorBox needs access to _route so that it can read
GUI object state .
*/
processor_box . set_route ( rt ) ;
2009-11-20 10:26:34 -05:00
revert_to_default_display ( ) ;
2009-06-09 16:21:19 -04:00
2013-01-21 17:27:39 -05:00
/* unpack these from the parent and stuff them into our own
table
*/
2015-10-05 10:17:49 -04:00
2012-12-07 17:38:49 -05:00
if ( gpm . peak_display . get_parent ( ) ) {
2013-01-21 09:24:57 -05:00
gpm . peak_display . get_parent ( ) - > remove ( gpm . peak_display ) ;
2012-12-07 17:38:49 -05:00
}
2013-01-21 17:27:39 -05:00
if ( gpm . gain_display . get_parent ( ) ) {
gpm . gain_display . get_parent ( ) - > remove ( gpm . gain_display ) ;
}
2013-07-07 00:17:02 -04:00
2014-07-14 11:08:38 -04:00
mute_solo_table . attach ( gpm . gain_display , 0 , 1 , 1 , 2 , EXPAND | FILL , EXPAND ) ;
2014-08-31 06:08:39 -04:00
mute_solo_table . attach ( gpm . peak_display , 1 , 2 , 1 , 2 , EXPAND | FILL , EXPAND ) ;
2012-12-07 17:38:49 -05:00
2011-11-09 05:57:33 -05:00
if ( solo_button - > get_parent ( ) ) {
2014-07-14 11:08:38 -04:00
mute_solo_table . remove ( * solo_button ) ;
2011-11-09 05:57:33 -05:00
}
if ( mute_button - > get_parent ( ) ) {
2014-07-14 11:08:38 -04:00
mute_solo_table . remove ( * mute_button ) ;
2011-11-09 05:57:33 -05:00
}
2011-05-18 02:53:24 -04:00
if ( route ( ) - > is_master ( ) ) {
solo_button - > hide ( ) ;
2011-11-09 05:57:33 -05:00
mute_button - > show ( ) ;
2020-07-20 20:00:19 -04:00
mute_solo_table . attach ( * mute_button , 0 , 2 , 0 , 1 ) ;
2020-07-20 23:51:56 -04:00
if ( Config - > get_use_master_volume ( ) ) {
master_volume_table . show ( ) ;
}
2020-07-20 18:49:38 -04:00
2020-10-04 10:28:28 -04:00
if ( monitor_section_button = = 0 & & _mixer_owned ) {
2018-12-03 19:55:52 -05:00
Glib : : RefPtr < Action > act = ActionManager : : get_action ( " Mixer " , " ToggleMonitorSection " ) ;
2016-01-08 08:22:02 -05:00
_session - > MonitorChanged . connect ( route_connections , invalidator ( * this ) , boost : : bind ( & MixerStrip : : monitor_changed , this ) , gui_context ( ) ) ;
2019-03-01 10:51:08 -05:00
_session - > MonitorBusAddedOrRemoved . connect ( route_connections , invalidator ( * this ) , boost : : bind ( & MixerStrip : : monitor_section_added_or_removed , this ) , gui_context ( ) ) ;
2016-01-08 08:22:02 -05:00
2015-12-19 11:42:36 -05:00
monitor_section_button = manage ( new ArdourButton ) ;
2016-01-08 08:22:02 -05:00
monitor_changed ( ) ;
2015-12-19 11:42:36 -05:00
monitor_section_button - > set_related_action ( act ) ;
set_tooltip ( monitor_section_button , _ ( " Show/Hide Monitoring Section " ) ) ;
monitor_section_button - > unset_flags ( Gtk : : CAN_FOCUS ) ;
2019-03-01 10:51:08 -05:00
monitor_section_added_or_removed ( ) ;
2015-12-19 11:42:36 -05:00
}
2011-05-18 02:53:24 -04:00
} else {
2014-07-28 17:16:51 -04:00
bottom_button_table . attach ( group_button , 1 , 2 , 0 , 1 ) ;
2014-07-14 11:08:38 -04:00
mute_solo_table . attach ( * mute_button , 0 , 1 , 0 , 1 ) ;
mute_solo_table . attach ( * solo_button , 1 , 2 , 0 , 1 ) ;
2011-11-09 05:57:33 -05:00
mute_button - > show ( ) ;
2011-05-18 02:53:24 -04:00
solo_button - > show ( ) ;
2020-07-20 18:49:38 -04:00
master_volume_table . hide ( ) ;
2011-05-18 02:53:24 -04:00
}
2010-03-19 16:53:22 -04:00
2020-11-02 09:52:42 -05:00
if ( route ( ) - > is_master ( ) & & _volume_controller = = 0 ) {
assert ( _loudess_analysis_button = = 0 ) ;
assert ( route ( ) - > volume_control ( ) ) ;
boost : : shared_ptr < AutomationControl > ac = route ( ) - > volume_control ( ) ;
_volume_controller = AutomationController : : create ( ac - > parameter ( ) , ParameterDescriptor ( ac - > parameter ( ) ) , ac , false ) ;
_volume_controller - > set_name ( X_ ( " ProcessorControlSlider " ) ) ;
_volume_controller - > set_size_request ( PX_SCALE ( 19 ) , - 1 ) ;
_volume_controller - > disable_vertical_scroll ( ) ;
_loudess_analysis_button = manage ( new ArdourButton ( S_ ( " Loudness|LAN " ) ) ) ;
_loudess_analysis_button - > signal_clicked . connect ( mem_fun ( * this , & MixerStrip : : loudess_analysis_button_clicked ) ) ;
_volume_controller - > signal_button_press_event ( ) . connect ( mem_fun ( * this , & MixerStrip : : volume_controller_button_pressed ) , false ) ;
set_tooltip ( * _volume_controller , _ ( " Master output volume " ) ) ;
set_tooltip ( _loudess_analysis_button , _ ( " Measure loudness of the session, normalize master output volume " ) ) ;
master_volume_table . attach ( * _loudess_analysis_button , 0 , 2 , 0 , 1 ) ;
master_volume_table . attach ( * _volume_controller , 0 , 2 , 1 , 2 ) ;
_loudess_analysis_button - > show ( ) ;
_volume_controller - > show ( ) ;
# ifdef MIXBUS
} else if ( ! route ( ) - > is_master ( ) ) {
master_volume_table . hide ( ) ;
# endif
}
2019-07-17 18:05:32 -04:00
hide_master_spacer ( false ) ;
2008-12-08 11:07:28 -05:00
2011-10-20 14:50:29 -04:00
if ( is_track ( ) ) {
monitor_input_button - > show ( ) ;
monitor_disk_button - > show ( ) ;
} else {
monitor_input_button - > hide ( ) ;
monitor_disk_button - > hide ( ) ;
}
2016-07-21 18:44:22 -04:00
update_trim_control ( ) ;
2015-04-24 16:16:34 -04:00
2011-06-28 12:55:41 -04:00
if ( is_midi_track ( ) ) {
if ( midi_input_enable_button = = 0 ) {
2011-11-28 12:58:15 -05:00
midi_input_enable_button = manage ( new ArdourButton ) ;
midi_input_enable_button - > set_name ( " midi input button " ) ;
2015-04-07 15:47:04 -04:00
midi_input_enable_button - > set_elements ( ( ArdourButton : : Element ) ( ArdourButton : : Edge | ArdourButton : : Body | ArdourButton : : VectorIcon ) ) ;
2015-05-24 15:45:39 -04:00
midi_input_enable_button - > set_icon ( ArdourIcon : : DinMidi ) ;
2011-07-03 11:01:21 -04:00
midi_input_enable_button - > signal_button_press_event ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : input_active_button_press ) , false ) ;
midi_input_enable_button - > signal_button_release_event ( ) . connect ( sigc : : mem_fun ( * this , & MixerStrip : : input_active_button_release ) , false ) ;
2015-01-05 00:32:14 -05:00
set_tooltip ( midi_input_enable_button , _ ( " Enable/Disable MIDI input " ) ) ;
2011-07-01 11:48:24 -04:00
} else {
input_button_box . remove ( * midi_input_enable_button ) ;
2011-06-28 12:55:41 -04:00
}
/* get current state */
midi_input_status_changed ( ) ;
input_button_box . pack_start ( * midi_input_enable_button , false , false ) ;
2011-07-01 11:48:24 -04:00
/* follow changes */
midi_track ( ) - > InputActiveChanged . connect ( route_connections , invalidator ( * this ) , boost : : bind ( & MixerStrip : : midi_input_status_changed , this ) , gui_context ( ) ) ;
2011-06-28 12:55:41 -04:00
} else {
if ( midi_input_enable_button ) {
/* removal from the container will delete it */
input_button_box . remove ( * midi_input_enable_button ) ;
midi_input_enable_button = 0 ;
}
}
2008-12-08 11:07:28 -05:00
if ( is_audio_track ( ) ) {
boost : : shared_ptr < AudioTrack > at = audio_track ( ) ;
2010-03-30 11:18:43 -04:00
at - > FreezeChange . connect ( route_connections , invalidator ( * this ) , boost : : bind ( & MixerStrip : : map_frozen , this ) , gui_context ( ) ) ;
2010-08-09 20:09:25 -04:00
}
2010-07-26 23:09:42 -04:00
2010-04-09 20:24:27 -04:00
if ( is_track ( ) ) {
2011-06-01 13:00:29 -04:00
2014-07-29 12:48:35 -04:00
rec_mon_table . attach ( * rec_enable_button , 0 , 1 , 0 , ARDOUR : : Profile - > get_mixbus ( ) ? 1 : 2 ) ;
2008-12-12 09:43:24 -05:00
rec_enable_button - > show ( ) ;
2009-05-16 22:08:13 -04:00
2014-07-29 12:48:35 -04:00
if ( ARDOUR : : Profile - > get_mixbus ( ) ) {
rec_mon_table . attach ( * monitor_input_button , 1 , 2 , 0 , 1 ) ;
rec_mon_table . attach ( * monitor_disk_button , 2 , 3 , 0 , 1 ) ;
2014-07-14 11:08:38 -04:00
} else {
rec_mon_table . attach ( * monitor_input_button , 1 , 2 , 0 , 1 ) ;
rec_mon_table . attach ( * monitor_disk_button , 1 , 2 , 1 , 2 ) ;
2014-04-10 13:30:25 -04:00
}
2010-04-09 20:24:27 -04:00
} else {
2011-06-01 13:00:29 -04:00
2009-05-17 10:11:16 -04:00
/* non-master bus */
2009-05-16 22:08:13 -04:00
2009-05-17 10:11:16 -04:00
if ( ! _route - > is_master ( ) ) {
2020-03-30 19:36:14 -04:00
if ( ARDOUR : : Profile - > get_mixbus ( ) ) {
rec_mon_table . attach ( * show_sends_button , 0 , 3 , 0 , 2 ) ;
} else {
rec_mon_table . attach ( * show_sends_button , 0 , 2 , 0 , 2 ) ;
}
2020-03-30 19:09:57 -04:00
if ( _mixer_owned ) {
show_sends_button - > show ( ) ;
} else {
show_sends_button - > hide ( ) ;
}
2009-05-17 10:11:16 -04:00
}
2008-12-08 11:07:28 -05:00
}
2021-01-28 21:31:37 -05:00
input_button . set_route ( route ( ) , this ) ;
output_button . set_route ( route ( ) , this ) ;
2017-01-22 20:00:16 -05:00
gpm . meter_point_button . set_text ( meter_point_string ( _route - > meter_point ( ) ) ) ;
2008-12-12 09:43:24 -05:00
delete route_ops_menu ;
route_ops_menu = 0 ;
2009-10-14 12:10:01 -04:00
2010-04-03 09:40:34 -04:00
_route - > meter_change . connect ( route_connections , invalidator ( * this ) , bind ( & MixerStrip : : meter_changed , this ) , gui_context ( ) ) ;
2015-08-23 13:50:04 -04:00
_route - > input ( ) - > changed . connect ( * this , invalidator ( * this ) , boost : : bind ( & MixerStrip : : update_input_display , this ) , gui_context ( ) ) ;
2013-07-10 18:14:27 -04:00
_route - > output ( ) - > changed . connect ( * this , invalidator ( * this ) , boost : : bind ( & MixerStrip : : update_output_display , this ) , gui_context ( ) ) ;
2010-03-30 11:18:43 -04:00
_route - > route_group_changed . connect ( route_connections , invalidator ( * this ) , boost : : bind ( & MixerStrip : : route_group_changed , this ) , gui_context ( ) ) ;
The great audio processing overhaul.
The vast majority of Route signal processing is now simply in the list of
processors. There are definitely regressions here, but there's also
a lot of things fixed. It's far too much work to let diverge anymore
regardless, so here it is.
The basic model is: A route has a fixed set of input channels (matching
its JACK input ports and diskstream). The first processor takes this
as input. The next processor is configured using the first processor's
output as input, and is allowed to choose whatever output it wants
given that input... and so on, and so on. Finally, the last processor's
requested output is used to set up the panner and create whatever Jack
ports are needed to output the data.
All 'special' internal processors (meter, fader, amp, insert, send) are
currently transparent: they read any input, and return the same set
of channels back (unmodified, except for amp).
User visible changes:
* LV2 Instrument support (tracks with both MIDI and audio channels)
* MIDI in/out plugin support
* Generic plugin replication (for MIDI plugins, MIDI/audio plugins)
* Movable meter point
Known Bugs:
* Things seem to get weird on loaded sessions
* Output delivery is sketchy
* 2.0 session loading was probably already broken...
but it's definitely broken now :)
Please test this and file bugs if you have any time...
git-svn-id: svn://localhost/ardour2/branches/3.0@5055 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-07 02:30:50 -04:00
2014-01-08 18:18:29 -05:00
_route - > io_changed . connect ( route_connections , invalidator ( * this ) , boost : : bind ( & MixerStrip : : io_changed_proxy , this ) , gui_context ( ) ) ;
2011-09-19 05:31:08 -04:00
if ( _route - > panner_shell ( ) ) {
2014-01-08 18:18:29 -05:00
update_panner_choices ( ) ;
2011-02-22 13:44:22 -05:00
_route - > panner_shell ( ) - > Changed . connect ( route_connections , invalidator ( * this ) , boost : : bind ( & MixerStrip : : connect_to_pan , this ) , gui_context ( ) ) ;
The great audio processing overhaul.
The vast majority of Route signal processing is now simply in the list of
processors. There are definitely regressions here, but there's also
a lot of things fixed. It's far too much work to let diverge anymore
regardless, so here it is.
The basic model is: A route has a fixed set of input channels (matching
its JACK input ports and diskstream). The first processor takes this
as input. The next processor is configured using the first processor's
output as input, and is allowed to choose whatever output it wants
given that input... and so on, and so on. Finally, the last processor's
requested output is used to set up the panner and create whatever Jack
ports are needed to output the data.
All 'special' internal processors (meter, fader, amp, insert, send) are
currently transparent: they read any input, and return the same set
of channels back (unmodified, except for amp).
User visible changes:
* LV2 Instrument support (tracks with both MIDI and audio channels)
* MIDI in/out plugin support
* Generic plugin replication (for MIDI plugins, MIDI/audio plugins)
* Movable meter point
Known Bugs:
* Things seem to get weird on loaded sessions
* Output delivery is sketchy
* 2.0 session loading was probably already broken...
but it's definitely broken now :)
Please test this and file bugs if you have any time...
git-svn-id: svn://localhost/ardour2/branches/3.0@5055 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-07 02:30:50 -04:00
}
2008-12-08 11:07:28 -05:00
2014-07-29 17:40:19 -04:00
_route - > comment_changed . connect ( route_connections , invalidator ( * this ) , boost : : bind ( & MixerStrip : : setup_comment_button , this ) , gui_context ( ) ) ;
2008-12-08 11:07:28 -05:00
set_stuff_from_route ( ) ;
2005-09-25 14:42:24 -04:00
/* now force an update of all the various elements */
2007-06-23 16:13:13 -04:00
name_changed ( ) ;
2016-01-21 11:03:14 -05:00
comment_changed ( ) ;
2009-12-09 22:25:32 -05:00
route_group_changed ( ) ;
2016-03-08 14:56:51 -05:00
update_track_number_visibility ( ) ;
2006-05-19 13:29:05 -04:00
2005-09-25 14:42:24 -04:00
connect_to_pan ( ) ;
panners . setup_pan ( ) ;
2013-03-07 14:35:10 -05:00
if ( has_audio_outputs ( ) ) {
panners . show_all ( ) ;
} else {
panners . hide_all ( ) ;
}
2021-01-28 19:52:08 -05:00
route_color_changed ( ) ;
2005-09-25 14:42:24 -04:00
update_input_display ( ) ;
update_output_display ( ) ;
2005-09-25 16:33:00 -04:00
add_events ( Gdk : : BUTTON_RELEASE_MASK ) ;
2007-07-06 19:55:54 -04:00
2011-01-31 20:50:49 -05:00
processor_box . show ( ) ;
2007-11-04 11:41:49 -05:00
2010-03-23 08:19:21 -04:00
if ( ! route ( ) - > is_master ( ) & & ! route ( ) - > is_monitor ( ) ) {
2007-11-04 11:41:49 -05:00
/* we don't allow master or control routes to be hidden */
hide_button . show ( ) ;
2014-07-06 14:14:12 -04:00
number_label . show ( ) ;
2007-11-04 11:41:49 -05:00
}
2008-12-14 02:59:33 -05:00
2011-11-17 19:22:31 -05:00
gpm . reset_peak_display ( ) ;
2012-12-07 17:38:49 -05:00
gpm . gain_display . show ( ) ;
gpm . peak_display . show ( ) ;
2011-11-17 19:22:31 -05:00
2007-07-06 19:55:54 -04:00
width_button . show ( ) ;
width_hide_box . show ( ) ;
2017-09-18 14:45:56 -04:00
global_frame . show ( ) ;
2007-07-06 19:55:54 -04:00
global_vpacker . show ( ) ;
2014-07-14 11:08:38 -04:00
mute_solo_table . show ( ) ;
2007-07-06 19:55:54 -04:00
bottom_button_table . show ( ) ;
2008-12-14 02:59:33 -05:00
gpm . show_all ( ) ;
2017-01-22 20:00:16 -05:00
gpm . meter_point_button . show ( ) ;
2011-06-28 12:55:41 -04:00
input_button_box . show_all ( ) ;
2007-07-06 19:55:54 -04:00
output_button . show ( ) ;
name_button . show ( ) ;
2011-10-29 17:18:26 -04:00
_comment_button . show ( ) ;
2007-07-06 19:55:54 -04:00
group_button . show ( ) ;
2012-12-07 17:38:49 -05:00
gpm . gain_automation_state_button . show ( ) ;
2007-07-07 01:04:34 -04:00
2014-07-28 16:55:20 -04:00
parameter_changed ( " mixer-element-visibility " ) ;
2015-11-21 13:47:01 -05:00
map_frozen ( ) ;
2011-10-29 16:08:48 -04:00
2008-12-14 02:59:33 -05:00
show ( ) ;
2020-01-28 16:22:57 -05:00
update_sensitivity ( ) ;
2005-09-25 14:42:24 -04:00
}
void
MixerStrip : : set_stuff_from_route ( )
{
2007-04-29 13:23:11 -04:00
/* if width is not set, it will be set by the MixerUI or editor */
2016-08-30 08:33:39 -04:00
Width width ;
if ( get_gui_property ( " strip-width " , width ) ) {
set_width_enum ( width , this ) ;
2005-09-25 14:42:24 -04:00
}
}
void
2009-06-20 13:15:33 -04:00
MixerStrip : : set_width_enum ( Width w , void * owner )
2005-09-25 14:42:24 -04:00
{
/* always set the gpm width again, things may be hidden */
2007-04-29 13:23:11 -04:00
2005-09-25 14:42:24 -04:00
gpm . set_width ( w ) ;
panners . set_width ( w ) ;
2007-04-29 13:23:11 -04:00
2008-09-18 20:47:49 -04:00
boost : : shared_ptr < AutomationList > gain_automation = _route - > gain_control ( ) - > alist ( ) ;
2007-06-29 00:02:58 -04:00
2007-04-29 13:23:11 -04:00
_width_owner = owner ;
2005-09-25 14:42:24 -04:00
_width = w ;
2007-04-29 13:23:11 -04:00
if ( _width_owner = = this ) {
2016-08-30 08:33:39 -04:00
set_gui_property ( " strip-width " , _width ) ;
2007-04-29 13:23:11 -04:00
}
2009-06-23 17:29:39 -04:00
set_button_names ( ) ;
2015-01-02 09:44:54 -05:00
const float scale = std : : max ( 1.f , UIConfiguration : : instance ( ) . get_ui_scale ( ) ) ;
2015-04-19 23:35:23 -04:00
2019-10-31 10:55:46 -04:00
gpm . gain_automation_state_button . set_text ( GainMeterBase : : short_astate_string ( gain_automation - > automation_state ( ) ) ) ;
if ( _route - > panner ( ) ) {
2020-03-23 11:38:22 -04:00
( ( Gtk : : Label * ) panners . pan_automation_state_button . get_child ( ) ) - > set_text ( GainMeterBase : : short_astate_string ( _route - > pannable ( ) - > automation_state ( ) ) ) ;
2019-10-31 10:55:46 -04:00
}
2005-09-25 14:42:24 -04:00
switch ( w ) {
case Wide :
2012-12-07 17:38:49 -05:00
2009-05-16 22:08:13 -04:00
if ( show_sends_button ) {
2020-03-23 16:13:39 -04:00
show_sends_button - > set_text ( _ ( " Show Sends " ) ) ;
2009-05-16 22:08:13 -04:00
}
2006-04-20 16:41:05 -04:00
2015-04-20 14:45:14 -04:00
{
// panners expect an even number of horiz. pixels
2015-04-22 15:34:27 -04:00
int width = rintf ( max ( 110.f * scale , gpm . get_gm_width ( ) + 10.f * scale ) ) + 1 ;
2015-04-20 14:45:14 -04:00
width & = ~ 1 ;
set_size_request ( width , - 1 ) ;
}
2005-09-25 14:42:24 -04:00
break ;
case Narrow :
2012-12-07 17:38:49 -05:00
2009-05-16 22:08:13 -04:00
if ( show_sends_button ) {
2020-03-23 16:13:39 -04:00
show_sends_button - > set_text ( _ ( " Show " ) ) ;
2009-05-16 22:08:13 -04:00
}
2006-04-20 16:41:05 -04:00
2013-07-10 11:13:45 -04:00
gain_meter ( ) . setup_meters ( ) ; // recalc meter width
2009-10-14 12:10:01 -04:00
2015-04-20 14:45:14 -04:00
{
// panners expect an even number of horiz. pixels
2015-04-22 15:34:27 -04:00
int width = rintf ( max ( 60.f * scale , gpm . get_gm_width ( ) + 10.f * scale ) ) + 1 ;
2015-04-20 14:45:14 -04:00
width & = ~ 1 ;
set_size_request ( width , - 1 ) ;
}
2005-09-25 14:42:24 -04:00
break ;
}
2009-12-04 12:45:11 -05:00
processor_box . set_width ( w ) ;
2011-06-01 13:00:29 -04:00
2005-09-25 14:42:24 -04:00
update_input_display ( ) ;
update_output_display ( ) ;
2011-10-29 17:18:26 -04:00
setup_comment_button ( ) ;
2009-12-09 22:25:32 -05:00
route_group_changed ( ) ;
2007-06-23 16:13:13 -04:00
name_changed ( ) ;
2009-06-23 19:05:14 -04:00
WidthChanged ( ) ;
2005-09-25 14:42:24 -04:00
}
void
MixerStrip : : set_packed ( bool yn )
{
_packed = yn ;
2016-08-30 08:33:39 -04:00
set_gui_property ( " visible " , _packed ) ;
2005-09-25 14:42:24 -04:00
}
void
MixerStrip : : connect_to_pan ( )
{
2009-12-11 18:29:48 -05:00
ENSURE_GUI_THREAD ( * this , & MixerStrip : : connect_to_pan )
2007-04-29 13:23:11 -04:00
2005-09-25 14:42:24 -04:00
panstate_connection . disconnect ( ) ;
panstyle_connection . disconnect ( ) ;
The great audio processing overhaul.
The vast majority of Route signal processing is now simply in the list of
processors. There are definitely regressions here, but there's also
a lot of things fixed. It's far too much work to let diverge anymore
regardless, so here it is.
The basic model is: A route has a fixed set of input channels (matching
its JACK input ports and diskstream). The first processor takes this
as input. The next processor is configured using the first processor's
output as input, and is allowed to choose whatever output it wants
given that input... and so on, and so on. Finally, the last processor's
requested output is used to set up the panner and create whatever Jack
ports are needed to output the data.
All 'special' internal processors (meter, fader, amp, insert, send) are
currently transparent: they read any input, and return the same set
of channels back (unmodified, except for amp).
User visible changes:
* LV2 Instrument support (tracks with both MIDI and audio channels)
* MIDI in/out plugin support
* Generic plugin replication (for MIDI plugins, MIDI/audio plugins)
* Movable meter point
Known Bugs:
* Things seem to get weird on loaded sessions
* Output delivery is sketchy
* 2.0 session loading was probably already broken...
but it's definitely broken now :)
Please test this and file bugs if you have any time...
git-svn-id: svn://localhost/ardour2/branches/3.0@5055 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-07 02:30:50 -04:00
if ( ! _route - > panner ( ) ) {
return ;
}
2011-05-18 02:53:24 -04:00
boost : : shared_ptr < Pannable > p = _route - > pannable ( ) ;
2005-09-25 14:42:24 -04:00
2011-05-18 02:53:24 -04:00
p - > automation_state_changed . connect ( panstate_connection , invalidator ( * this ) , boost : : bind ( & PannerUI : : pan_automation_state_changed , & panners ) , gui_context ( ) ) ;
2005-09-25 14:42:24 -04:00
2014-01-08 18:18:29 -05:00
/* This call reduncant, PannerUI::set_panner() connects to _panshell->Changed itself
* However , that only works a panner was previously set .
*
* PannerUI must remain subscribed to _panshell - > Changed ( ) in case
* we switch the panner eg . AUX - Send and back
* _route - > panner_shell ( ) - > Changed ( ) vs _panshell - > Changed
*/
if ( panners . _panner = = 0 ) {
panners . panshell_changed ( ) ;
}
2014-02-07 11:55:46 -05:00
update_panner_choices ( ) ;
2005-09-25 14:42:24 -04:00
}
2014-01-08 18:18:29 -05:00
void
MixerStrip : : update_panner_choices ( )
{
ENSURE_GUI_THREAD ( * this , & MixerStrip : : update_panner_choices )
if ( ! _route - > panner_shell ( ) ) { return ; }
2014-01-13 09:13:37 -05:00
uint32_t in = _route - > output ( ) - > n_ports ( ) . n_audio ( ) ;
uint32_t out = in ;
2014-01-08 18:18:29 -05:00
if ( _route - > panner ( ) ) {
in = _route - > panner ( ) - > in ( ) . n_audio ( ) ;
}
2014-01-13 09:13:37 -05:00
panners . set_available_panners ( PannerManager : : instance ( ) . PannerManager : : get_available_panners ( in , out ) ) ;
2014-01-08 18:18:29 -05:00
}
2009-10-01 16:40:51 -04:00
2005-09-25 14:42:24 -04:00
void
2009-10-01 16:40:51 -04:00
MixerStrip : : update_input_display ( )
2005-09-25 14:42:24 -04:00
{
2016-02-29 09:10:13 -05:00
panners . setup_pan ( ) ;
2013-03-07 14:35:10 -05:00
if ( has_audio_outputs ( ) ) {
panners . show_all ( ) ;
} else {
panners . hide_all ( ) ;
}
2009-10-01 16:40:51 -04:00
}
2008-12-08 11:07:28 -05:00
2009-10-01 16:40:51 -04:00
void
MixerStrip : : update_output_display ( )
{
2016-02-29 09:10:13 -05:00
gpm . setup_meters ( ) ;
panners . setup_pan ( ) ;
2013-03-07 14:35:10 -05:00
if ( has_audio_outputs ( ) ) {
panners . show_all ( ) ;
} else {
panners . hide_all ( ) ;
}
2005-09-25 14:42:24 -04:00
}
void
MixerStrip : : fast_update ( )
{
2006-04-09 23:54:00 -04:00
gpm . update_meters ( ) ;
2005-09-25 14:42:24 -04:00
}
2014-01-08 18:18:29 -05:00
void
MixerStrip : : io_changed_proxy ( )
{
Glib : : signal_idle ( ) . connect_once ( sigc : : mem_fun ( * this , & MixerStrip : : update_panner_choices ) ) ;
2016-07-21 18:44:22 -04:00
Glib : : signal_idle ( ) . connect_once ( sigc : : mem_fun ( * this , & MixerStrip : : update_trim_control ) ) ;
2014-01-08 18:18:29 -05:00
}
2009-10-14 12:10:01 -04:00
void
2011-10-29 17:18:26 -04:00
MixerStrip : : setup_comment_button ( )
2007-04-29 13:23:11 -04:00
{
2016-06-21 12:18:54 -04:00
std : : string comment = _route - > comment ( ) ;
2011-10-29 17:18:26 -04:00
2016-06-21 12:18:54 -04:00
set_tooltip ( _comment_button , comment . empty ( ) ? _ ( " Click to add/edit comments " ) : _route - > comment ( ) ) ;
2011-06-01 13:00:29 -04:00
2016-06-21 12:18:54 -04:00
if ( comment . empty ( ) ) {
_comment_button . set_name ( " generic button " ) ;
_comment_button . set_text ( _width = = Wide ? _ ( " Comments " ) : _ ( " Cmt " ) ) ;
return ;
2011-10-29 17:18:26 -04:00
}
2016-06-21 12:18:54 -04:00
_comment_button . set_name ( " comment button " ) ;
2014-07-30 18:27:12 -04:00
2016-06-21 12:18:54 -04:00
string : : size_type pos = comment . find_first_of ( " \t \n " ) ;
if ( pos ! = string : : npos ) {
comment = comment . substr ( 0 , pos ) ;
}
if ( comment . empty ( ) ) {
_comment_button . set_text ( _width = = Wide ? _ ( " Comments " ) : _ ( " Cmt " ) ) ;
} else {
_comment_button . set_text ( comment ) ;
}
2011-10-29 17:18:26 -04:00
}
2006-03-09 23:05:11 -05:00
bool
2009-06-21 15:59:56 -04:00
MixerStrip : : select_route_group ( GdkEventButton * ev )
2005-09-25 14:42:24 -04:00
{
using namespace Menu_Helpers ;
2009-06-28 20:38:58 -04:00
if ( ev - > button = = 1 ) {
2005-09-25 14:42:24 -04:00
2009-06-28 20:38:58 -04:00
if ( group_menu = = 0 ) {
2009-10-14 12:10:01 -04:00
2010-02-18 08:59:49 -05:00
PropertyList * plist = new PropertyList ( ) ;
2009-10-14 12:10:01 -04:00
2016-06-05 15:54:37 -04:00
plist - > add ( Properties : : group_gain , true ) ;
plist - > add ( Properties : : group_mute , true ) ;
plist - > add ( Properties : : group_solo , true ) ;
2010-02-18 08:59:49 -05:00
group_menu = new RouteGroupMenu ( _session , plist ) ;
2009-06-28 20:38:58 -04:00
}
2005-09-25 14:42:24 -04:00
2011-03-07 08:04:03 -05:00
WeakRouteList r ;
r . push_back ( route ( ) ) ;
group_menu - > build ( r ) ;
2016-08-15 21:05:43 -04:00
RouteGroup * rg = _route - > route_group ( ) ;
Gtkmm2ext : : anchored_menu_popup ( group_menu - > menu ( ) , & group_button ,
rg ? rg - > name ( ) : _ ( " No Group " ) ,
1 , ev - > time ) ;
2006-05-17 08:07:16 -04:00
}
2009-10-14 12:10:01 -04:00
2006-03-09 23:05:11 -05:00
return true ;
2009-10-14 12:10:01 -04:00
}
2005-09-25 14:42:24 -04:00
void
2009-12-09 22:25:32 -05:00
MixerStrip : : route_group_changed ( )
2005-09-25 14:42:24 -04:00
{
2009-12-11 18:29:48 -05:00
ENSURE_GUI_THREAD ( * this , & MixerStrip : : route_group_changed )
2009-10-14 12:10:01 -04:00
2009-06-21 15:59:56 -04:00
RouteGroup * rg = _route - > route_group ( ) ;
2009-06-22 18:31:43 -04:00
2005-09-25 14:42:24 -04:00
if ( rg ) {
2011-11-28 12:58:15 -05:00
group_button . set_text ( PBD : : short_version ( rg - > name ( ) , 5 ) ) ;
2005-09-25 14:42:24 -04:00
} else {
switch ( _width ) {
case Wide :
2011-11-28 12:58:15 -05:00
group_button . set_text ( _ ( " Grp " ) ) ;
2005-09-25 14:42:24 -04:00
break ;
case Narrow :
2011-11-28 12:58:15 -05:00
group_button . set_text ( _ ( " ~G " ) ) ;
2005-09-25 14:42:24 -04:00
break ;
}
}
}
void
2011-08-30 11:44:00 -04:00
MixerStrip : : route_color_changed ( )
2005-09-25 14:42:24 -04:00
{
2017-07-15 11:38:28 -04:00
using namespace ARDOUR_UI_UTILS ;
2006-03-30 10:08:56 -05:00
name_button . modify_bg ( STATE_NORMAL , color ( ) ) ;
2014-07-06 14:14:12 -04:00
number_label . set_fixed_colors ( gdk_color_to_rgba ( color ( ) ) , gdk_color_to_rgba ( color ( ) ) ) ;
2011-03-07 08:04:46 -05:00
reset_strip_style ( ) ;
2005-09-25 14:42:24 -04:00
}
void
MixerStrip : : show_passthru_color ( )
{
2011-03-07 08:04:46 -05:00
reset_strip_style ( ) ;
2005-09-25 14:42:24 -04:00
}
2016-06-01 16:26:32 -04:00
void
MixerStrip : : help_count_plugins ( boost : : weak_ptr < Processor > p )
{
boost : : shared_ptr < Processor > processor ( p . lock ( ) ) ;
if ( ! processor | | ! processor - > display_to_user ( ) ) {
return ;
}
2016-09-15 09:32:23 -04:00
boost : : shared_ptr < PluginInsert > pi = boost : : dynamic_pointer_cast < PluginInsert > ( processor ) ;
# ifdef MIXBUS
if ( pi & & pi - > is_channelstrip ( ) ) {
return ;
}
# endif
if ( pi ) {
2016-06-01 16:26:32 -04:00
+ + _plugin_insert_cnt ;
}
}
2005-09-25 14:42:24 -04:00
void
MixerStrip : : build_route_ops_menu ( )
{
using namespace Menu_Helpers ;
2008-12-12 09:43:24 -05:00
route_ops_menu = new Menu ;
2005-09-25 14:42:24 -04:00
route_ops_menu - > set_name ( " ArdourContextMenu " ) ;
2020-01-28 16:22:57 -05:00
bool active = _route - > active ( ) | | ARDOUR : : Profile - > get_mixbus ( ) ;
2005-09-25 14:42:24 -04:00
MenuList & items = route_ops_menu - > items ( ) ;
2007-04-29 13:23:11 -04:00
2020-01-28 16:22:57 -05:00
if ( active ) {
2014-07-29 17:40:19 -04:00
2020-01-28 16:22:57 -05:00
items . push_back ( MenuElem ( _ ( " Color... " ) , sigc : : mem_fun ( * this , & RouteUI : : choose_color ) ) ) ;
2014-08-01 14:48:33 -04:00
2020-01-28 16:22:57 -05:00
items . push_back ( MenuElem ( _ ( " Comments... " ) , sigc : : mem_fun ( * this , & RouteUI : : open_comment_editor ) ) ) ;
2014-08-01 14:48:33 -04:00
2020-01-28 16:22:57 -05:00
items . push_back ( MenuElem ( _ ( " Inputs... " ) , sigc : : mem_fun ( * this , & RouteUI : : edit_input_configuration ) ) ) ;
2014-08-01 14:48:33 -04:00
2020-01-28 16:22:57 -05:00
items . push_back ( MenuElem ( _ ( " Outputs... " ) , sigc : : mem_fun ( * this , & RouteUI : : edit_output_configuration ) ) ) ;
2014-08-01 14:48:33 -04:00
2020-01-28 16:22:57 -05:00
if ( ! Profile - > get_mixbus ( ) ) {
items . push_back ( SeparatorElem ( ) ) ;
}
if ( ! _route - > is_master ( )
2017-02-20 10:35:38 -05:00
# ifdef MIXBUS
2020-01-28 16:22:57 -05:00
& & ! _route - > mixbus ( )
2017-02-20 10:35:38 -05:00
# endif
2020-01-28 17:32:54 -05:00
) {
2020-01-28 16:22:57 -05:00
if ( Profile - > get_mixbus ( ) ) {
items . push_back ( SeparatorElem ( ) ) ;
}
items . push_back ( MenuElem ( _ ( " Save As Template... " ) , sigc : : mem_fun ( * this , & RouteUI : : save_as_template ) ) ) ;
2017-02-20 10:35:38 -05:00
}
2020-01-28 16:22:57 -05:00
if ( ! Profile - > get_mixbus ( ) ) {
items . push_back ( MenuElem ( _ ( " Rename... " ) , sigc : : mem_fun ( * this , & RouteUI : : route_rename ) ) ) ;
/* do not allow rename if the track is record-enabled */
items . back ( ) . set_sensitive ( ! is_track ( ) | | ! track ( ) - > rec_enable_control ( ) - > get_value ( ) ) ;
}
items . push_back ( SeparatorElem ( ) ) ;
2017-02-20 10:35:38 -05:00
}
2011-10-29 16:08:48 -04:00
2020-01-28 17:32:54 -05:00
if ( ( ! _route - > is_master ( ) | | ! active )
# ifdef MIXBUS
& & ! _route - > mixbus ( )
# endif
)
{
items . push_back ( CheckMenuElem ( _ ( " Active " ) ) ) ;
Gtk : : CheckMenuItem * i = dynamic_cast < Gtk : : CheckMenuItem * > ( & items . back ( ) ) ;
i - > set_active ( active ) ;
i - > set_sensitive ( ! _session - > transport_rolling ( ) ) ;
i - > signal_activate ( ) . connect ( sigc : : bind ( sigc : : mem_fun ( * this , & RouteUI : : set_route_active ) , ! _route - > active ( ) , false ) ) ;
2020-01-28 17:38:02 -05:00
items . push_back ( SeparatorElem ( ) ) ;
2020-01-28 17:32:54 -05:00
}
2007-06-27 18:06:35 -04:00
2020-01-28 16:22:57 -05:00
if ( active & & ! Profile - > get_mixbus ( ) ) {
2016-04-15 08:53:18 -04:00
items . push_back ( CheckMenuElem ( _ ( " Strict I/O " ) ) ) ;
2020-01-28 17:32:54 -05:00
Gtk : : CheckMenuItem * i = dynamic_cast < Gtk : : CheckMenuItem * > ( & items . back ( ) ) ;
2016-04-15 08:53:18 -04:00
i - > set_active ( _route - > strict_io ( ) ) ;
i - > signal_activate ( ) . connect ( sigc : : hide_return ( sigc : : bind ( sigc : : mem_fun ( * _route , & Route : : set_strict_io ) , ! _route - > strict_io ( ) ) ) ) ;
2020-01-28 17:38:02 -05:00
items . push_back ( SeparatorElem ( ) ) ;
2016-04-15 08:53:18 -04:00
}
2016-03-28 11:38:43 -04:00
2020-01-28 16:22:57 -05:00
if ( active & & is_track ( ) ) {
2017-07-21 17:03:41 -04:00
Gtk : : Menu * dio_menu = new Menu ;
MenuList & dio_items = dio_menu - > items ( ) ;
dio_items . push_back ( MenuElem ( _ ( " Record Pre-Fader " ) , sigc : : bind ( sigc : : mem_fun ( * this , & RouteUI : : set_disk_io_point ) , DiskIOPreFader ) ) ) ;
dio_items . push_back ( MenuElem ( _ ( " Record Post-Fader " ) , sigc : : bind ( sigc : : mem_fun ( * this , & RouteUI : : set_disk_io_point ) , DiskIOPostFader ) ) ) ;
dio_items . push_back ( MenuElem ( _ ( " Custom Record+Playback Positions " ) , sigc : : bind ( sigc : : mem_fun ( * this , & RouteUI : : set_disk_io_point ) , DiskIOCustom ) ) ) ;
items . push_back ( MenuElem ( _ ( " Disk I/O... " ) , * dio_menu ) ) ;
2020-01-28 17:38:02 -05:00
items . push_back ( SeparatorElem ( ) ) ;
2017-07-21 17:03:41 -04:00
}
2016-06-01 16:26:32 -04:00
_plugin_insert_cnt = 0 ;
_route - > foreach_processor ( sigc : : mem_fun ( * this , & MixerStrip : : help_count_plugins ) ) ;
2020-01-28 16:22:57 -05:00
if ( active & & _plugin_insert_cnt > 0 ) {
2016-05-10 14:11:08 -04:00
items . push_back ( MenuElem ( _ ( " Pin Connections... " ) , sigc : : mem_fun ( * this , & RouteUI : : manage_pins ) ) ) ;
2016-11-09 22:54:03 -05:00
}
2020-01-28 16:22:57 -05:00
if ( active & & ( boost : : dynamic_pointer_cast < MidiTrack > ( _route ) | | _route - > the_instrument ( ) ) ) {
2017-09-09 12:25:36 -04:00
items . push_back ( MenuElem ( _ ( " Patch Selector... " ) ,
sigc : : mem_fun ( * this , & RouteUI : : select_midi_patch ) ) ) ;
}
2020-01-28 16:22:57 -05:00
if ( active & & _route - > the_instrument ( ) & & _route - > the_instrument ( ) - > output_streams ( ) . n_audio ( ) > 2 ) {
2016-11-09 22:54:03 -05:00
// TODO ..->n_audio() > 1 && separate_output_groups) hard to check here every time.
2016-11-11 04:48:33 -05:00
items . push_back ( MenuElem ( _ ( " Fan out to Busses " ) , sigc : : bind ( sigc : : mem_fun ( * this , & RouteUI : : fan_out ) , true , true ) ) ) ;
items . push_back ( MenuElem ( _ ( " Fan out to Tracks " ) , sigc : : bind ( sigc : : mem_fun ( * this , & RouteUI : : fan_out ) , false , true ) ) ) ;
2020-01-28 17:38:02 -05:00
items . push_back ( SeparatorElem ( ) ) ;
2016-05-10 14:11:08 -04:00
}
2007-06-27 18:06:35 -04:00
2010-05-06 20:18:47 -04:00
items . push_back ( CheckMenuElem ( _ ( " Protect Against Denormals " ) , sigc : : mem_fun ( * this , & RouteUI : : toggle_denormal_protection ) ) ) ;
2013-07-11 15:32:31 -04:00
denormal_menu_item = dynamic_cast < Gtk : : CheckMenuItem * > ( & items . back ( ) ) ;
2007-05-31 22:27:21 -04:00
denormal_menu_item - > set_active ( _route - > denormal_protection ( ) ) ;
2005-09-25 14:42:24 -04:00
2020-01-28 16:22:57 -05:00
/* note that this relies on selection being shared across editor and
* mixer ( or global to the backend , in the future ) , which is the only
* sane thing for users anyway .
*/
StripableTimeAxisView * stav = PublicEditor : : instance ( ) . get_stripable_time_axis_by_id ( _route - > id ( ) ) ;
if ( active & & stav ) {
Selection & selection ( PublicEditor : : instance ( ) . get_selection ( ) ) ;
if ( ! selection . selected ( stav ) ) {
selection . set ( stav ) ;
}
2016-02-29 09:10:13 -05:00
2020-01-28 16:22:57 -05:00
if ( ! _route - > is_master ( ) ) {
2015-11-17 17:55:11 -05:00
items . push_back ( SeparatorElem ( ) ) ;
2020-01-28 16:22:57 -05:00
items . push_back ( MenuElem ( _ ( " Duplicate... " ) , sigc : : mem_fun ( * this , & RouteUI : : duplicate_selected_routes ) ) ) ;
2020-01-28 17:17:21 -05:00
items . push_back ( SeparatorElem ( ) ) ;
items . push_back ( MenuElem ( _ ( " Remove " ) , sigc : : mem_fun ( PublicEditor : : instance ( ) , & PublicEditor : : remove_tracks ) ) ) ;
2015-04-13 22:43:22 -04:00
}
}
2005-09-25 14:42:24 -04:00
}
2010-04-16 15:31:57 -04:00
gboolean
2006-05-14 15:02:14 -04:00
MixerStrip : : name_button_button_press ( GdkEventButton * ev )
2005-09-25 14:42:24 -04:00
{
2016-08-18 04:42:43 -04:00
if ( ev - > button = = 1 | | ev - > button = = 3 ) {
2014-08-22 12:45:34 -04:00
list_route_operations ( ) ;
2016-08-18 04:42:43 -04:00
if ( ev - > button = = 1 ) {
Gtkmm2ext : : anchored_menu_popup ( route_ops_menu , & name_button , " " ,
1 , ev - > time ) ;
} else {
2017-03-24 09:36:17 -04:00
route_ops_menu - > popup ( 3 , ev - > time ) ;
2016-08-18 04:42:43 -04:00
}
2011-12-01 14:34:53 -05:00
2014-08-22 12:45:34 -04:00
return true ;
}
return false ;
}
2014-07-29 17:40:19 -04:00
gboolean
MixerStrip : : number_button_button_press ( GdkEventButton * ev )
{
2017-03-24 09:36:17 -04:00
if ( ev - > button = = 3 ) {
2014-07-29 17:40:19 -04:00
list_route_operations ( ) ;
2017-03-24 09:36:17 -04:00
route_ops_menu - > popup ( 1 , ev - > time ) ;
2015-10-05 10:17:49 -04:00
2014-08-22 12:45:34 -04:00
return true ;
2014-07-29 17:40:19 -04:00
}
return false ;
}
2005-09-25 14:42:24 -04:00
void
MixerStrip : : list_route_operations ( )
{
2011-03-07 08:04:46 -05:00
delete route_ops_menu ;
build_route_ops_menu ( ) ;
2005-09-25 14:42:24 -04:00
}
void
2016-07-06 13:37:30 -04:00
MixerStrip : : set_selected ( bool yn )
2005-09-25 14:42:24 -04:00
{
2016-07-06 13:37:30 -04:00
AxisView : : set_selected ( yn ) ;
2016-06-05 20:50:40 -04:00
if ( selected ( ) ) {
2017-09-18 14:45:56 -04:00
global_frame . set_shadow_type ( Gtk : : SHADOW_ETCHED_OUT ) ;
global_frame . set_name ( " MixerStripSelectedFrame " ) ;
2005-09-25 14:42:24 -04:00
} else {
2017-09-18 14:45:56 -04:00
global_frame . set_shadow_type ( Gtk : : SHADOW_IN ) ;
global_frame . set_name ( " MixerStripFrame " ) ;
2005-09-25 14:42:24 -04:00
}
2016-06-05 20:50:40 -04:00
2017-09-18 14:45:56 -04:00
global_frame . queue_draw ( ) ;
2015-10-05 10:17:49 -04:00
2014-07-24 23:49:33 -04:00
// if (!yn)
// processor_box.deselect_all_processors();
2005-09-25 14:42:24 -04:00
}
2011-12-01 11:57:29 -05:00
void
2016-06-05 16:13:52 -04:00
MixerStrip : : route_property_changed ( const PropertyChange & what_changed )
2011-12-01 11:57:29 -05:00
{
if ( what_changed . contains ( ARDOUR : : Properties : : name ) ) {
name_changed ( ) ;
}
}
2005-09-25 14:42:24 -04:00
void
2007-06-23 16:13:13 -04:00
MixerStrip : : name_changed ( )
2005-09-25 14:42:24 -04:00
{
switch ( _width ) {
2014-09-06 06:48:47 -04:00
case Wide :
name_button . set_text ( _route - > name ( ) ) ;
break ;
case Narrow :
name_button . set_text ( PBD : : short_version ( _route - > name ( ) , 5 ) ) ;
break ;
2005-09-25 14:42:24 -04:00
}
2011-12-01 11:57:29 -05:00
2017-09-14 13:22:44 -04:00
set_tooltip ( name_button , Gtkmm2ext : : markup_escape_text ( _route - > name ( ) ) ) ;
2014-09-06 06:48:47 -04:00
if ( _session - > config . get_track_name_number ( ) ) {
const int64_t track_number = _route - > track_number ( ) ;
if ( track_number = = 0 ) {
number_label . set_text ( " - " ) ;
} else {
2016-09-21 01:20:22 -04:00
number_label . set_text ( PBD : : to_string ( abs ( _route - > track_number ( ) ) ) ) ;
2014-09-06 06:48:47 -04:00
}
} else {
number_label . set_text ( " " ) ;
}
2011-12-01 11:57:29 -05:00
}
void
MixerStrip : : name_button_resized ( Gtk : : Allocation & alloc )
{
2015-03-11 14:46:22 -04:00
name_button . set_layout_ellipsize_width ( alloc . get_width ( ) * PANGO_SCALE ) ;
2005-09-25 14:42:24 -04:00
}
2016-06-21 12:18:54 -04:00
void
MixerStrip : : comment_button_resized ( Gtk : : Allocation & alloc )
{
_comment_button . set_layout_ellipsize_width ( alloc . get_width ( ) * PANGO_SCALE ) ;
}
2011-11-24 15:07:55 -05:00
bool
MixerStrip : : width_button_pressed ( GdkEventButton * ev )
2005-09-25 14:42:24 -04:00
{
2011-11-24 15:07:55 -05:00
if ( ev - > button ! = 1 ) {
return false ;
2005-09-25 14:42:24 -04:00
}
2015-10-05 10:17:49 -04:00
2011-11-28 13:45:28 -05:00
if ( Keyboard : : modifier_state_contains ( ev - > state , Keyboard : : ModifierMask ( Keyboard : : PrimaryModifier | Keyboard : : TertiaryModifier ) ) & & _mixer_owned ) {
2011-11-24 15:07:55 -05:00
switch ( _width ) {
case Wide :
2013-07-10 15:40:42 -04:00
_mixer . set_strip_width ( Narrow , true ) ;
2011-11-24 15:07:55 -05:00
break ;
case Narrow :
2013-07-10 15:40:42 -04:00
_mixer . set_strip_width ( Wide , true ) ;
2011-11-24 15:07:55 -05:00
break ;
}
} else {
switch ( _width ) {
case Wide :
set_width_enum ( Narrow , this ) ;
break ;
case Narrow :
set_width_enum ( Wide , this ) ;
break ;
}
}
return true ;
2005-09-25 14:42:24 -04:00
}
2020-07-20 18:49:38 -04:00
void
MixerStrip : : loudess_analysis_button_clicked ( )
{
2021-04-12 18:10:07 -04:00
PublicEditor : : instance ( ) . loudness_assistant ( false ) ;
2020-07-20 18:49:38 -04:00
}
2020-07-27 16:02:09 -04:00
bool
2020-08-03 08:59:05 -04:00
MixerStrip : : volume_controller_button_pressed ( GdkEventButton * ev )
2020-07-27 16:02:09 -04:00
{
using namespace Menu_Helpers ;
if ( Keyboard : : is_context_menu_event ( ev ) ) {
delete _master_volume_menu ;
_master_volume_menu = new Menu ;
_master_volume_menu - > set_name ( " ArdourContextMenu " ) ;
MenuList & items = _master_volume_menu - > items ( ) ;
items . clear ( ) ;
2020-08-04 15:33:53 -04:00
items . push_back ( CheckMenuElem ( _ ( " Custom LAN Amp Position " ) ) ) ;
2020-07-27 16:02:09 -04:00
Gtk : : CheckMenuItem * cmi = static_cast < Gtk : : CheckMenuItem * > ( & items . back ( ) ) ;
cmi - > set_active ( ! _route - > volume_applies_to_output ( ) ) ;
cmi - > signal_toggled ( ) . connect ( sigc : : bind ( sigc : : mem_fun ( _route . get ( ) , & Route : : set_volume_applies_to_output ) , ! _route - > volume_applies_to_output ( ) ) ) ;
_master_volume_menu - > popup ( ev - > button , ev - > time ) ;
return true ;
}
return false ;
}
2005-09-25 14:42:24 -04:00
void
MixerStrip : : hide_clicked ( )
{
2009-04-15 14:04:23 -04:00
// LAME fix to reset the button status for when it is redisplayed (part 1)
hide_button . set_sensitive ( false ) ;
2009-10-14 12:10:01 -04:00
2005-09-25 14:42:24 -04:00
if ( _embedded ) {
2009-04-15 14:04:23 -04:00
Hiding ( ) ; /* EMIT_SIGNAL */
2005-09-25 14:42:24 -04:00
} else {
2006-01-11 22:43:52 -05:00
_mixer . hide_strip ( this ) ;
2005-09-25 14:42:24 -04:00
}
2009-10-14 12:10:01 -04:00
2009-04-15 14:04:23 -04:00
// (part 2)
2006-11-19 11:45:16 -05:00
hide_button . set_sensitive ( true ) ;
2005-09-25 14:42:24 -04:00
}
void
MixerStrip : : set_embedded ( bool yn )
{
_embedded = yn ;
}
void
MixerStrip : : map_frozen ( )
{
2009-12-11 18:29:48 -05:00
ENSURE_GUI_THREAD ( * this , & MixerStrip : : map_frozen )
2005-09-25 14:42:24 -04:00
2007-06-15 18:05:07 -04:00
boost : : shared_ptr < AudioTrack > at = audio_track ( ) ;
2005-09-25 14:42:24 -04:00
2020-01-28 16:22:57 -05:00
bool en = _route - > active ( ) | | ARDOUR : : Profile - > get_mixbus ( ) ;
2005-09-25 14:42:24 -04:00
if ( at ) {
switch ( at - > freeze_state ( ) ) {
case AudioTrack : : Frozen :
2009-07-12 20:26:28 -04:00
processor_box . set_sensitive ( false ) ;
2010-08-17 22:20:15 -04:00
hide_redirect_editors ( ) ;
2005-09-25 14:42:24 -04:00
break ;
default :
2020-02-13 16:24:24 -05:00
processor_box . set_sensitive ( en ) ;
2005-09-25 14:42:24 -04:00
break ;
}
2015-11-21 13:47:01 -05:00
} else {
2020-02-13 16:24:24 -05:00
processor_box . set_sensitive ( en ) ;
2005-09-25 14:42:24 -04:00
}
2016-05-23 21:01:27 -04:00
RouteUI : : map_frozen ( ) ;
2008-03-17 16:54:03 -04:00
}
void
MixerStrip : : hide_redirect_editors ( )
{
2009-12-11 18:29:48 -05:00
_route - > foreach_processor ( sigc : : mem_fun ( * this , & MixerStrip : : hide_processor_editor ) ) ;
2005-09-25 14:42:24 -04:00
}
void
2008-12-16 18:21:01 -05:00
MixerStrip : : hide_processor_editor ( boost : : weak_ptr < Processor > p )
2005-09-25 14:42:24 -04:00
{
2008-12-16 18:21:01 -05:00
boost : : shared_ptr < Processor > processor ( p . lock ( ) ) ;
if ( ! processor ) {
return ;
}
2009-10-14 12:10:01 -04:00
2010-08-17 22:20:15 -04:00
Gtk : : Window * w = processor_box . get_processor_ui ( processor ) ;
2009-10-14 12:10:01 -04:00
2010-08-17 22:20:15 -04:00
if ( w ) {
w - > hide ( ) ;
2005-09-25 14:42:24 -04:00
}
}
2009-11-20 12:11:00 -05:00
void
MixerStrip : : reset_strip_style ( )
{
if ( _current_delivery & & boost : : dynamic_pointer_cast < Send > ( _current_delivery ) ) {
gpm . set_fader_name ( " SendStripBase " ) ;
2005-09-25 14:42:24 -04:00
} else {
2011-06-01 13:00:29 -04:00
2009-11-20 12:11:00 -05:00
if ( is_midi_track ( ) ) {
if ( _route - > active ( ) ) {
set_name ( " MidiTrackStripBase " ) ;
} else {
set_name ( " MidiTrackStripBaseInactive " ) ;
}
gpm . set_fader_name ( " MidiTrackFader " ) ;
} else if ( is_audio_track ( ) ) {
if ( _route - > active ( ) ) {
set_name ( " AudioTrackStripBase " ) ;
} else {
set_name ( " AudioTrackStripBaseInactive " ) ;
}
gpm . set_fader_name ( " AudioTrackFader " ) ;
2005-09-25 14:42:24 -04:00
} else {
2009-11-20 12:11:00 -05:00
if ( _route - > active ( ) ) {
set_name ( " AudioBusStripBase " ) ;
} else {
set_name ( " AudioBusStripBaseInactive " ) ;
}
gpm . set_fader_name ( " AudioBusFader " ) ;
2011-06-01 13:00:29 -04:00
2009-11-20 12:11:00 -05:00
/* (no MIDI busses yet) */
2005-09-25 14:42:24 -04:00
}
}
}
2006-03-09 18:44:39 -05:00
2006-05-17 08:07:16 -04:00
2011-02-22 12:04:06 -05:00
string
MixerStrip : : meter_point_string ( MeterPoint mp )
2006-05-21 06:11:59 -04:00
{
2012-11-26 17:05:45 -05:00
switch ( _width ) {
case Wide :
switch ( mp ) {
case MeterInput :
2014-08-01 15:31:18 -04:00
return _ ( " In " ) ;
2012-11-26 17:05:45 -05:00
break ;
2015-10-05 10:17:49 -04:00
2012-11-26 17:05:45 -05:00
case MeterPreFader :
2014-08-01 15:31:18 -04:00
return _ ( " Pre " ) ;
2012-11-26 17:05:45 -05:00
break ;
2015-10-05 10:17:49 -04:00
2012-11-26 17:05:45 -05:00
case MeterPostFader :
2014-08-01 15:31:18 -04:00
return _ ( " Post " ) ;
2012-11-26 17:05:45 -05:00
break ;
2015-10-05 10:17:49 -04:00
2012-11-26 17:05:45 -05:00
case MeterOutput :
2014-08-01 15:31:18 -04:00
return _ ( " Out " ) ;
2012-11-26 17:05:45 -05:00
break ;
2015-10-05 10:17:49 -04:00
2012-11-26 17:05:45 -05:00
case MeterCustom :
default :
2014-08-01 15:31:18 -04:00
return _ ( " Custom " ) ;
2012-11-26 17:05:45 -05:00
break ;
}
2008-12-08 11:07:28 -05:00
break ;
2012-11-26 17:05:45 -05:00
case Narrow :
switch ( mp ) {
case MeterInput :
2015-04-04 18:44:03 -04:00
return S_ ( " Meter|In " ) ;
2012-11-26 17:05:45 -05:00
break ;
2015-10-05 10:17:49 -04:00
2012-11-26 17:05:45 -05:00
case MeterPreFader :
2015-04-04 18:44:03 -04:00
return S_ ( " Meter|Pr " ) ;
2012-11-26 17:05:45 -05:00
break ;
2015-10-05 10:17:49 -04:00
2012-11-26 17:05:45 -05:00
case MeterPostFader :
2015-04-04 18:44:03 -04:00
return S_ ( " Meter|Po " ) ;
2012-11-26 17:05:45 -05:00
break ;
2015-10-05 10:17:49 -04:00
2012-11-26 17:05:45 -05:00
case MeterOutput :
2015-04-04 18:44:03 -04:00
return S_ ( " Meter|O " ) ;
2012-11-26 17:05:45 -05:00
break ;
2015-10-05 10:17:49 -04:00
2012-11-26 17:05:45 -05:00
case MeterCustom :
default :
2015-04-04 18:44:03 -04:00
return S_ ( " Meter|C " ) ;
2012-11-26 17:05:45 -05:00
break ;
}
2009-11-18 15:01:37 -05:00
break ;
2007-06-03 20:05:33 -04:00
}
2012-11-26 17:05:45 -05:00
2012-11-27 08:21:21 -05:00
return string ( ) ;
2011-02-22 12:04:06 -05:00
}
2006-05-21 06:11:59 -04:00
2016-01-08 08:22:02 -05:00
/** Called when the monitor-section state */
void
MixerStrip : : monitor_changed ( )
{
assert ( monitor_section_button ) ;
if ( _session - > monitor_active ( ) ) {
monitor_section_button - > set_name ( " master monitor section button active " ) ;
} else {
monitor_section_button - > set_name ( " master monitor section button normal " ) ;
}
}
2019-03-01 10:51:08 -05:00
void
MixerStrip : : monitor_section_added_or_removed ( )
{
assert ( monitor_section_button ) ;
if ( mute_button - > get_parent ( ) ) {
mute_button - > get_parent ( ) - > remove ( * mute_button ) ;
}
if ( monitor_section_button - > get_parent ( ) ) {
monitor_section_button - > get_parent ( ) - > remove ( * monitor_section_button ) ;
}
if ( _session & & _session - > monitor_out ( ) ) {
mute_solo_table . attach ( * mute_button , 0 , 1 , 0 , 1 ) ;
mute_solo_table . attach ( * monitor_section_button , 1 , 2 , 0 , 1 ) ;
mute_button - > show ( ) ;
monitor_section_button - > show ( ) ;
} else {
mute_solo_table . attach ( * mute_button , 0 , 2 , 0 , 1 ) ;
mute_button - > show ( ) ;
}
}
2011-02-22 12:04:06 -05:00
/** Called when the metering point has changed */
void
MixerStrip : : meter_changed ( )
{
2017-01-22 20:00:16 -05:00
gpm . meter_point_button . set_text ( meter_point_string ( _route - > meter_point ( ) ) ) ;
2007-06-03 20:05:33 -04:00
gpm . setup_meters ( ) ;
2008-12-08 11:07:28 -05:00
// reset peak when meter point changes
gpm . reset_peak_display ( ) ;
2006-05-21 06:11:59 -04:00
}
2011-11-02 20:42:16 -04:00
/** The bus that we are displaying sends to has changed, or been turned off.
* @ param send_to New bus that we are displaying sends to , or 0.
*/
2009-05-16 22:08:13 -04:00
void
2011-11-02 20:42:16 -04:00
MixerStrip : : bus_send_display_changed ( boost : : shared_ptr < Route > send_to )
2009-05-16 22:08:13 -04:00
{
2011-11-02 20:42:16 -04:00
RouteUI : : bus_send_display_changed ( send_to ) ;
2009-10-14 12:10:01 -04:00
2011-11-02 20:42:16 -04:00
if ( send_to ) {
boost : : shared_ptr < Send > send = _route - > internal_send_for ( send_to ) ;
2011-12-01 14:34:53 -05:00
2011-11-02 20:42:16 -04:00
if ( send ) {
show_send ( send ) ;
} else {
revert_to_default_display ( ) ;
}
2009-11-20 10:26:34 -05:00
} else {
revert_to_default_display ( ) ;
2009-05-17 10:11:16 -04:00
}
2009-11-20 10:26:34 -05:00
}
2009-10-14 12:10:01 -04:00
2009-11-20 10:26:34 -05:00
void
MixerStrip : : drop_send ( )
{
boost : : shared_ptr < Send > current_send ;
2009-05-17 10:11:16 -04:00
2011-12-01 14:34:53 -05:00
if ( _current_delivery & & ( ( current_send = boost : : dynamic_pointer_cast < Send > ( _current_delivery ) ) ! = 0 ) ) {
2009-11-20 10:26:34 -05:00
current_send - > set_metering ( false ) ;
}
send_gone_connection . disconnect ( ) ;
2016-05-23 21:01:27 -04:00
RouteUI : : check_rec_enable_sensitivity ( ) ;
2009-11-20 10:26:34 -05:00
}
2009-07-12 20:26:28 -04:00
2011-01-04 18:26:59 -05:00
void
MixerStrip : : set_current_delivery ( boost : : shared_ptr < Delivery > d )
{
_current_delivery = d ;
DeliveryChanged ( _current_delivery ) ;
2020-01-28 16:22:57 -05:00
update_sensitivity ( ) ;
2011-01-04 18:26:59 -05:00
}
2009-11-20 10:26:34 -05:00
void
MixerStrip : : show_send ( boost : : shared_ptr < Send > send )
{
assert ( send ! = 0 ) ;
2009-11-20 12:11:00 -05:00
2009-11-20 10:26:34 -05:00
drop_send ( ) ;
2009-05-17 10:11:16 -04:00
2011-01-04 18:26:59 -05:00
set_current_delivery ( send ) ;
2009-11-20 12:11:00 -05:00
2019-06-09 13:41:07 -04:00
send - > meter ( ) - > set_meter_type ( _route - > meter_type ( ) ) ;
2009-11-20 10:26:34 -05:00
send - > set_metering ( true ) ;
2010-03-30 11:18:43 -04:00
_current_delivery - > DropReferences . connect ( send_gone_connection , invalidator ( * this ) , boost : : bind ( & MixerStrip : : revert_to_default_display , this ) , gui_context ( ) ) ;
2009-10-14 12:10:01 -04:00
2016-01-25 11:47:44 -05:00
gain_meter ( ) . set_controls ( _route , send - > meter ( ) , send - > amp ( ) , send - > gain_control ( ) ) ;
2009-05-16 22:08:13 -04:00
gain_meter ( ) . setup_meters ( ) ;
2009-11-20 10:26:34 -05:00
2014-01-13 09:13:37 -05:00
uint32_t const in = _current_delivery - > pans_required ( ) ;
uint32_t const out = _current_delivery - > pan_outs ( ) ;
2011-02-22 13:44:22 -05:00
panner_ui ( ) . set_panner ( _current_delivery - > panner_shell ( ) , _current_delivery - > panner ( ) ) ;
2014-01-13 09:13:37 -05:00
panner_ui ( ) . set_available_panners ( PannerManager : : instance ( ) . PannerManager : : get_available_panners ( in , out ) ) ;
2009-05-16 22:08:13 -04:00
panner_ui ( ) . setup_pan ( ) ;
2014-06-17 09:51:49 -04:00
panner_ui ( ) . set_send_drawing_mode ( true ) ;
2014-01-13 09:13:37 -05:00
panner_ui ( ) . show_all ( ) ;
2013-03-07 14:35:10 -05:00
2009-11-20 12:11:00 -05:00
reset_strip_style ( ) ;
2009-05-16 22:08:13 -04:00
}
2009-05-17 10:11:16 -04:00
void
MixerStrip : : revert_to_default_display ( )
{
2009-11-20 10:26:34 -05:00
drop_send ( ) ;
2011-01-04 18:26:59 -05:00
set_current_delivery ( _route - > main_outs ( ) ) ;
2009-05-17 10:11:16 -04:00
2016-01-25 11:47:44 -05:00
gain_meter ( ) . set_controls ( _route , _route - > shared_peak_meter ( ) , _route - > amp ( ) , _route - > gain_control ( ) ) ;
2009-05-17 10:11:16 -04:00
gain_meter ( ) . setup_meters ( ) ;
2009-11-20 12:11:00 -05:00
2011-02-22 13:44:22 -05:00
panner_ui ( ) . set_panner ( _route - > main_outs ( ) - > panner_shell ( ) , _route - > main_outs ( ) - > panner ( ) ) ;
2014-01-08 18:18:29 -05:00
update_panner_choices ( ) ;
2009-05-17 10:11:16 -04:00
panner_ui ( ) . setup_pan ( ) ;
2014-06-17 09:51:49 -04:00
panner_ui ( ) . set_send_drawing_mode ( false ) ;
2009-11-20 12:11:00 -05:00
2013-03-07 14:35:10 -05:00
if ( has_audio_outputs ( ) ) {
panners . show_all ( ) ;
} else {
panners . hide_all ( ) ;
}
2009-11-20 12:11:00 -05:00
reset_strip_style ( ) ;
2021-10-11 19:58:51 -04:00
if ( _route - > triggerbox ( ) & & UIConfiguration : : instance ( ) . get_show_triggers_inline ( ) ) {
create_trigger_display ( _route - > triggerbox ( ) ) ;
if ( trigger_display - > get_parent ( ) ! = & global_vpacker ) {
global_vpacker . pack_start ( * trigger_display , true , true ) ;
trigger_display - > show ( ) ;
global_vpacker . reorder_child ( * trigger_display , 4 ) ;
}
} else {
if ( trigger_display & & ( trigger_display - > get_parent ( ) = = & global_vpacker ) ) {
global_vpacker . remove ( * trigger_display ) ;
}
}
2009-05-17 10:11:16 -04:00
}
2009-05-17 13:05:56 -04:00
2009-06-23 16:02:15 -04:00
void
MixerStrip : : set_button_names ( )
{
2011-05-18 02:53:24 -04:00
switch ( _width ) {
2009-06-23 17:29:39 -04:00
case Wide :
2011-11-02 12:46:49 -04:00
mute_button - > set_text ( _ ( " Mute " ) ) ;
2011-10-26 17:01:14 -04:00
monitor_input_button - > set_text ( _ ( " In " ) ) ;
monitor_disk_button - > set_text ( _ ( " Disk " ) ) ;
2015-12-19 11:42:36 -05:00
if ( monitor_section_button ) {
monitor_section_button - > set_text ( _ ( " Mon " ) ) ;
}
2011-10-26 17:01:14 -04:00
2020-01-28 16:22:57 -05:00
if ( ( _route & & _route - > solo_safe_control ( ) - > solo_safe ( ) ) | | ! solo_button - > get_sensitive ( ) ) {
2013-07-10 20:31:30 -04:00
solo_button - > set_visual_state ( Gtkmm2ext : : VisualState ( solo_button - > visual_state ( ) | Gtkmm2ext : : Insensitive ) ) ;
2011-05-18 02:53:24 -04:00
} else {
2013-07-10 20:31:30 -04:00
solo_button - > set_visual_state ( Gtkmm2ext : : VisualState ( solo_button - > visual_state ( ) & ~ Gtkmm2ext : : Insensitive ) ) ;
2013-07-10 19:59:26 -04:00
}
if ( ! Config - > get_solo_control_is_listen_control ( ) ) {
solo_button - > set_text ( _ ( " Solo " ) ) ;
} else {
switch ( Config - > get_listen_position ( ) ) {
case AfterFaderListen :
solo_button - > set_text ( _ ( " AFL " ) ) ;
break ;
case PreFaderListen :
solo_button - > set_text ( _ ( " PFL " ) ) ;
break ;
2011-05-18 02:53:24 -04:00
}
}
2014-08-01 15:31:18 -04:00
solo_isolated_led - > set_text ( _ ( " Iso " ) ) ;
2015-04-04 20:06:03 -04:00
solo_safe_led - > set_text ( S_ ( " SoloLock|Lock " ) ) ;
2009-06-23 16:02:15 -04:00
break ;
2009-06-23 17:29:39 -04:00
default :
2020-08-03 16:28:46 -04:00
if ( is_master ( ) ) {
/* master bus has no solo button, "Mute" fits in narrow mode */
mute_button - > set_text ( _ ( " Mute " ) ) ;
} else {
mute_button - > set_text ( S_ ( " Mute|M " ) ) ;
}
2015-04-04 18:17:53 -04:00
monitor_input_button - > set_text ( S_ ( " MonitorInput|I " ) ) ;
monitor_disk_button - > set_text ( S_ ( " MonitorDisk|D " ) ) ;
2015-12-19 11:42:36 -05:00
if ( monitor_section_button ) {
2020-10-04 10:28:28 -04:00
monitor_section_button - > set_text ( _ ( " Mon " ) ) ;
2015-12-19 11:42:36 -05:00
}
2013-07-10 19:59:26 -04:00
2020-01-28 16:22:57 -05:00
if ( ( _route & & _route - > solo_safe_control ( ) - > solo_safe ( ) ) | | ! solo_button - > get_sensitive ( ) ) {
2013-07-10 20:31:30 -04:00
solo_button - > set_visual_state ( Gtkmm2ext : : VisualState ( solo_button - > visual_state ( ) | Gtkmm2ext : : Insensitive ) ) ;
2011-10-26 17:01:14 -04:00
} else {
2013-07-10 20:31:30 -04:00
solo_button - > set_visual_state ( Gtkmm2ext : : VisualState ( solo_button - > visual_state ( ) & ~ Gtkmm2ext : : Insensitive ) ) ;
2013-07-10 19:59:26 -04:00
}
if ( ! Config - > get_solo_control_is_listen_control ( ) ) {
2015-04-04 18:17:53 -04:00
solo_button - > set_text ( S_ ( " Solo|S " ) ) ;
2013-07-10 19:59:26 -04:00
} else {
switch ( Config - > get_listen_position ( ) ) {
case AfterFaderListen :
2015-04-04 18:17:53 -04:00
solo_button - > set_text ( S_ ( " AfterFader|A " ) ) ;
2013-07-10 19:59:26 -04:00
break ;
case PreFaderListen :
2015-04-04 18:17:53 -04:00
solo_button - > set_text ( S_ ( " Prefader|P " ) ) ;
2013-07-10 19:59:26 -04:00
break ;
2011-05-18 02:53:24 -04:00
}
}
2013-07-10 19:59:26 -04:00
2015-04-04 18:17:53 -04:00
solo_isolated_led - > set_text ( S_ ( " SoloIso|I " ) ) ;
solo_safe_led - > set_text ( S_ ( " SoloLock|L " ) ) ;
2009-06-23 16:02:15 -04:00
break ;
}
2009-07-13 19:09:16 -04:00
2012-11-27 08:07:43 -05:00
if ( _route ) {
2017-01-22 20:00:16 -05:00
gpm . meter_point_button . set_text ( meter_point_string ( _route - > meter_point ( ) ) ) ;
2012-11-27 08:07:43 -05:00
} else {
2017-01-22 20:00:16 -05:00
gpm . meter_point_button . set_text ( " " ) ;
2012-11-27 08:07:43 -05:00
}
2012-11-26 17:05:45 -05:00
}
2009-10-19 10:46:15 -04:00
2009-10-22 21:00:13 -04:00
PluginSelector *
2009-10-22 13:17:34 -04:00
MixerStrip : : plugin_selector ( )
{
return _mixer . plugin_selector ( ) ;
}
2011-02-09 21:44:56 -05:00
void
MixerStrip : : hide_things ( )
{
processor_box . hide_things ( ) ;
}
2011-06-28 12:55:41 -04:00
2011-07-03 11:01:21 -04:00
bool
2011-09-30 13:55:14 -04:00
MixerStrip : : input_active_button_press ( GdkEventButton * )
2011-07-03 11:01:21 -04:00
{
/* nothing happens on press */
return true ;
}
bool
MixerStrip : : input_active_button_release ( GdkEventButton * ev )
2011-06-28 12:55:41 -04:00
{
boost : : shared_ptr < MidiTrack > mt = midi_track ( ) ;
if ( ! mt ) {
2011-07-03 11:01:21 -04:00
return true ;
2011-06-28 12:55:41 -04:00
}
2012-11-12 21:19:04 -05:00
boost : : shared_ptr < RouteList > rl ( new RouteList ) ;
2011-07-03 11:01:21 -04:00
2012-11-12 21:19:04 -05:00
rl - > push_back ( route ( ) ) ;
_session - > set_exclusive_input_active ( rl , ! mt - > input_active ( ) ,
Keyboard : : modifier_state_contains ( ev - > state , Keyboard : : ModifierMask ( Keyboard : : PrimaryModifier | Keyboard : : SecondaryModifier ) ) ) ;
2011-07-03 11:01:21 -04:00
return true ;
2011-06-28 12:55:41 -04:00
}
void
MixerStrip : : midi_input_status_changed ( )
{
if ( midi_input_enable_button ) {
boost : : shared_ptr < MidiTrack > mt = midi_track ( ) ;
assert ( mt ) ;
midi_input_enable_button - > set_active ( mt - > input_active ( ) ) ;
}
}
2011-07-06 20:37:13 -04:00
string
MixerStrip : : state_id ( ) const
{
return string_compose ( " strip %1 " , _route - > id ( ) . to_s ( ) ) ;
}
2011-10-29 16:08:48 -04:00
void
MixerStrip : : parameter_changed ( string p )
{
if ( p = = _visibility . get_state_name ( ) ) {
/* The user has made changes to the mixer strip visibility, so get
our VisibilityGroup to reflect these changes in our widgets .
*/
2015-01-02 09:44:54 -05:00
_visibility . set_state ( UIConfiguration : : instance ( ) . get_mixer_strip_visibility ( ) ) ;
2016-03-08 14:56:51 -05:00
} else if ( p = = " track-name-number " ) {
2014-06-26 13:21:05 -04:00
name_changed ( ) ;
2017-11-23 03:22:21 -05:00
update_track_number_visibility ( ) ;
2020-07-20 23:51:56 -04:00
} else if ( p = = " use-master-volume " ) {
if ( route ( ) & & route ( ) - > is_master ( ) ) {
if ( Config - > get_use_master_volume ( ) ) {
master_volume_table . show ( ) ;
} else {
master_volume_table . hide ( ) ;
}
}
2021-10-11 19:58:51 -04:00
} else if ( p = = " show-triggers-inline " ) {
boost : : shared_ptr < TriggerBox > tb = route ( ) - > triggerbox ( ) ;
if ( tb ) {
create_trigger_display ( tb ) ;
toggle_trigger_display ( ) ;
}
2015-12-19 11:42:36 -05:00
}
2011-10-29 16:08:48 -04:00
}
2011-11-02 21:44:17 -04:00
/** Called to decide whether the solo isolate / solo lock button visibility should
* be overridden from that configured by the user . We do this for the master bus .
*
* @ return optional value that is present if visibility state should be overridden .
*/
boost : : optional < bool >
MixerStrip : : override_solo_visibility ( ) const
{
2020-07-22 17:55:01 -04:00
if ( is_master ( ) ) {
2011-11-02 21:44:17 -04:00
return boost : : optional < bool > ( false ) ;
}
2015-10-05 10:17:49 -04:00
2011-11-02 21:44:17 -04:00
return boost : : optional < bool > ( ) ;
}
2011-11-02 22:20:45 -04:00
2020-07-22 17:55:01 -04:00
boost : : optional < bool >
MixerStrip : : override_rec_mon_visibility ( ) const
{
if ( is_master ( ) ) {
return boost : : optional < bool > ( false ) ;
}
return boost : : optional < bool > ( ) ;
}
2011-11-02 22:20:45 -04:00
void
MixerStrip : : add_input_port ( DataType t )
{
_route - > input ( ) - > add_port ( " " , this , t ) ;
}
void
MixerStrip : : add_output_port ( DataType t )
{
_route - > output ( ) - > add_port ( " " , this , t ) ;
}
2011-11-03 13:49:12 -04:00
void
MixerStrip : : route_active_changed ( )
{
2020-01-21 19:35:18 -05:00
RouteUI : : route_active_changed ( ) ;
2011-11-03 13:49:12 -04:00
reset_strip_style ( ) ;
2020-01-28 16:22:57 -05:00
update_sensitivity ( ) ;
}
void
MixerStrip : : update_sensitivity ( )
{
bool en = _route - > active ( ) | | ARDOUR : : Profile - > get_mixbus ( ) ;
bool send = _current_delivery & & boost : : dynamic_pointer_cast < Send > ( _current_delivery ) ! = 0 ;
bool aux = _current_delivery & & boost : : dynamic_pointer_cast < InternalSend > ( _current_delivery ) ! = 0 ;
if ( route ( ) - > is_master ( ) ) {
solo_iso_table . set_sensitive ( false ) ;
control_slave_ui . set_sensitive ( false ) ;
} else {
solo_iso_table . set_sensitive ( en & & ! send ) ;
control_slave_ui . set_sensitive ( en & & ! send ) ;
}
input_button . set_sensitive ( en & & ! send ) ;
group_button . set_sensitive ( en & & ! send ) ;
set_invert_sensitive ( en & & ! send ) ;
gpm . meter_point_button . set_sensitive ( en & & ! send ) ;
mute_button - > set_sensitive ( en & & ! send ) ;
solo_button - > set_sensitive ( en & & ! send ) ;
solo_isolated_led - > set_sensitive ( en & & ! send ) ;
solo_safe_led - > set_sensitive ( en & & ! send ) ;
monitor_input_button - > set_sensitive ( en & & ! send ) ;
monitor_disk_button - > set_sensitive ( en & & ! send ) ;
_comment_button . set_sensitive ( en & & ! send ) ;
trim_control . set_sensitive ( en & & ! send ) ;
control_slave_ui . set_sensitive ( en & & ! send ) ;
if ( midi_input_enable_button ) {
midi_input_enable_button - > set_sensitive ( en & & ! send ) ;
}
output_button . set_sensitive ( en & & ! aux ) ;
map_frozen ( ) ;
set_button_names ( ) ; // update solo button visual state
2011-11-03 13:49:12 -04:00
}
2011-11-04 13:53:21 -04:00
void
MixerStrip : : copy_processors ( )
{
processor_box . processor_operation ( ProcessorBox : : ProcessorsCopy ) ;
}
void
MixerStrip : : cut_processors ( )
{
processor_box . processor_operation ( ProcessorBox : : ProcessorsCut ) ;
}
void
MixerStrip : : paste_processors ( )
{
processor_box . processor_operation ( ProcessorBox : : ProcessorsPaste ) ;
}
void
MixerStrip : : select_all_processors ( )
{
processor_box . processor_operation ( ProcessorBox : : ProcessorsSelectAll ) ;
}
2014-07-24 23:49:33 -04:00
void
MixerStrip : : deselect_all_processors ( )
{
processor_box . processor_operation ( ProcessorBox : : ProcessorsSelectNone ) ;
}
2014-07-24 13:30:11 -04:00
bool
2011-11-04 13:53:21 -04:00
MixerStrip : : delete_processors ( )
{
2014-07-24 13:30:11 -04:00
return processor_box . processor_operation ( ProcessorBox : : ProcessorsDelete ) ;
2011-11-04 13:53:21 -04:00
}
void
MixerStrip : : toggle_processors ( )
{
processor_box . processor_operation ( ProcessorBox : : ProcessorsToggleActive ) ;
}
void
MixerStrip : : ab_plugins ( )
{
processor_box . processor_operation ( ProcessorBox : : ProcessorsAB ) ;
}
2011-11-13 10:12:34 -05:00
bool
MixerStrip : : level_meter_button_press ( GdkEventButton * ev )
{
2014-01-13 05:08:37 -05:00
if ( _current_delivery & & boost : : dynamic_pointer_cast < Send > ( _current_delivery ) ) {
return false ;
}
2011-11-13 10:12:34 -05:00
if ( ev - > button = = 3 ) {
popup_level_meter_menu ( ev ) ;
return true ;
}
return false ;
}
void
MixerStrip : : popup_level_meter_menu ( GdkEventButton * ev )
{
using namespace Gtk : : Menu_Helpers ;
2019-03-07 19:53:55 -05:00
Gtk : : Menu * m = ARDOUR_UI_UTILS : : shared_popup_menu ( ) ;
2011-11-13 10:12:34 -05:00
MenuList & items = m - > items ( ) ;
RadioMenuItem : : Group group ;
2019-07-17 10:29:54 -04:00
PBD : : Unwinder < bool > uw ( _suspend_menu_callbacks , true ) ;
2013-07-07 00:17:02 -04:00
add_level_meter_item_point ( items , group , _ ( " Input " ) , MeterInput ) ;
2014-02-19 23:44:53 -05:00
add_level_meter_item_point ( items , group , _ ( " Pre Fader " ) , MeterPreFader ) ;
add_level_meter_item_point ( items , group , _ ( " Post Fader " ) , MeterPostFader ) ;
2013-07-07 00:17:02 -04:00
add_level_meter_item_point ( items , group , _ ( " Output " ) , MeterOutput ) ;
add_level_meter_item_point ( items , group , _ ( " Custom " ) , MeterCustom ) ;
2014-10-23 08:25:05 -04:00
if ( gpm . meter_channels ( ) . n_audio ( ) = = 0 ) {
m - > popup ( ev - > button , ev - > time ) ;
return ;
}
2013-07-07 00:17:02 -04:00
RadioMenuItem : : Group tgroup ;
items . push_back ( SeparatorElem ( ) ) ;
2013-07-15 08:38:24 -04:00
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterPeak ) , MeterPeak ) ;
2015-04-25 00:46:56 -04:00
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterPeak0dB ) , MeterPeak0dB ) ;
2013-07-22 13:59:24 -04:00
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterKrms ) , MeterKrms ) ;
2013-07-22 12:45:08 -04:00
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterIEC1DIN ) , MeterIEC1DIN ) ;
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterIEC1NOR ) , MeterIEC1NOR ) ;
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterIEC2BBC ) , MeterIEC2BBC ) ;
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterIEC2EBU ) , MeterIEC2EBU ) ;
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterK20 ) , MeterK20 ) ;
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterK14 ) , MeterK14 ) ;
2013-12-22 03:25:33 -05:00
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterK12 ) , MeterK12 ) ;
2013-07-22 12:45:08 -04:00
add_level_meter_item_type ( items , tgroup , ArdourMeter : : meter_type_string ( MeterVU ) , MeterVU ) ;
2011-11-13 10:12:34 -05:00
2013-07-07 20:07:40 -04:00
int _strip_type ;
if ( _route - > is_master ( ) ) {
_strip_type = 4 ;
}
else if ( boost : : dynamic_pointer_cast < AudioTrack > ( _route ) = = 0
& & boost : : dynamic_pointer_cast < MidiTrack > ( _route ) = = 0 ) {
/* non-master bus */
_strip_type = 3 ;
}
else if ( boost : : dynamic_pointer_cast < MidiTrack > ( _route ) ) {
_strip_type = 2 ;
}
else {
_strip_type = 1 ;
}
2013-07-15 08:38:24 -04:00
MeterType cmt = _route - > meter_type ( ) ;
const std : : string cmn = ArdourMeter : : meter_type_string ( cmt ) ;
2013-07-07 20:07:40 -04:00
items . push_back ( SeparatorElem ( ) ) ;
2013-07-15 08:38:24 -04:00
items . push_back ( MenuElem ( string_compose ( _ ( " Change all in Group to %1 " ) , cmn ) ,
sigc : : bind ( SetMeterTypeMulti , - 1 , _route - > route_group ( ) , cmt ) ) ) ;
items . push_back ( MenuElem ( string_compose ( _ ( " Change all to %1 " ) , cmn ) ,
sigc : : bind ( SetMeterTypeMulti , 0 , _route - > route_group ( ) , cmt ) ) ) ;
items . push_back ( MenuElem ( string_compose ( _ ( " Change same track-type to %1 " ) , cmn ) ,
sigc : : bind ( SetMeterTypeMulti , _strip_type , _route - > route_group ( ) , cmt ) ) ) ;
2013-07-07 20:07:40 -04:00
2011-11-13 10:12:34 -05:00
m - > popup ( ev - > button , ev - > time ) ;
}
void
2013-07-07 00:17:02 -04:00
MixerStrip : : add_level_meter_item_point ( Menu_Helpers : : MenuList & items ,
RadioMenuItem : : Group & group , string const & name , MeterPoint point )
2011-11-13 10:12:34 -05:00
{
using namespace Menu_Helpers ;
2015-10-05 10:17:49 -04:00
2011-11-13 10:12:34 -05:00
items . push_back ( RadioMenuElem ( group , name , sigc : : bind ( sigc : : mem_fun ( * this , & MixerStrip : : set_meter_point ) , point ) ) ) ;
RadioMenuItem * i = dynamic_cast < RadioMenuItem * > ( & items . back ( ) ) ;
i - > set_active ( _route - > meter_point ( ) = = point ) ;
}
void
MixerStrip : : set_meter_point ( MeterPoint p )
{
2013-07-07 13:04:07 -04:00
if ( _suspend_menu_callbacks ) return ;
2011-11-13 10:12:34 -05:00
_route - > set_meter_point ( p ) ;
}
2013-07-07 00:17:02 -04:00
void
MixerStrip : : add_level_meter_item_type ( Menu_Helpers : : MenuList & items ,
RadioMenuItem : : Group & group , string const & name , MeterType type )
{
using namespace Menu_Helpers ;
2015-10-05 10:17:49 -04:00
2013-07-07 00:17:02 -04:00
items . push_back ( RadioMenuElem ( group , name , sigc : : bind ( sigc : : mem_fun ( * this , & MixerStrip : : set_meter_type ) , type ) ) ) ;
RadioMenuItem * i = dynamic_cast < RadioMenuItem * > ( & items . back ( ) ) ;
2013-07-07 08:39:26 -04:00
i - > set_active ( _route - > meter_type ( ) = = type ) ;
2013-07-07 00:17:02 -04:00
}
void
MixerStrip : : set_meter_type ( MeterType t )
{
2013-07-07 13:04:07 -04:00
if ( _suspend_menu_callbacks ) return ;
2019-06-09 13:41:07 -04:00
_route - > set_meter_type ( t ) ;
2013-07-07 00:17:02 -04:00
}
2016-02-29 14:45:03 -05:00
2016-03-08 14:56:51 -05:00
void
MixerStrip : : update_track_number_visibility ( )
{
DisplaySuspender ds ;
bool show_label = _session - > config . get_track_name_number ( ) ;
if ( _route & & _route - > is_master ( ) ) {
show_label = false ;
}
if ( show_label ) {
number_label . show ( ) ;
// see ArdourButton::on_size_request(), we should probably use a global size-group here instead.
// except the width of the number label is subtracted from the name-hbox, so we
// need to explictly calculate it anyway until the name-label & entry become ArdourWidgets.
int tnw = ( 2 + std : : max ( 2u , _session - > track_number_decimals ( ) ) ) * number_label . char_pixel_width ( ) ;
if ( tnw & 1 ) - - tnw ;
number_label . set_size_request ( tnw , - 1 ) ;
number_label . show ( ) ;
} else {
number_label . hide ( ) ;
}
}
2016-06-05 15:39:22 -04:00
Gdk : : Color
MixerStrip : : color ( ) const
{
return route_color ( ) ;
}
2016-06-05 15:19:54 -04:00
bool
MixerStrip : : marked_for_display ( ) const
{
return ! _route - > presentation_info ( ) . hidden ( ) ;
}
bool
MixerStrip : : set_marked_for_display ( bool yn )
{
return RouteUI : : mark_hidden ( ! yn ) ;
}
2019-07-17 18:05:32 -04:00
void
MixerStrip : : hide_master_spacer ( bool yn )
{
if ( _mixer_owned & & route ( ) - > is_master ( ) & & ! yn ) {
spacer . show ( ) ;
} else {
spacer . hide ( ) ;
}
}
2021-10-03 11:08:56 -04:00
2021-10-03 14:29:26 -04:00
void
MixerStrip : : create_trigger_display ( boost : : shared_ptr < TriggerBox > tb )
{
if ( ! trigger_display ) {
trigger_display = new TriggerBoxWidget ( * ( tb . get ( ) ) ) ; /* XXX fix to use shared ptr */
}
}
2021-10-03 11:08:56 -04:00
void
MixerStrip : : toggle_trigger_display ( )
{
if ( ! trigger_display ) {
return ;
}
if ( trigger_display - > get_parent ( ) = = & global_vpacker ) {
global_vpacker . remove ( * trigger_display ) ;
} else {
global_vpacker . pack_start ( * trigger_display , true , true ) ;
2021-10-03 14:29:26 -04:00
trigger_display - > show ( ) ;
2021-10-03 11:08:56 -04:00
global_vpacker . reorder_child ( * trigger_display , 4 ) ;
}
}