more solo/mute architecture work. NOTE: changes to mute points are ignored right now
[ardour.git] / libs / evoral /
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.
2009-07-21 Paul Davisfirst part of fixing up send/return metering ; make...
2009-05-18 Carl HetheringtonPatch from agorka to add some includes required for...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 David RobillardStrip trailing whitespace from waf scripts.
2009-05-04 David RobillardMaybe fix assertion crash.
2009-04-18 David RobillardUpgrade to waf 1.5.4.
2009-04-12 Hans Baierlibs/evoral/run-tests.sh: adapt to new global waf
2009-02-27 Paul Davisvestige-based VST support, back-ported from 2.0-ongoing
2009-02-27 David RobillardWaf: install stuff
2009-02-26 David RobillardClean up checks.
2009-02-25 David RobillardWaf building of gtk2_ardour.
2009-02-25 David RobillardMake unit tests optional.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-25 David RobillardMove waf up to top level, waf building of pbd, evoral...
2009-02-25 David RobillardUpgrade to waf 1.5.3.
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-17 Hans Baier* FIXME in midi_util.h
2009-02-17 David RobillardFix deadlock and potential race condition when editing...
2009-02-17 David RobillardFix the horrible mess that was anything related to...
2009-02-16 Sampo SavolainenFix memory leak.
2009-02-16 David RobillardFix crash iterating over sequences with no controls...
2009-02-16 David RobillardFix crash on iteration over an empty sequence and/or...
2009-02-16 David RobillardFix deadlock issues.
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
2009-02-16 David RobillardGracefully ignore illegal MIDI events.
2009-02-16 David RobillardRewrite Sequence::const_iterator.
2009-02-15 David RobillardClean up fugly debug printing stuff.
2009-02-15 David RobillardFix crash on reading meta event.
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-02-15 David RobillardMake smf_track_get_next_event gracefully handle empty...
2009-02-15 David RobillardTidy, remove dead code.
2009-02-15 David RobillardShutup.
2009-02-15 David RobillardDe-templatify Evoral::SMF which has no concept of time...
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-14 David RobillardRemove superfluous typedefs.
2009-02-14 David RobillardMake SMF::append_event_delta take a buffer and a size...
2009-02-14 David RobillardConst correctness.
2009-02-14 David RobillardRemove unused (and timestamp type nasty) last_event_tim...
2009-02-14 David RobillardWhile I'm doing trivial prettification things and not...
2009-02-14 David RobillardLine wrap at 100 lines so I can read things :).
2009-02-14 David RobillardUpdate for libsmf API changes.
2009-02-14 David RobillardFix types to be warning clean on 64 bit.
2009-02-14 David RobillardUpdate autowaf (fix mandatory header check).
2009-02-14 David RobillardMIDI robustness.
2009-02-14 David RobillardMore powerful SMF::open interface.
2009-02-14 David RobillardRemove abstract MIDIFile interface (maintaining interfa...
2009-02-14 David RobillardLibSMF -> SMF
2009-02-14 David RobillardSMF -> OldSMF
2009-02-14 David RobillardMandatory check for boost headers.
2009-02-12 Hans Baier* Evoral: SMFTest: added createNewFileTest (passes)
2009-02-12 Hans Baier* Swapped MidiSource to LibSMF
2009-02-11 David Robillardverbosity--
next