Remove old API (unused, incorrect for grouped tracks)
This commit is contained in:
parent
5fc037cbe9
commit
b7dc469515
@ -2011,30 +2011,6 @@ RouteUI::parameter_changed (string const & p)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
RouteUI::step_gain_up ()
|
|
||||||
{
|
|
||||||
_route->gain_control()->set_value (dB_to_coefficient (accurate_coefficient_to_dB (_route->gain_control()->get_value()) + 0.1), Controllable::UseGroup);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
RouteUI::page_gain_up ()
|
|
||||||
{
|
|
||||||
_route->gain_control()->set_value (dB_to_coefficient (accurate_coefficient_to_dB (_route->gain_control()->get_value()) + 0.5), Controllable::UseGroup);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
RouteUI::step_gain_down ()
|
|
||||||
{
|
|
||||||
_route->gain_control()->set_value (dB_to_coefficient (accurate_coefficient_to_dB (_route->gain_control()->get_value()) - 0.1), Controllable::UseGroup);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
RouteUI::page_gain_down ()
|
|
||||||
{
|
|
||||||
_route->gain_control()->set_value (dB_to_coefficient (accurate_coefficient_to_dB (_route->gain_control()->get_value()) - 0.5), Controllable::UseGroup);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
RouteUI::setup_invert_buttons ()
|
RouteUI::setup_invert_buttons ()
|
||||||
{
|
{
|
||||||
|
@ -160,11 +160,6 @@ public:
|
|||||||
void edit_input_configuration ();
|
void edit_input_configuration ();
|
||||||
void edit_output_configuration ();
|
void edit_output_configuration ();
|
||||||
|
|
||||||
void step_gain_up ();
|
|
||||||
void step_gain_down ();
|
|
||||||
void page_gain_up ();
|
|
||||||
void page_gain_down ();
|
|
||||||
|
|
||||||
void build_sends_menu ();
|
void build_sends_menu ();
|
||||||
void set_sends_gain_from_track ();
|
void set_sends_gain_from_track ();
|
||||||
void set_sends_gain_to_zero ();
|
void set_sends_gain_to_zero ();
|
||||||
|
Loading…
Reference in New Issue
Block a user