mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording
git-svn-id: svn://localhost/ardour2/branches/3.0@7653 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b6642d14ca
commit
7b6b75f38f
37 changed files with 429 additions and 281 deletions
|
|
@ -593,14 +593,14 @@ GainMeterBase::meter_point_clicked ()
|
|||
gint
|
||||
GainMeterBase::start_gain_touch (GdkEventButton*)
|
||||
{
|
||||
_amp->gain_control()->start_touch ();
|
||||
_amp->gain_control()->start_touch (_amp->session().transport_frame());
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
gint
|
||||
GainMeterBase::end_gain_touch (GdkEventButton*)
|
||||
{
|
||||
_amp->gain_control()->stop_touch ();
|
||||
_amp->gain_control()->stop_touch (false, _amp->session().transport_frame());
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue