ardour/libs
Robin Gareus 9708987003
Fix automation write-mode (overwrite existing automation)
AutomationWatch::transport_state_change() is called at a time
when transport has just started to roll, but may not yet be rolling
(count-in, latency-preroll).

Later, after pre-roll is complete and transport starts moving,
AutomationWatch::transport_state_change() is not called again.

Thus set_in_write_pass(true); is never called, and writing
automation assumes that all changes happen while stopped.

In 'write" mode, guard points are added for each change, when
the transport is stopped.

Before this change, this happened at periodic intervals even
when rolling.
2020-06-12 05:08:29 +02:00
..
appleutility
ardour Fix automation write-mode (overwrite existing automation) 2020-06-12 05:08:29 +02:00
ardouralsautil Tweak ALSA nperiod setting, fallback to nearest 2020-04-29 23:56:24 +02:00
audiographer Add/remove source(s) in our MSVC project (audiographer) 2020-06-05 12:41:55 +01:00
backends Consolidate code using pthread_attr_setstacksize 2020-06-06 18:35:44 +02:00
canvas NO-OP: whitespace 2020-04-10 18:32:18 +02:00
clearlooks-newer Special case checkbox border color in Treeview 2020-01-25 03:40:04 +01:00
evoral Add ControlList docs that are relevant for Lua 2020-05-28 18:52:02 +02:00
fluidsynth
fst Add support for NetBSD by generalizing BSD OS tests. 2020-03-26 09:39:44 -06:00
gtkmm2ext Adding appdata and gtkmm2ext Italian translations 2020-06-09 17:44:15 +02:00
hidapi
libltc
lua Fix some doxygen warnings 2020-03-02 17:58:03 +01:00
midi++2 Add/remove source(s) in our MSVC project (midi++2) 2020-04-29 10:20:34 +01:00
panners NO-OP: whitespace 2020-03-23 17:38:08 +01:00
pbd Only try using __pthread_get_minstack on glibc 2020-06-09 17:39:24 +02:00
plugins Bump LV2 plugin version (and mark them stable) 2020-06-10 21:33:53 +02:00
ptformat ptformat: Update to upstream 55f08d8 (simplify version detection) 2020-02-09 17:55:48 +11:00
qm-dsp
surfaces WebSockets: improve JS client message handling code 2020-06-10 19:47:37 +02:00
temporal Further change needed for 'libtemporal' 2020-05-29 12:28:13 +01:00
vamp-plugins Amend previous commit (no default namespace std) 2020-05-24 23:22:20 +02:00
vamp-pyin
vfork
waveview Set thread-names (libs) 2020-03-29 14:56:22 +02:00
widgets tweak Prompter API to allow skipping the default "Cancel" button 2020-05-18 16:04:41 -06:00
zita-convolver Consolidate stack-size and priority of rt-threads 2020-04-23 01:28:58 +02:00
zita-resampler NO-OP fix typo in comment and header guard 2020-03-26 19:00:41 +01:00