summaryrefslogtreecommitdiff
path: root/libs/evoral/src/Sequence.cpp
AgeCommit message (Expand)Author
2015-03-05Handle edits while playing precisely.David Robillard
2015-02-19Don't allocate then discard notes on note off.David Robillard
2015-02-19Remove unused ifdef gunk.David Robillard
2015-01-07MusicalTime => Beats.David Robillard
2014-12-30Fix MIDI CC record/playback crash.David Robillard
2014-12-29Blind fix for MIDI iteration bug.David Robillard
2014-12-05Revert "Create discrete lists for recorded MIDI controls."David Robillard
2014-12-02Create discrete lists for recorded MIDI controls.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-30Remove braindead Parameter inheritance abuse.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-20Fix lost MIDI note offs and controllers.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-13Fix crashes on various MIDI editing operations.David Robillard
2013-07-23'libs/evoral' - For each of the NNNN_lower_bound() functions (3 in total) add...John Emmas
2013-07-15Include evoral/Note.hpp before pbd/compose.hMichael R. Fisher
2013-05-02reduce verbosity of DEBUG::Sequence tracesPaul Davis
2013-03-29major fixes for MIDI patch change and note undo/redo. Patch change handling w...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-07-16code motion to put Sequence::{add,append}_patch_changed_unlocked() next to ea...Paul Davis
2011-12-22fix a build issue in Evoral that was preventing Sequencer<T>::dump() from bei...Paul Davis
2011-11-23Fix broken whitespace via merciless application of the emacs hammer.David Robillard
2011-11-22tweak debug outputPaul Davis
2011-10-19Remove dubious Evoral::Event methods that exposed non-const references to mem...David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-08-11finish the intention of the previous commit, correctly this timePaul Davis
2011-08-11do not assert/abort out of data errors that may originate with external user-...Paul Davis
2011-07-26remove remnant of MIDI I/O debuggingPaul Davis
2011-07-20try to fix data loss at end of a capture pass for MIDI - add a new virtual me...Paul Davis
2011-07-16Remove an assert() that I can't see the value of, and whichCarl Hetherington
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-07-13more midi io debuggingPaul Davis
2011-06-21change default overlapping note strategy to "relax" (i.e. do nothing); fix cr...Paul Davis
2011-05-17Remove unnecessary duplicate take of Sequence's read_lock.Carl Hetherington
2011-05-17Minor tidy-ups.Carl Hetherington
2011-04-16Fix erroneous masking when loading bank changes (part of #3916).Carl Hetherington
2011-04-06Fix my name :)David Robillard
2011-01-29Fix crash with debug enabled.Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-09Fix a few bad iterator accesses.Carl Hetherington
2010-12-07Revert previous ill-thought-out patch.Carl Hetherington
2010-12-07Allow trim of midi regions to before the start of the source. Fixes #3156.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-28Don't cut output rate of non-interpolated controllers.Carl Hetherington
2010-09-24Slightly hacky but functional fix for large quantities of MIDI output when in...Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-20Fix automation re-load.Carl Hetherington
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis