13
0
livetrax/libs/evoral/src
Robin Gareus c98fc1099d Fix some Wimplicit-fallthrough
A "fall through" comment is most portable way to indicate
"no break, fallthru" cases.

 * __attribute__ ((fallthrough))  // is not portable
 * [[fallthrough]]; // is C++17
2018-10-26 14:53:44 +02:00
..
libsmf change all use of g_critical() in libsmf() to g_warning() 2018-07-05 13:45:17 -04: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 remove debug output 2018-06-21 15:27:58 -04:00
Curve.cpp Fix some Wimplicit-fallthrough 2018-10-26 14:53:44 +02:00
debug.cpp
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 invalid MIDI file. 2018-07-26 16:59:27 +02:00
SMFReader.cpp
TimeConverter.cpp convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00