summaryrefslogtreecommitdiff
path: root/libs/evoral/src/Sequence.cpp
AgeCommit message (Expand)Author
2016-12-03Fix event type and parameter type confusionDavid Robillard
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-12-03Fix Sequence/Event const-correctness issuesDavid Robillard
2016-11-27Fix loading, recording & saving MIDI with PolyKeyPressure events.Robin Gareus
2016-10-23Don't add initial points for MIDI-CCRobin Gareus
2016-08-19attempt to handle poly-pressure (polyphonic aftertouch) similarly to other MI...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-18Midi CC events have no event-IDRobin Gareus
2015-09-18fix ever increasing MIDI event IDsRobin Gareus
2015-09-15another note-off fix.Robin Gareus
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