revert "show send" changes to mixer strip
This commit is contained in:
parent
c8797bdd5c
commit
80c3bd15e6
@ -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");
|
||||
@ -1573,7 +1562,6 @@ MixerStrip::reset_strip_style ()
|
||||
gpm.set_fader_name ("AudioBusFader");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
string
|
||||
|
Loading…
Reference in New Issue
Block a user