Files
ardour/libs
Robin Gareus a4a241c738 Prepare replacing ::user_double() with ::get_double()
Automation Controls (and controls in general) are now
only updated in realtime context. Either via automation-playback,
or via SessioEvent. This directly sets the Control:_user_value
(before emitting the Changed signal).

The GUI does not need to evaluate the control at a given point
in time, so the API call can be removed and unified.

This commit first removes all calls to "get_double" to ensure
that no special cases exist.
2022-06-29 01:39:02 +02:00
..
2022-06-21 17:33:37 -06:00
2022-06-22 13:31:08 -06:00
2022-06-28 03:01:41 +02:00
2021-03-01 22:14:38 +01:00