mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
White space fix only. (Spaces to tabs)
This commit is contained in:
parent
4bb54f4128
commit
5156b8aeb5
1 changed files with 3 additions and 3 deletions
|
|
@ -173,9 +173,9 @@ MIDIControllable::stop_learning ()
|
|||
int
|
||||
MIDIControllable::control_to_midi (float val)
|
||||
{
|
||||
if (controllable->is_gain_like()) {
|
||||
return gain_to_slider_position (val) * max_value_for_type ();
|
||||
}
|
||||
if (controllable->is_gain_like()) {
|
||||
return gain_to_slider_position (val) * max_value_for_type ();
|
||||
}
|
||||
|
||||
float control_min = controllable->lower ();
|
||||
float control_max = controllable->upper ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue