clock: pull-up/down display update
[ardour.git] / libs / evoral / src /
2012-10-12 Hans Baierissue 0005121: added comment to source. Sorry, last...
2012-10-12 Hans Baierfix issue 0005120: dont treat percussive mode different...
2012-10-11 Hans Baierimplement deleting of sysex events
2012-10-10 Paul Davisremove incorrect and unnecessary template class declara...
2012-10-10 Hans Baierenable and extend EVORAL_MIDI_XML. Useful for Debugging...
2012-10-09 Hans Baierevoral/MIDIEvent: Whitespace cosmetics in header, make...
2012-09-17 Paul Davisfix missing variable initialization
2012-09-09 Paul Daviscomment tweaks from a second reading
2012-09-09 Paul Davisremove unused code
2012-07-26 Paul Davisreplace deprecated g_atomic_int_exchange_add()
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-16 Paul Daviscode motion to put Sequence::{add,append}_patch_changed...
2012-07-14 Paul Davisfix up part of the remaining details with automation...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-09 Paul Davisautomation fixes/changes: when add a new control point...
2012-06-16 Carl HetheringtonAdd new SharedStatefulProperty which manages a shared_p...
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-24 Paul Davisfix bug that has existed since rev 17 when evaluating...
2012-05-11 Paul Davisswitch to 5 new fade curves, taken from mixbus2 branch...
2012-04-30 Paul Davisfix up some const-ness issues starting from Evoral...
2012-04-22 Carl HetheringtonUse a list of ControlPoints to hold the automation...
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-19 Carl HetheringtonFix thinko causing possible memory corruption.
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
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-01-31 Paul Davisuse musical_time_equal() test for equality when copying...
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-11-23 David RobillardFix broken whitespace via merciless application of...
2011-11-22 Paul Davistweak debug output
2011-11-16 Carl HetheringtonDoxygen tweaks.
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-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-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-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-05-17 Carl HetheringtonRemove unnecessary duplicate take of Sequence's read_lock.
2011-05-17 Carl HetheringtonMinor tidy-ups.
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-23 Carl HetheringtonPatch from Joskar to use scientific pitch notation...
2011-03-08 Carl HetheringtonAllow out-of-time-order writes to nascent event list...
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 HetheringtonUnify program change and bank handling so that they...
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-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-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-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
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 HetheringtonRemove end of SearchCache as it is not used (it's alway...
2010-07-25 Carl HetheringtonRemove test that will never fire.
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...
next