summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2020-05-04slight better warning/debug message for a stuck note to-be-deletedPaul Davis
2020-04-23Remove debug outputRobin Gareus
2020-04-21fully initialize SMF tempo information to default (4/4, 120bpm)Paul Davis
2020-01-27Fix building unit-testsRobin Gareus
2020-01-25Remove midi-event by iterator, not key -- #7885Robin Gareus
2020-01-25Explicitly use OSXRobin Gareus
2020-01-16Fix test breakage from a855119bddNikolaus Gullotta
2020-01-11use "extends to numeric_limits<Beats>::max()" rather than "zero length" for n...Paul Davis
2020-01-11removal incorrect/unnecessary forward declPaul Davis
2019-12-09Use labs() for long instead of abs()David Robillard
2019-11-13Fix bool-automation anchorRobin Gareus
2019-11-03Accommodate some recently moved/renamed folders and source files (libevoral)John Emmas
2019-11-02move evoral/src/* to evoral/Paul Davis
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-10-18Add API to safely query timestamp of first/last control eventRobin Gareus
2019-09-18NO-OP: fix some Wimplicit-fallthroughRobin Gareus
2019-09-18Remove a (no longer needed) source file from our MSVC project (evoral)John Emmas
2019-09-18Fix Wdeprecated, dynamic exceptionRobin Gareus
2019-09-18Remove old unused source fileRobin Gareus
2019-09-05Unit-test: parameter ranges outside [0..1]Robin Gareus
2019-09-05Remove unused header (superseded by libtemporal)Robin Gareus
2019-09-05Fix libevoal unit-test compilationRobin Gareus
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-07-30Update MIDI Event precedenceRobin Gareus
2019-04-13NO-OP: <tab> after <space> fixes in libsRobin Gareus
2019-04-09Remove cruft: unused typedefRobin Gareus
2019-04-02Fix MIDI Aftertouch (import, record and play) in the backendRobin Gareus
2018-12-22Add guard-points when shifting automationRobin Gareus
2018-12-22Properly remove-time automationRobin Gareus
2018-10-26Fix some Wimplicit-fallthroughRobin Gareus
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-09-30Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets ...John Emmas
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
2018-07-26Fix crash when testing invalid MIDI file.Robin Gareus
2018-07-05system common and system realtime messages are not valid in SMF filesPaul Davis
2018-07-05change all use of g_critical() in libsmf() to g_warning()Paul Davis
2018-06-21remove debug outputPaul Davis
2018-06-21remove Session::controllable_by_descriptor() and move code into GenericMIDI c...Paul Davis
2018-04-08Fix crash when testing unsupported MIDI fileRobin Gareus
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2018-01-26Fix some clang warnings (argument with 'nonnull' attribute passed null)Robin Gareus
2017-09-29remove *.orig files (accidentally added in cba53a202)Robin Gareus
2017-09-28Check in a few MSVC projects to accommodate the change from libtimecode to li...John Emmas
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-24new header file for audio-based time typesPaul Davis
2017-09-18add _locked() variants to new tempo experimentPaul Davis
2017-09-18remove Evoral types.cpp since it is no longer requiredPaul Davis
2017-09-18extend/fix/improve operator overloads and methods for Evoral::BeatsPaul Davis
2017-09-18NOOP: formattingPaul Davis
2017-09-18::find_next_event() does not need to be a pure virtual in ControlSet (it can ...Paul Davis