summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral
AgeCommit message (Expand)Author
2014-11-30Move EventRingBuffer to libardour.David Robillard
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-22Fix clang and MSVC build.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
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-15add mutex/lock to all Evoral::SMF methods that use _smf/libsmf, to avoid inad...Paul Davis
2014-08-05Initial steps towards usable range-based automation editing.Ben Loftis
2014-06-07remove some 1920 tick constants and leave notes for some others.Robin Gareus
2014-06-03fix two mysterious problems with stdint typesPaul Davis
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-04-29Fixed problem where importing invalid midi files caused crash.3.5.380Damien Zammit
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-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-12use LIBEVORAL_TEMPLATE_APIPaul Davis
2014-01-12add LIBEVORAL_TEMPLATE_API to deal with gcc/msvc difference of opinionPaul Davis
2014-01-12Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-12'libs/evoral' - DLL visibility stuff and associated changes needed for buildi...John Emmas
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to evoral, and make things workPaul Davis
2013-10-17add new visibility macro headers omitted from previous commitsPaul Davis
2013-10-17add export control to libevoralPaul Davis
2013-07-23'libs/evoral' - For each of the NNNN_lower_bound() functions (3 in total) add...John Emmas
2013-07-23Remove an unnecessary #include that prevents 'libs/evoral' from building with...John Emmas
2013-07-15Typo fixed: call class method instead of trying to use as a variableMichael R. Fisher
2013-04-03fix reversed semantics from 86f1b for LaterNoteEndComparator()Paul Davis
2013-04-02fix (?) behaviour when punching into automation write mode while the transpor...Paul Davis
2013-03-29major fixes for MIDI patch change and note undo/redo. Patch change handling w...Paul Davis
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2012-12-17remove use of a boost::fast_pool_allocator without a mutex for Evoral::Contro...Paul Davis
2012-11-30add reverse iterator to event list (prepare x-fade fix)Robin Gareus
2012-10-11implement deleting of sysex eventsHans Baier
2012-10-09evoral/MIDIEvent: Whitespace cosmetics in header, make XML output work proper...Hans Baier
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-07-14fix up part of the remaining details with automation, so that touch/write ove...Paul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-09automation fixes/changes: when add a new control point, create necessary poin...Paul Davis