mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
MCP - Always show gain on VCAs rather than Pan
This commit is contained in:
parent
296c8681f0
commit
b59b977a59
1 changed files with 7 additions and 0 deletions
|
|
@ -429,6 +429,13 @@ Strip::notify_gain_changed (bool force_update)
|
|||
do_parameter_display (ac->desc(), gain_coefficient); // GainAutomation
|
||||
_last_gain_position_written = normalized_position;
|
||||
}
|
||||
|
||||
/* Keep VCA gain display live-updating in normal view */
|
||||
if (_stripable &&
|
||||
(_stripable->presentation_info().flags() & ARDOUR::PresentationInfo::VCA) &&
|
||||
_surface->mcp().subview()->subview_mode() == Subview::None) {
|
||||
return_to_vpot_mode_display();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue