summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-08fix up note names (from Don F, via SoftWerk)Paul Davis
2010-02-07Coding style.Carl Hetherington
2010-02-07Remove some unnecessary includes.Carl Hetherington
2010-02-07Coding style cleanups. Preserve mono state in XML for panners.Carl Hetherington
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-10-24Apply accurate copyright header.David Robillard
2009-10-24(FULL commit) start of a nominal debug tracing system, with 64 bits available...Paul Davis
2009-10-23Unit test code coverage using lcov.David Robillard
2009-10-23Fix controller iteration / linear interpolation.David Robillard
2009-10-23Fix whitespace.David Robillard
2009-10-23Sshh.David Robillard
2009-10-23Fix compilation with DEBUG_SEQUENCE on.David Robillard
2009-10-23Testing how anal retentive I can be without anyone saying anything.David Robillard
2009-10-23Fix yet more crazy tabs.David Robillard
2009-10-22Indentation.David Robillard
2009-10-22More spacey tabs.David Robillard
2009-10-22Fix adding multiple notes with the same time stamp (geeze).David Robillard
2009-10-22Remove linear search when adding/removing a note from/to a Sequence.David Robillard
2009-10-22Replace horribly error-prone Sequence/MidiModel/MidiSource locking API with s...David Robillard
2009-10-21Fix failed assertion when end_write is called multiple times.David Robillard
2009-10-21Fix O(n) search on MIDI rec region update (now O(log(n)) per update, but coul...David Robillard
2009-10-20Only build unit tests if configure --test is passed.David Robillard
2009-10-19Logarithmic note seek for Sequence iterator.David Robillard
2009-10-19Better test for iterator seek.David Robillard
2009-10-19Add unit test for Sequence iterator seeking.David Robillard
2009-10-19Fix insane formatting/whitespace in evoral test stuff. C'mon Hans ;)David Robillard
2009-10-19Use set over vector for Sequence::Notes, for logarithmic search by time.David Robillard
2009-10-19Fix set_notes prototype to use typedef.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-16do not allow smf_source's reads to stomp on cached read_end position in paren...Paul Davis
2009-09-15Fix some warnings.Carl Hetherington
2009-09-14fix up marshall/unmarshall of note data for MidiModel::DiffCommandPaul Davis
2009-09-06the start (only the start) of MIDI diff commandsPaul Davis
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-08-23Fix uninitialised member variable.Carl Hetherington
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-17Fix uninitialised variable.Carl Hetherington
2009-08-13MIDI cut&paste round two (not done yet); a small region trim fix from lincoln s.Paul Davis
2009-07-23install ardour.menus and bindings file (elthariel) ; initial, basic MIDI gain...Paul Davis
2009-07-22Update autowaf.David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21first part of fixing up send/return metering ; make send-controlling faders w...Paul Davis
2009-05-18Patch from agorka to add some includes required for building with the GCC shi...Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Strip trailing whitespace from waf scripts.David Robillard
2009-05-04Maybe fix assertion crash.David Robillard