ardour/libs
Paul Davis 21a4501e47 MIDI: fix major error in computing delta times for SMFSource::append_event_samples()
timecnt_t constructor is: (distance, position); this code was not computing the
distance between the new event and _last_ev_time_samples.
2025-11-16 14:03:11 -07:00
..
aaf libAAF update for NetBSD (#9886) 2025-02-01 11:30:14 +01:00
appleutility wscript: the i18n worker functions do not define the i18n waf commands 2024-10-20 19:52:14 -06:00
ardour MIDI: fix major error in computing delta times for SMFSource::append_event_samples() 2025-11-16 14:03:11 -07:00
ardouralsautil Correctly detect localtime_r 2025-05-18 20:08:27 +02:00
audiographer Copy more mingw branches for MSVC 2025-10-22 18:48:40 +02:00
auscan
backends Prefer std::regex, and modern C++ string search 2025-11-11 19:04:16 +01:00
canvas auto-ify a loop in the canvas ruler rendering code 2025-09-02 11:10:11 -06:00
clearlooks-newer Really remove gtk+ option (see also 1e28ee9cc9) 2025-07-06 15:20:20 +02:00
ctrl-interface move zoom in/out actions into shared "Editing" group 2024-12-07 08:00:46 -07:00
evoral Evoral::Sequence: tweak DEBUG_TRACE messages during note removal 2025-10-31 13:24:35 -06:00
fluidsynth
fst Fix/amend previous commit 2025-10-22 19:34:48 +02:00
gtkmm2ext add CapsLock modifier to Gtkmm2ext::Keyboard 2025-11-06 09:19:20 -07:00
hidapi Fix/amend previous commit 2025-10-22 19:34:48 +02:00
libltc
lua Fix adding C++ class instances to Lua STL containers 2025-11-09 03:48:39 +01:00
midi++2 Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
panners Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
pbd When Ardour is running, there is at least 1 CPU core available 2025-11-12 02:22:26 +01:00
plugins ACE fluidsynth: unload soundfonts after use, refill channels #9837 2024-11-03 19:22:30 +01:00
ptformat
qm-dsp One more MSVC related fix.. 2025-10-22 18:26:08 +02:00
staffpad Fix StaffPad compilation/linking with gcc-15.2 2025-10-11 23:34:27 +02:00
surfaces Prefer std::regex, and modern C++ string search 2025-11-11 19:04:16 +01:00
temporal for debug builds, show stacktrace for TempoMap::fetch_condition() failure 2025-11-11 14:35:55 -07:00
tk Change to ytk wscript, to work slightly better with MSVC 2025-11-14 00:21:11 +01:00
vamp-plugins
vamp-pyin
vfork Copy more mingw branches for MSVC 2025-10-22 18:48:40 +02:00
vst3 use C++11 for VST3 SDK (revert custom cxx98 patch) 2025-02-25 12:46:16 +01:00
waveview Use PBD namespace for free CPU functions 2025-08-15 22:10:31 +02:00
widgets Fix pane constraint calculation for > 2 child widgets 2025-10-11 22:22:44 +02:00
zita-convolver Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
zita-resampler