summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Added PathTable, simple pretty wrapper around Table which provides super fastDavid Robillard6-6/+224
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard2-7/+21
2007-07-26Implement std::map[key] = value interface.David Robillard3-1/+34
2007-07-26Add Table unit test.David Robillard3-10/+133
2007-07-26Use C++ey memory via std::vector instead of malloc and friends for Table, sin...David Robillard2-59/+95
2007-07-26Added Raul::Table class (like an std::map but in an array, very fast to do a ...David Robillard15-18/+286
2007-07-25Never launch the same thread twice, no matter what the stupid caller says.David Robillard1-17/+24
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard55-212/+220
2007-07-24Removed recursive autohell, except for SLv2.David Robillard3-160/+1
2007-07-22Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin...David Robillard4-15/+16
2007-07-04Fix model URI serialization relative to base URI.David Robillard3-7/+16
2007-07-04Fix crash on Ingen patch save (mismatched RDF type enums).David Robillard1-2/+6
2007-07-03Added MIDI controller/event names.David Robillard3-59/+291
2007-06-24Move exessive Thread code from header to source file.David Robillard2-65/+93
2007-06-24Print message on thread exit.David Robillard1-1/+4
2007-06-08Removed Raul Mutex and Condition (redundant with glib).David Robillard4-102/+1
2007-06-07Don't install unit test binaries.David Robillard1-1/+1
2007-05-04Redland failed assertion fixes.David Robillard1-5/+16
2007-05-04Added missing includes.David Robillard2-2/+4
2007-05-01Fixed remote patch loading.David Robillard2-3/+7
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard19-463/+799
2007-04-20Updated Raptor dependency version.David Robillard1-2/+2
2007-04-19Renamed SLV2Model SLV2World.David Robillard1-0/+1
2007-04-17Fix missed events timestamp bug (for real this time).David Robillard1-1/+2
2007-04-12Updated Raptor dependency to 1.4.14.David Robillard2-5/+4
2007-04-11Print out failed queries, for debugging.David Robillard2-2/+6
2007-04-06LASH project saving/restoring.David Robillard9-3/+537
2007-04-05Code cleanups.David Robillard3-3/+3
2007-04-02List appending.David Robillard4-10/+134
2007-03-31Realtime MIDI recording.David Robillard5-102/+28
2007-03-31Added RingBuffer and MIDIRingBuffer classes/tests.David Robillard8-9/+462
2007-03-25Fixed construction algorithm bugs.David Robillard1-0/+35
2007-03-22Fixed quantization with q=0 (don't quantize).David Robillard1-1/+1
2007-03-19Learn quantization.David Robillard2-0/+18
2007-03-12Fixed MIDI note off normalization for multiple channels.David Robillard2-4/+4
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard3-14/+72
2007-03-11MIDI file reading.David Robillard3-15/+8
2007-03-10Removed excessive debug print output.David Robillard1-9/+15
2007-03-10SMF reading fixes (correctly read running status, etc).David Robillard4-36/+81
2007-03-09SMF reading/writing fixes.David Robillard9-30/+498
2007-03-03SMF writing work.David Robillard6-4/+424
2007-02-24Distribution build fixes (pass make distcheck).David Robillard1-1/+2
2007-02-24Split JackDriver 'attaching' and 'activating' to give derived classes a chanc...David Robillard3-12/+30
2007-02-23Doxygen fix.David Robillard1-1/+1
2007-02-22Machina quantization, various timing related fixes.David Robillard6-4/+74
2007-02-21Tempo based time in Machina (and related utilities added to Raul).David Robillard9-11/+262
2007-02-20New double buffer class in Raul (used for realtime-safe thread-safe writes to...David Robillard2-0/+97
2007-02-18RAUL install fixes.David Robillard1-17/+21
2007-02-18Build fix for inferior machines.David Robillard1-1/+1
2007-02-18Fixed installation of AtomicPtr.hDavid Robillard1-0/+1