Fix comment.
[ardour.git] / libs / evoral /
2012-04-05 Paul Davismake automation thinning factor controllable at run...
2012-04-04 Carl HetheringtonRemove ControlList::_max_xval which is set up and stored in
2012-04-01 Carl HetheringtonFix memory leak on error condition (#4798).
2012-04-01 Carl HetheringtonFix reference of track after free() (#4795).
2012-03-30 Carl HetheringtonFurther GCC 4.7.0 fixes.
2012-03-30 Carl HetheringtonSome fixes for GCC 4.7.0
2012-03-22 Carl HetheringtonDon't leave internal edit mode when clicking on an...
2012-01-31 Paul Davisuse musical_time_equal() test for equality when copying...
2012-01-20 Carl HetheringtonSimple approach to putting plugin controls into the
2012-01-18 Carl HetheringtonCatch exception thrown by SMF code when it cannot write
2011-12-31 Carl HetheringtonDon't round control list events when x-scaling them...
2011-12-26 Paul Davis(1) do not write sequential same-value automation data...
2011-12-22 Paul Davisfix a build issue in Evoral that was preventing Sequenc...
2011-12-02 Paul Davisrevert recent change to Evoral::Event, and use static_c...
2011-12-02 Paul Daviscorrect code for MIDIEvent::is_{spp,mtc_quarter}()
2011-12-02 Paul Davisadd 3 new is_foo() methods to MIDIEvent for testing...
2011-12-02 Paul Davismake Evoral::Event be polymorphic by adding virtual...
2011-11-23 David RobillardFix broken whitespace via merciless application of...
2011-11-22 Paul Davistweak debug output
2011-11-16 Carl HetheringtonDoxygen tweaks.
2011-11-13 David RobillardApply patch from timbyr to fix building with --test.
2011-10-19 David RobillardRemove dubious Evoral::Event methods that exposed non...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-30 Paul Davismore changes to wscript files to catch up with waf...
2011-09-29 David RobillardUse is_defined to check for HAVE_* variables set by...
2011-09-29 David RobillardRemove use of waf compat15 tool.
2011-09-29 David RobillardUpgrade to waf 1.6.7 and autowaf r52.
2011-09-27 Carl HetheringtonAdd missed parent class call to Sequence::control_list_...
2011-09-19 Carl HetheringtonEmit ContentsChanged on the model when one of its contr...
2011-08-13 Carl HetheringtonFix build with tests enabled.
2011-08-12 Paul Davisprevent illegal data being used to set note values...
2011-08-11 Paul Davisfinish the intention of the previous commit, correctly...
2011-08-11 Paul Davisdo not assert/abort out of data errors that may origina...
2011-08-11 Paul Davisadd skeleton for i18n support
2011-07-31 Carl HetheringtonFix up build of tests.
2011-07-26 Paul Davisremove remnant of MIDI I/O debugging
2011-07-20 Paul Davistry to fix data loss at end of a capture pass for MIDI...
2011-07-16 Carl HetheringtonRemove an assert() that I can't see the value of, and...
2011-07-14 Paul Davisinitial pass at session-renaming functionality
2011-07-13 Paul Davismore midi io debugging
2011-06-21 Paul Davischange default overlapping note strategy to "relax...
2011-06-17 Paul Davissome changes to try to make the monitor section gain...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
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...
next