summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington
2010-07-12Mark Sequence as edited when one of its parent ControlSet's ControlLists is c...Carl Hetherington
2010-07-01allow zero length MIDI files again and remove debug outputPaul Davis
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-06-20Return delta time even for metadata events. Should fix #3244.Carl Hetherington
2010-06-14make note overlap resolution store side effects in a DiffCommand, and add its...Paul Davis
2010-06-12introduce the notion that note additions and property changes can cause the r...Paul Davis
2010-06-03start tracking note overlaps while moving notesPaul Davis
2010-06-03Sequence::contains() and Sequence::overlaps() now use pitch-based indexing to...Paul Davis
2010-06-02add channel+pitch indexing for notes in a SequencePaul Davis
2010-06-01rationale pathways that add notes to Sequence<T> so that there is only final ...Paul Davis
2010-06-01add missing (new) filePaul Davis
2010-05-31switch Evoral::Sequence debugging to use DEBUG_TRACE(); Sequence uses multise...Paul Davis
2010-05-28provide a generalized Sequence::get_notes()-by-predicate method, and prototyp...Paul Davis
2010-05-27Fix crash on clear option for automation tracks (#3195). Also fix state chan...Carl Hetherington
2010-05-20various minor MIDI fixes: prevent duplicate note entry with mouse, show note ...Paul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-04-26Some comments and minor cleanup.Carl Hetherington
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