summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-09-27Add missed parent class call to Sequence::control_list_marked_dirty. Fixes #...Carl Hetherington
2011-09-19Emit ContentsChanged on the model when one of its control lists changes. Sho...Carl Hetherington
2011-08-13Fix build with tests enabled.Carl Hetherington
2011-08-12prevent illegal data being used to set note values, velocities and channelsPaul 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-08-11add skeleton for i18n supportPaul Davis
2011-07-31Fix up build of tests.Carl Hetherington
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-06-17some changes to try to make the monitor section gain controls work as intende...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-05-29more gcc 4.6/standards compliancePaul Davis
2011-05-28attempt to be compliant with gcc 4.6 (assuming that its more compliant with s...Paul Davis
2011-05-17Remove unnecessary duplicate take of Sequence's read_lock.Carl Hetherington
2011-05-17Minor tidy-ups.Carl Hetherington
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-04-20Remove unused NascentInfo::is_touch member.Carl Hetherington
2011-04-20Fix assertion failure when merging a set of nascent events which start at the...Carl Hetherington
2011-04-16Fix erroneous masking when loading bank changes (part of #3916).Carl Hetherington
2011-04-09fix mismatching use of operator new() when allocating buffer to passed into l...Paul Davis
2011-04-06Fix my name :)David Robillard
2011-03-26more customary include orderPaul Davis
2011-03-26remove Evoral::RingBuffer, which was (a) duplicating PBD::RingBufferNPT and (...Paul Davis
2011-03-23Patch from Joskar to use scientific pitch notation for MIDI note names (#3867).Carl Hetherington
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-08Allow out-of-time-order writes to nascent event list, sorting before merge. ...Carl Hetherington
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-02-01avoid unused args warningPaul Davis
2011-01-29Fix crash with debug enabled.Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-28Missing files.Carl Hetherington
2010-12-28Unify program change and bank handling so that they are manipulated together.Carl Hetherington
2010-12-24Fix broken whitespace.David Robillard
2010-12-20Allow deletion of program changes in the same way as notes.Carl Hetherington
2010-12-09Fix a few bad iterator accesses.Carl Hetherington
2010-12-09Allow trim of midi regions to before the start of the source (better, this ti...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-12-07add "shift" method used in 2.X and now a3 to move data starting at a position...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-04remove debug output during note ID load & savePaul Davis
2010-11-03use newly-public libsmf functions for variable length quantities to load+stor...Paul Davis