Revert previous ill-thought-out patch.
[ardour.git] / libs / evoral /
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...
2009-10-22 David RobillardRemove linear search when adding/removing a note from...
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-21 David RobillardFix failed assertion when end_write is called multiple...
2009-10-21 David RobillardFix O(n) search on MIDI rec region update (now O(log...
2009-10-20 David RobillardOnly build unit tests if configure --test is passed.
2009-10-19 David RobillardLogarithmic note seek for Sequence iterator.
2009-10-19 David RobillardBetter test for iterator seek.
2009-10-19 David RobillardAdd unit test for Sequence iterator seeking.
2009-10-19 David RobillardFix insane formatting/whitespace in evoral test stuff...
2009-10-19 David RobillardUse set over vector for Sequence::Notes, for logarithmi...
2009-10-19 David RobillardFix set_notes prototype to use typedef.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-09-15 Carl HetheringtonFix some warnings.
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-09-06 Paul Davisthe start (only the start) of MIDI diff commands
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-23 Carl HetheringtonFix uninitialised member variable.
2009-08-17 Paul Davismove assignments out of assert() in editor_drag (thanks...
2009-08-17 Carl HetheringtonFix uninitialised variable.
2009-08-13 Paul DavisMIDI cut&paste round two (not done yet); a small region...
2009-07-23 Paul Davisinstall ardour.menus and bindings file (elthariel)...
2009-07-22 David RobillardUpdate autowaf.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
next