summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2014-11-25Add test for Evoral::coverage()Colin Fletcher
2014-11-25Fix build of evoral testsColin Fletcher
2014-11-24Changes needed to accommodate building libevoral with MSVCJohn Emmas
2014-11-23Fix build with a certain awful broken compiler.David Robillard
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Max is max and min is min and I am dumb.David Robillard
2014-11-22Fix clang and MSVC build.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-22Fix assert failure in control list interpolation.David Robillard
2014-11-20Fix lost MIDI note offs and controllers.David Robillard
2014-11-18amend 484e38053Robin Gareus
2014-11-18silence clang "dead assignment" warningsRobin Gareus
2014-11-16Don't add origin value to MIDI controller regions on initial insert.David Robillard
2014-11-16Make ControlList::paste const-correct.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-13Fix crashes on various MIDI editing operations.David Robillard
2014-10-15remove debug outputPaul Davis
2014-10-15add mutex/lock to all Evoral::SMF methods that use _smf/libsmf, to avoid inad...Paul Davis
2014-08-31Fix crash when changing automation mode for MIDI track control automation.David Robillard
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-06More fixes for range-based automation editing.Ben Loftis
2014-08-05Initial steps towards usable range-based automation editing.Ben Loftis
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-09make sure that copy constructors and operator= for ControlList pass along the...Paul Davis
2014-06-07remove some 1920 tick constants and leave notes for some others.Robin Gareus
2014-06-07limit automation event density - fixes #5928Robin Gareus
2014-06-03fix two mysterious problems with stdint typesPaul Davis
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-05-30update Evoral::Curve to honor ControlList::InterpolationStyleRobin Gareus
2014-05-30Fix code to prepare re-enable cubic spline interpolation of automation data.Robin Gareus
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-29Fixed problem where importing invalid midi files caused crash.3.5.380Damien Zammit
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-04-07Fix buffer size mismatch in evoral testsSakari Bergen
2014-03-23fix mismatch typo in sizeofRobin Gareus
2014-03-21Minor visibility changes to libevoral (template objects can be exported in li...John Emmas
2014-03-01remove mingw64 special case from evoral visibility header (might be appropria...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-02-19add option to skip guard points when adding new control points to a ControlLi...Paul Davis
2014-02-19add option to skip guard points when adding new control points to a ControlLi...Paul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22fix evoral assignment operator (copy buffer)Robin Gareus
2014-01-13'libs/evoral' - and add 'Note.impl' to the projectJohn Emmas
2014-01-13'libs/evoral' - #include 'Note.impl' when building with MSVC (this is necessa...John Emmas
2014-01-12use LIBEVORAL_TEMPLATE_API with Evoral::NotePaul Davis
2014-01-12fix 64 bit template typesPaul Davis
2014-01-12add new file (required by MSVC) to sources listPaul Davis
2014-01-12use LIBEVORAL_TEMPLATE_APIPaul Davis