summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2014-02-19add option to skip guard points when adding new control points to a ControlLi...Paul Davis
2014-01-22fix evoral assignment operator (copy buffer)Robin Gareus
2013-12-10fix const-ness of names arrayNils Philippsen
2013-11-05back-port two actual bug fixes from cairocanvas branchPaul Davis
2013-07-15Include evoral/Note.hpp before pbd/compose.hMichael R. Fisher
2013-07-15Typo fixed: call class method instead of trying to use as a variableMichael R. Fisher
2013-06-16remove executable mode-bit from filesRobin Gareus
2013-05-02reduce verbosity of DEBUG::Sequence tracesPaul Davis
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-29Merge branch 'patches' of https://github.com/jdekozak/ardourPaul Davis
2013-03-29major fixes for MIDI patch change and note undo/redo. Patch change handling w...Paul Davis
2013-03-23Fix some compilation warningsJulien de Kozak
2013-01-20Fix compilation with --test.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-15control lists should use the default value of their parameter, not zero (noti...Paul Davis
2012-12-17remove use of a boost::fast_pool_allocator without a mutex for Evoral::Contro...Paul Davis
2012-12-09disable spline interpolation for curves - use linear interpolation; configura...Paul Davis
2012-12-08fix automation/control list behaviour when manually adding a point within exi...Paul Davis
2012-12-02remove debugging output; properly handle cases in Curve::_get_vector() where ...Paul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30still more debugging outputPaul Davis
2012-11-30more debugging outputPaul Davis
2012-11-30debugging outputPaul Davis
2012-11-30add reverse iterator to event list (prepare x-fade fix)Robin Gareus
2012-11-18fix prev commit (stupid C++ needs explicit typecast)Robin Gareus
2012-11-18prevent subveclen to wrap at 2^31Robin Gareus
2012-11-15add a "guard" point after a write/touch automation insertion, preserving the ...Paul Davis
2012-11-14likely fixes for most remaining issues with data in automation/control lists,...Paul Davis
2012-10-12issue 0005121: added comment to source. Sorry, last commit was for issue 0005...Hans Baier
2012-10-12fix issue 0005120: dont treat percussive mode differently than sustained mode...Hans Baier
2012-10-11implement deleting of sysex eventsHans Baier
2012-10-10remove incorrect and unnecessary template class declaration from Evoral (adde...Paul Davis
2012-10-10enable and extend EVORAL_MIDI_XML. Useful for Debugging. Any objections?Hans Baier
2012-10-09evoral/MIDIEvent: Whitespace cosmetics in header, make XML output work proper...Hans Baier
2012-09-17fix missing variable initializationPaul Davis
2012-09-09comment tweaks from a second readingPaul Davis
2012-09-09remove unused codePaul Davis
2012-07-26replace deprecated g_atomic_int_exchange_add()Paul Davis
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-16code motion to put Sequence::{add,append}_patch_changed_unlocked() next to ea...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
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2012-05-31Hopefully less bad version of Evoral::RangeList::subtract,Carl Hetherington
2012-05-25add ::length() method to Evoral::ControlListPaul Davis
2012-05-24Compile cleanly with clang.David Robillard