13
0
livetrax/libs
Mads Kiilerich 07c370bdc9 Handle exception from export formats with unknown enum values
Before, an export format with an invalid enum value (for example in the
Encoding id) would crash Ardour with:

	unhandled exception (type std::exception) in signal handler:
	what: unknown enumerator FOO in PBD::EnumWriter

That kind of error can happen if a new type is introduced and users
switch back to versions without it.

Instead, catch such exceptions while loading a format, log an error, and
skip the format - similar to how other format loading errors are
handled.
2022-11-04 03:52:45 +01:00
..
appleutility
ardour Handle exception from export formats with unknown enum values 2022-11-04 03:52:45 +01:00
ardouralsautil Distinct stderr messages from ARD 2022-09-12 16:15:10 +02:00
audiographer Fix typos 2022-09-21 19:09:55 -06:00
auscan Change tools --help URLs to use https 2022-10-24 04:57:30 +02:00
backends PulseAudio: group operations and their verification together 2022-11-02 02:24:35 +01:00
canvas canvas: ruler never shows marks/text for points too close to display the label 2022-10-31 17:05:55 -06:00
clearlooks-newer
evoral evoral: Sequence::clear() needs to remove patch changes and sysexes too 2022-10-31 14:22:17 -06:00
fluidsynth Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
fst Change tools --help URLs to use https 2022-10-24 04:57:30 +02:00
gtkmm2ext Mark window invisible after deleting it 2022-10-21 18:11:19 +02:00
hidapi
libltc
lua Potential fix for C++20 std::set::* ambiguity 2022-10-19 16:06:47 +02:00
midi++2
panners
pbd Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
plugins
ptformat
qm-dsp
surfaces Restore custom generic midi settings #9062 2022-11-02 17:44:00 +01:00
temporal Fix warning about integer division. 2022-11-01 15:56:55 +01:00
vamp-plugins
vamp-pyin Fix typos 2022-09-21 19:09:55 -06:00
vfork
vst3
waveview Update tracker/reference URLs to prefer HTTPs 2022-10-24 04:59:20 +02:00
widgets Allow multiple sizing texts for ArdourButton/Dropdown 2022-09-20 02:35:26 +02:00
zita-convolver
zita-resampler