13
0

Snap-back fader on release (follow-up to e8cebac6a3)

When dragging a fader out-of-bounds (VCA slave constraint), move it back
on release.
This commit is contained in:
Robin Gareus 2017-02-24 23:55:16 +01:00
parent 6bb2416df7
commit 5b4f5c477d

View File

@ -732,6 +732,7 @@ void
GainMeterBase::amp_stop_touch ()
{
_control->stop_touch (false, _control->session().transport_frame());
effective_gain_display ();
}
gint