13
0
livetrax/libs
Robin Gareus 0fc53d4683
Reduce signal emissions from set_scale_amplitude #8576
Playlist::ContentsChanged() is implicit.

Region::send_change()
-> Playlist::region_changed ()
-> Playlist::notify_contents_changed ()
-> Playlist::ContentsChanged () /* EMIT SIGNAL*/

This cuts the number of signals in half and also
allows to freeze/thaw the playlist to collect the
signals for each playlist into a single signal.
2021-03-22 01:04:01 +01:00
..
appleutility
ardour Reduce signal emissions from set_scale_amplitude #8576 2021-03-22 01:04:01 +01:00
ardouralsautil
audiographer Fix export-analysis true-peak display offset when stripping silence #8578 2021-03-21 14:36:10 +01:00
backends Fix a problem with ASIO buffer sizes on Windows 2021-03-18 16:12:28 +00:00
canvas
clearlooks-newer
evoral
fluidsynth
fst
gtkmm2ext
hidapi
libltc
lua Guard some code which isn't currently buildable with VS2019 2021-03-06 11:12:02 +00:00
midi++2
panners
pbd Fix debug message: missing newline 2021-03-21 22:31:40 +01:00
plugins
ptformat
qm-dsp
surfaces OSC: fix some compiler warnings 2021-02-28 20:01:06 +01:00
temporal
vamp-plugins
vamp-pyin
vfork
vst3 Backport VST3 diagnostic pragma 2021-03-01 22:14:38 +01:00
waveview
widgets
zita-convolver
zita-resampler