summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2009-02-11*Evoral: Sequence: forgot to commit thatHans Baier
2009-02-10* Evoral: Added Unit test for SMFHans Baier
2009-02-10* Evoral::Sequence: conditional compile for debugging outputHans Baier
2009-02-10* Code readability: Template parameter <T> -> <Time>Hans Baier
2009-02-10*Evoral::SMF fix reading/writing of SysEx EventsHans Baier
2009-02-09* filename conventions (second part of it)Hans Baier
2009-02-09* filename conventionsHans Baier
2009-02-09Shrink exposed SMF API.David Robillard
2009-02-09* fixed testHans Baier
2009-02-09Warning.David Robillard
2009-02-09* Sequence: added assertsHans Baier
2009-02-07Fix warnings.David Robillard
2009-02-07Revert redundant kludge.David Robillard
2009-02-07* Evoral: first successful read from SequenceHans Baier
2009-02-07* added run-tests.sh to libs/evoralHans Baier
2009-02-07* evoral: First productive test environmentHans Baier
2009-02-07* introduced CppUnit into libs/EvoralHans Baier
2009-02-06* Evoral: waf and unit test compile and run nowHans Baier
2009-02-06* Add SysEx Support to MidiModel / SMFHans Baier
2009-02-03* fix commentHans Baier
2009-02-03* more pleasant template parameter names in (MIDI)EventHans Baier
2009-02-03* midi_event_size(uchar status): return size including status / handle sysexHans Baier
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-02-02Tidy.David Robillard
2009-01-30* enlage MidiBuffer size to 128 bytes to allow for sysex eventsHans Baier
2009-01-30* re-enable assertion about controller values (probably corrupt data in my Se...Hans Baier
2009-01-30* fixed bug: channel and id swapped for PitchBener, ChannelPressure and Progr...Hans Baier
2009-01-29* loosened assertion about controller to UINT8_MAX allow for (real-world) non...Hans Baier
2009-01-28Remove nonsense comment.David Robillard
2009-01-28* Set Discrete mode as default until Linear mode works properlyHans Baier
2009-01-28* Fixed bug: Discrete control lists are generally not played backHans Baier
2009-01-28* MIDI control lanes: Set Interpolationtype according to ParameterHans Baier
2009-01-21* make MIDI-specific menu show up on all MIDI lanesHans Baier
2009-01-21* Added Menu to add a Program change parameter laneHans Baier
2008-12-29Fix some compiling warnings and errors in OS XSakari Bergen
2008-12-29* added a bit of documentation in an effort to understand the codeHans Baier
2008-12-21Sync with http://svn.drobilla.net/lad/trunk/evoral r1891.David Robillard
2008-12-16Implement #2425: option for automation to follow region moves.Carl Hetherington
2008-12-12* reenabled assertions after irc-ing with drobillaHans Baier
2008-12-12* converted two especially obnoxious assertions into warnings since they hind...Hans Baier
2008-11-22* added XML deserialisation for control and program changesHans Baier
2008-11-03fix nasty bug in evaluation of final step of interpolated Curve valuesPaul Davis
2008-10-14Remove meaningless const qualifier (-Wextra warning).David Robillard
2008-10-13Fix pollution of global namespace by Evoral.David Robillard
2008-10-03Remove unnecessary #include.David Robillard
2008-09-30Add waf build script.David Robillard
2008-09-30Move midi_util.h.David Robillard
2008-09-30Separate low level details of SMF reading/writing from concept of 'midi sourc...David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-29Remove ARDOUR::Parameter::is_integer.David Robillard