ardour/libs/evoral
Robin Gareus 7e1ce160e9
ARM 32bit enum alignment (used in MIDIBuffer)
Evoral::EventType is written directly into a uint8_t buffer
by dereferncing a pointer-type:
*(reinterpret_cast<Evoral::EventType*>((uintptr_t)...)
2020-09-28 01:21:43 +02:00
..
evoral ARM 32bit enum alignment (used in MIDIBuffer) 2020-09-28 01:21:43 +02:00
libsmf Remove unused libsmf seconds/time API 2020-07-16 18:38:03 +02:00
MSVCevoral Accommodate some recently moved/renamed folders and source files (libevoral) 2019-11-03 13:46:29 +00:00
test Fix test breakage from a855119bdd 2020-01-16 14:01:18 -06:00
Control.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
ControlList.cc Fix control-list editing (#8384) 2020-08-31 07:39:45 +02:00
ControlSet.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
Curve.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
debug.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
Event.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
Note.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
run-tests.sh Use test utility function to find evoral test files 2014-12-03 17:31:04 +07:00
Sequence.cc Do not interpolate away explicit MIDI automation points #8362 2020-08-15 01:57:01 +02:00
SMF.cc Remove unused libsmf seconds/time API 2020-07-16 18:38:03 +02:00
SMFReader.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
TimeConverter.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
wscript Fix building unit-tests 2020-01-27 17:43:37 +01:00