ardour/libs
Robin Gareus e3297a6a84
Fix MIDI deinterlace #9422
De-interlace works by first creating 16 SMF Sources, and then
only using sources that are actually required.

However SourceFactory::createWritable by default emits SourceCreated,
which added all the 16 Sources to the Session. Later adding only the
required Sources resulted in duplicate IDs.
2023-08-22 19:00:58 +02:00
..
appleutility
ardour Fix MIDI deinterlace #9422 2023-08-22 19:00:58 +02:00
ardouralsautil ALSA: disambiguate multiple soundcards with the same name 2023-07-02 00:17:58 +02:00
audiographer Fix shaped dither (#9342) 2023-05-22 04:50:19 +02:00
auscan
backends Amend d899441df1, fix duplicate device map entries 2023-07-03 19:57:55 +02:00
canvas cairo single pixel line offset fix, part 1 2023-07-17 20:54:33 -06:00
clearlooks-newer
ctrl-interface Refactor Ctrl Surface API 2023-05-03 15:38:42 +02:00
evoral domain swaps for MIDI CC and other controls 2023-08-16 09:06:10 -06:00
fluidsynth
fst Fix cross-compile linking (libusb - see also 5794d21a76) 2023-05-04 21:31:13 +02:00
gtkmm2ext remove use-selection modifier 2023-07-26 18:24:43 -06:00
hidapi
libltc
lua Lua: allow to reserve STL vector size 2023-07-12 18:23:51 +02:00
midi++2 Fix various MMC commands, set request-source 2023-06-04 01:15:02 +02:00
panners switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
pbd next iteration of changes to handle time domain bounces as undoable 2023-08-14 23:42:08 -06:00
plugins Fix another lv2core header include 2023-05-07 01:41:01 +02:00
ptformat
qm-dsp Address some Wmissing-prototypes in qm-dsp 2022-11-26 16:23:52 +01:00
surfaces class name change to clearly disambiguate Evoral::ControlList (a list of time/value pairs) from lists of Controls in libardour 2023-08-02 15:22:45 -06:00
temporal add get/set state methods to TimeDomainProvider 2023-08-16 16:33:17 -06:00
vamp-plugins Fix EBU-R128 loudness analysis for mono signals 2023-02-02 17:58:46 +01:00
vamp-pyin
vfork Fix vfork wrapper for macOS 2023-03-25 07:46:47 +01:00
vst3 Ignore Steinberg's non-virtual-d'tor 2023-02-08 02:03:54 +01:00
waveview switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
widgets ArdourCtrlBase should pass UseGroup when setting control values 2023-07-27 13:28:02 -06:00
zita-convolver
zita-resampler