add dependents to a compound playlist before creating a source from it, so that the...
[ardour.git] / libs / evoral /
2011-05-29 Paul Davismore gcc 4.6/standards compliance
2011-05-28 Paul Davisattempt to be compliant with gcc 4.6 (assuming that...
2011-05-17 Carl HetheringtonRemove unnecessary duplicate take of Sequence's read_lock.
2011-05-17 Carl HetheringtonMinor tidy-ups.
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-04-20 Carl HetheringtonRemove unused NascentInfo::is_touch member.
2011-04-20 Carl HetheringtonFix assertion failure when merging a set of nascent...
2011-04-16 Carl HetheringtonFix erroneous masking when loading bank changes (part...
2011-04-09 Paul Davisfix mismatching use of operator new() when allocating...
2011-04-06 David RobillardFix my name :)
2011-03-26 Paul Davismore customary include order
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-03-23 Carl HetheringtonPatch from Joskar to use scientific pitch notation...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2011-03-08 Carl HetheringtonAllow out-of-time-order writes to nascent event list...
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-02-01 Paul Davisavoid unused args warning
2011-01-29 Carl HetheringtonFix crash with debug enabled.
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-28 Carl HetheringtonMissing files.
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-24 David RobillardFix broken whitespace.
2010-12-20 Carl HetheringtonAllow deletion of program changes in the same way as...
2010-12-09 Carl HetheringtonFix a few bad iterator accesses.
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Paul Davisadd "shift" method used in 2.X and now a3 to move data...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-04 Paul Davisremove debug output during note ID load & save
2010-11-03 Paul Davisuse newly-public libsmf functions for variable length...
2010-11-03 Paul Davismake VLQ save+restore functions publically accessible...
2010-09-28 Carl HetheringtonDon't cut output rate of non-interpolated controllers.
2010-09-24 Carl HetheringtonSlightly hacky but functional fix for large quantities...
2010-09-23 Carl HetheringtonRemove debugging code.
2010-09-20 Carl HetheringtonMake sure that _get_vector writes a value to the output...
2010-09-07 David RobillardUpgrade to latest autowaf.
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-23 Paul Davis3.0 version of rev 5564 from 2.x - basic boolean plugin...
2010-08-20 Carl HetheringtonDon't write undo records for automation that moves...
2010-08-20 Carl HetheringtonFix automation re-load.
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2010-07-28 Carl HetheringtonFix test compile.
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Carl HetheringtonFix case where the working range for the interpolation...
2010-07-25 Carl HetheringtonName evoral test target so that it can be build on...
2010-07-25 Carl HetheringtonRemove end of SearchCache as it is not used (it's alway...
2010-07-25 Carl HetheringtonRemove test that will never fire.
2010-07-25 Carl HetheringtonFix up evoral test suite.
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-21 Paul Davisremoved #if 0 code
2010-07-21 Paul Davisforce creation of MIDI (SMF) files on disk whenever...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-07-01 Paul Davisallow zero length MIDI files again and remove debug...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-20 Carl HetheringtonReturn delta time even for metadata events. Should...
2010-06-14 Paul Davismake note overlap resolution store side effects in...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-03 Paul Davisstart tracking note overlaps while moving notes
2010-06-03 Paul DavisSequence::contains() and Sequence::overlaps() now use...
2010-06-02 Paul Davisadd channel+pitch indexing for notes in a Sequence
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-06-01 Paul Davisadd missing (new) file
2010-05-31 Paul Davisswitch Evoral::Sequence debugging to use DEBUG_TRACE...
2010-05-28 Paul Davisprovide a generalized Sequence::get_notes()-by-predicat...
2010-05-27 Carl HetheringtonFix crash on clear option for automation tracks (#3195...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-05-16 Carl HetheringtonMove FileManager code into libpbd. Use it for SMF...
2010-04-26 Carl HetheringtonSome comments and minor cleanup.
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-08 Paul Davisfix up note names (from Don F, via SoftWerk)
2010-02-07 Carl HetheringtonCoding style.
2010-02-07 Carl HetheringtonRemove some unnecessary includes.
2010-02-07 Carl HetheringtonCoding style cleanups. Preserve mono state in XML...
2009-12-06 Taybin RutkinMerged revisions 6292,6294-6295,6311,6314 via svnmerge...
2009-10-24 David RobillardApply accurate copyright header.
2009-10-24 Paul Davis(FULL commit) start of a nominal debug tracing system...
2009-10-23 David RobillardUnit test code coverage using lcov.
2009-10-23 David RobillardFix controller iteration / linear interpolation.
2009-10-23 David RobillardFix whitespace.
2009-10-23 David RobillardSshh.
2009-10-23 David RobillardFix compilation with DEBUG_SEQUENCE on.
2009-10-23 David RobillardTesting how anal retentive I can be without anyone...
2009-10-23 David RobillardFix yet more crazy tabs.
2009-10-22 David RobillardIndentation.
2009-10-22 David RobillardMore spacey tabs.
2009-10-22 David RobillardFix adding multiple notes with the same time stamp...
next