Files
ardour/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
..
2020-12-01 12:08:09 +01:00
2021-01-23 23:43:14 +01:00
2021-03-21 22:31:40 +01:00
2021-02-12 14:19:17 +01:00
2020-01-22 02:00:25 +01:00
2021-02-28 20:01:06 +01:00
2019-09-03 05:01:59 +02:00
2021-03-01 22:14:38 +01:00