summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2009-02-10* Code readability: Template parameter <T> -> <Time>Hans Baier
2009-02-10* fix MIDI playbackHans Baier
2009-02-10*Evoral::SMF fix reading/writing of SysEx EventsHans Baier
2009-02-10Fixes to port inserts.Carl Hetherington
2009-02-10Remove some debug code.Carl Hetherington
2009-02-10Use slightly cleaner Port API in a few places.Carl Hetherington
2009-02-09* filename conventions (second part of it)Hans Baier
2009-02-09* filename conventionsHans Baier
2009-02-09Fix fade outs on split regions.Carl Hetherington
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-09Apply fix for 2546 from lincoln. Many thanks.Carl Hetherington
2009-02-09Fixes to bundle manager to make it vaguely usable.Carl Hetherington
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-02Fix auto-return, hopefully not at the expense of anything else.Carl Hetherington
2009-02-02Re-enable creation of stereo bundles for system IO, so that the mixer stripCarl Hetherington
2009-02-02Fix a couple of bugs causing unexpected movements of the playhead.Carl Hetherington
2009-02-02Disable excessive console output (please comment this stuff before committing...David Robillard
2009-02-02* fix misleading/wrong commentHans Baier
2009-02-02* debugging outputHans Baier
2009-02-02* fixed crash: MidiBuffer::reserve returned wrong write locationHans Baier
2009-02-02* added assertions to MidiBuffer::iterator_base in order to avoid offset corr...Hans Baier
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-02-02Tidy.David Robillard
2009-02-01Removed fixed/maximum event size assumption/limitation from MIDI buffer.David Robillard
2009-02-01Style.David Robillard
2009-02-01Templateify MidiBuffer iterators (avoid code duplication since they're about ...David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30More port matrix re-working. Global matrix now has separate visibility buttonsCarl Hetherington
2009-01-30Track import is now working. Also, IO bundle setup/creation is safer.Sakari Bergen
2009-01-30add forgotten filesPaul Davis
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2009-01-30Um... we can't use 128 bytes for every single MIDI event, Hans.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* set right interpolation on MidiModel controls after recording tooHans Baier
2009-01-29* loosened assertion about controller to UINT8_MAX allow for (real-world) non...Hans Baier