mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
NOOP: whitespace/indent fix
This commit is contained in:
parent
03018aeefb
commit
6acd51d48e
1 changed files with 4 additions and 4 deletions
|
|
@ -1210,14 +1210,14 @@ Strip::set_vpot_parameter (Evoral::Parameter p)
|
|||
/* gain to vpot, trim to fader */
|
||||
_vpot->set_control (_route->gain_control());
|
||||
control_by_parameter[GainAutomation] = _vpot;
|
||||
_fader->set_control (_route->trim_control());
|
||||
control_by_parameter[TrimAutomation] = _fader;
|
||||
_fader->set_control (_route->trim_control());
|
||||
control_by_parameter[TrimAutomation] = _fader;
|
||||
} else {
|
||||
/* gain to fader, trim to vpot */
|
||||
_fader->set_control (_route->gain_control());
|
||||
control_by_parameter[GainAutomation] = _fader;
|
||||
_vpot->set_control (_route->trim_control());
|
||||
control_by_parameter[TrimAutomation] = _vpot;
|
||||
_vpot->set_control (_route->trim_control());
|
||||
control_by_parameter[TrimAutomation] = _vpot;
|
||||
}
|
||||
} else {
|
||||
_vpot->set_control (boost::shared_ptr<AutomationControl>());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue