summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
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
2010-11-03make VLQ save+restore functions publically accessible, for use with meta-eventsPaul 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-23Remove debugging code.Carl Hetherington
2010-09-20Make sure that _get_vector writes a value to the output array even when vecle...Carl Hetherington
2010-09-07Upgrade to latest autowaf.David Robillard
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-233.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation ...Paul Davis
2010-08-20Don't write undo records for automation that moves with regions when nothing ...Carl Hetherington
2010-08-20Fix automation re-load.Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington