mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 02:16:09 +01:00
[Summary] Disabled call for the function which is not used in TracksLive. This function prepares label with connection strings for strips.
[Reviewed by] YPozdnyakov
This commit is contained in:
parent
ae5d04be9b
commit
e6fb433b38
1 changed files with 8 additions and 3 deletions
|
|
@ -1198,8 +1198,11 @@ void
|
|||
MixerStrip::update_input_display ()
|
||||
{
|
||||
// update_io_button (_route, _width, true);
|
||||
update_io_button (_route, true);
|
||||
panners.setup_pan ();
|
||||
|
||||
// Not used by TracksLive
|
||||
//update_io_button (_route, true);
|
||||
|
||||
panners.setup_pan ();
|
||||
|
||||
if (has_audio_outputs ()) {
|
||||
panners.show_all ();
|
||||
|
|
@ -1212,7 +1215,9 @@ MixerStrip::update_input_display ()
|
|||
void
|
||||
MixerStrip::update_output_display ()
|
||||
{
|
||||
update_io_button (_route, false);
|
||||
// Not used by TracksLive
|
||||
//update_io_button (_route, false);
|
||||
|
||||
gpm.setup_meters ();
|
||||
panners.setup_pan ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue