13
0
livetrax/libs
Robin Gareus 1c4323e32f
Fix crash on MIDI bounce w/processing
Bounce (Session::write_one_track) uses bounce_chunk_size = 8192
to process data. This requires gain_automation_buffer, and
scratch buffers that can hold 8k samples.

Previously the buffers were not allocated when bounding MIDI
(no synth), leading to a crash when automation was used.
2021-06-12 02:34:22 +02:00
..
appleutility
ardour Fix crash on MIDI bounce w/processing 2021-06-12 02:34:22 +02:00
ardouralsautil Consistent env variable naming (see also 6801c2cac2) 2021-06-10 03:17:49 +02:00
audiographer
backends dramtically improve performance of ::get_port_by_name() for JACK backend 2021-06-11 10:41:41 -06:00
canvas
clearlooks-newer
evoral support SMF markers without labels 2021-05-09 17:52:29 -06:00
fluidsynth
fst
gtkmm2ext Fix a moderate memory leak 2021-05-22 22:11:42 +02:00
hidapi
libltc
lua
midi++2 Accommodate some changes to 'ssize_t' in VS2019 2021-05-11 14:06:25 +01:00
panners
pbd add PBD::TimerRAII class for easy management of TimingStats in scope contexts with multiple return points 2021-06-11 13:09:52 -06:00
plugins Remove unused function (Wunused-function) 2021-05-30 20:09:35 -04:00
ptformat
qm-dsp
surfaces fix arguemnts to transport call in shared control surface code for transport_play() 2021-06-08 08:32:19 -06:00
temporal
vamp-plugins
vamp-pyin
vfork
vst3
waveview Fix assert in Waveview cache size 2021-05-23 21:41:45 +02:00
widgets
zita-convolver
zita-resampler