13
0

revert "show send" changes to mixer strip

This commit is contained in:
Paul Davis 2024-05-14 12:28:40 -06:00
parent c8797bdd5c
commit 80c3bd15e6

View File

@ -606,11 +606,7 @@ MixerStrip::set_route (std::shared_ptr<Route> rt)
*/
processor_box.set_route (rt);
if (Profile->get_livetrax() && !rt->is_master()) {
show_send (_route->master_send());
} else {
revert_to_default_display ();
}
/* unpack these from the parent and stuff them into our own
table
@ -1524,13 +1520,6 @@ MixerStrip::hide_processor_editor (std::weak_ptr<Processor> p)
void
MixerStrip::reset_strip_style ()
{
if (!Profile->get_livetrax() && _current_delivery && std::dynamic_pointer_cast<Send>(_current_delivery)) {
gpm.unset_fader_fg ();
gpm.set_fader_name ("SendStripBase");
} else {
if (is_midi_track()) {
if (_route->active()) {
set_name ("MidiTrackStripBase");
@ -1572,7 +1561,6 @@ MixerStrip::reset_strip_style ()
}
gpm.set_fader_name ("AudioBusFader");
}
}
}