ardour/libs
Paul Davis 719c3f1457 add Session::transport_stopped_or_stopping()
Session::TransportStateChanged notifies about transport stop before the stop is complete (i.e. at the start of the declick).
Various other objects (notably control surfaces) connect to this signal and use it to modify their displayed state.
We need a method that can tell them we are stopped (or stopping) even though we are not "fully" stopped yet. This is
that method
2019-12-29 18:43:51 -07:00
..
appleutility NO-OP: fix some Wimplicit-fallthrough 2019-09-18 17:37:54 +02:00
ardour add Session::transport_stopped_or_stopping() 2019-12-29 18:43:51 -07:00
ardouralsautil
audiographer Fix for-loop condition (comma has no effect) 2019-12-05 18:23:49 +01:00
backends add a bit of debugging to JACK transport code 2019-11-15 16:06:04 -07:00
canvas Replace explicit image-surface with cairo pattern/group 2019-12-27 19:35:02 +01:00
clearlooks-newer NO-OP: fix some Wimplicit-fallthrough 2019-09-18 17:37:54 +02:00
evoral Use labs() for long instead of abs() 2019-12-09 23:25:51 +01:00
fluidsynth Amend previous commit, fluidsynth tables 2019-12-03 00:23:54 +01:00
fst
gtkmm2ext Replace explicit image-surface with cairo pattern/group 2019-12-27 19:35:02 +01:00
hidapi
libltc Fix use of doxygen documented parameters in running text 2019-09-30 06:30:11 +02:00
lua Add Lua typecast from C++ vector to C-Array 2019-12-01 21:32:10 +01:00
midi++2 slightly enhanced error handling when loading MIDNAM data 2019-12-19 13:14:45 -07:00
panners rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
pbd Add a numerically_less compare operator 2019-12-29 19:47:48 +01:00
plugins Add support for LV2 state:freePath feature 2019-12-08 15:22:00 +01:00
ptformat
qm-dsp
surfaces fix a cast warning (as recommended in GTK+ docs 2019-12-29 18:43:51 -07:00
temporal fix Temporal::Beats::operator* 2019-12-18 18:00:53 -07:00
vamp-plugins
vamp-pyin Fix -Wsign-compare 2019-09-03 05:01:59 +02:00
vfork
waveview limit waveview render threads to 8 2019-10-28 17:24:21 -06:00
widgets Allow calling Dropdown::set_active from a signal handler 2019-10-21 14:58:59 +02:00
zita-convolver
zita-resampler