more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "object...
[ardour.git] / libs / evoral /
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--
2009-02-11 David RobillardRemove unused (and weirdly typed) time parameter from...
2009-02-11 David Robillardverbosity--
2009-02-11 David RobillardStandardMIDIFile -> MIDIFile.
2009-02-11 David RobillardDetect libsmf error and throw exceptions.
2009-02-11 David RobillardInclude stripped down libsmf code internally.
2009-02-11 Hans Baier* introduced dependency: libsmf-1.2
2009-02-11 Hans Baier*Evoral: Sequence: forgot to commit that
2009-02-10 Hans Baier* Evoral: Added Unit test for SMF
2009-02-10 Hans Baier* Evoral::Sequence: conditional compile for debugging...
2009-02-10 Hans Baier* Code readability: Template parameter <T> -> <Time>
2009-02-10 Hans Baier*Evoral::SMF fix reading/writing of SysEx Events
2009-02-09 Hans Baier* filename conventions (second part of it)
2009-02-09 Hans Baier* filename conventions
2009-02-09 David RobillardShrink exposed SMF API.
2009-02-09 Hans Baier* fixed test
2009-02-09 David RobillardWarning.
2009-02-09 Hans Baier* Sequence: added asserts
2009-02-07 David RobillardFix warnings.
2009-02-07 David RobillardRevert redundant kludge.
2009-02-07 Hans Baier* Evoral: first successful read from Sequence
2009-02-07 Hans Baier* added run-tests.sh to libs/evoral
2009-02-07 Hans Baier* evoral: First productive test environment
2009-02-07 Hans Baier* introduced CppUnit into libs/Evoral
2009-02-06 Hans Baier* Evoral: waf and unit test compile and run now
2009-02-06 Hans Baier* Add SysEx Support to MidiModel / SMF
2009-02-03 Hans Baier* fix comment
2009-02-03 Hans Baier* more pleasant template parameter names in (MIDI)Event
2009-02-03 Hans Baier* midi_event_size(uchar status): return size including...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-02 David RobillardTidy.
2009-01-30 Hans Baier* enlage MidiBuffer size to 128 bytes to allow for...
2009-01-30 Hans Baier* re-enable assertion about controller values (probably...
2009-01-30 Hans Baier* fixed bug: channel and id swapped for PitchBener...
2009-01-29 Hans Baier* loosened assertion about controller to UINT8_MAX...
2009-01-28 David RobillardRemove nonsense comment.
2009-01-28 Hans Baier* Set Discrete mode as default until Linear mode works...
2009-01-28 Hans Baier* Fixed bug: Discrete control lists are generally not...
next