ardour/libs/evoral/src
Robin Gareus dd5f124c60 Fix crash when testing unsupported MIDI file
smf_delete() does not handle NULL, and segfaults instead.

This only crashes with optimized builds.
libsmf will call g_critical() earlier and in that case debug-builds
call UI::handle_fatal() and ask the user to "click to exit".
2018-04-08 02:09:35 +02:00
..
libsmf c89 compat (gcc4, mingw..) 2017-02-28 21:33:13 +01:00
Control.cpp Remove separate ControlList min/max/default, use ParameterDescriptor. 2017-06-21 18:12:23 +02:00
ControlList.cpp Fix write-pass re-start while in an active write-pass 2017-07-27 17:50:52 +02:00
ControlSet.cpp only subdivide plugin-cycle when automation is playing 2015-10-07 14:21:29 +02:00
Curve.cpp Implement additional ControlList interpolation methods. 2017-06-21 18:12:26 +02:00
debug.cpp We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanism away from a 64bit integer and toward std::bitset. 2015-06-12 18:14:09 -04:00
Event.cpp convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
Note.cpp convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
OldSMF.cpp convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
Sequence.cpp convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
SMF.cpp Fix crash when testing unsupported MIDI file 2018-04-08 02:09:35 +02:00
SMFReader.cpp Fix my name :) 2011-04-06 15:00:16 +00:00
TimeConverter.cpp convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00