mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
MCP: reverse pot labelling re: flip mode
git-svn-id: svn://localhost/ardour2/branches/3.0@11951 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
43556cce5a
commit
454359a321
1 changed files with 2 additions and 2 deletions
|
|
@ -582,7 +582,7 @@ Strip::flip_mode_changed (bool notify)
|
|||
_vpot->set_normal_control (_route->gain_control());
|
||||
_vpot->set_modified_control (boost::shared_ptr<AutomationControl>());
|
||||
|
||||
_surface->write (display (1, "Pan"));
|
||||
_surface->write (display (1, "Fader"));
|
||||
|
||||
} else {
|
||||
|
||||
|
|
@ -593,7 +593,7 @@ Strip::flip_mode_changed (bool notify)
|
|||
_fader->set_normal_control (_route->gain_control());
|
||||
_fader->set_modified_control (boost::shared_ptr<AutomationControl>());
|
||||
|
||||
_surface->write (display (1, "Fdr"));
|
||||
_surface->write (display (1, "PanDir"));
|
||||
}
|
||||
|
||||
if (notify) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue