summaryrefslogtreecommitdiffstats
path: root/raul
AgeCommit message (Expand)AuthorFilesLines
2007-11-30Split redland C++ wrappers out from Raul.David Robillard9-470/+87
2007-11-29Add base URI support to RDF model (ability to write pretty <> in Turtle with ...David Robillard2-0/+5
2007-10-13Dynamic polyphony fixes.David Robillard1-2/+4
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard3-14/+16
2007-10-08Update.. stuff... I hate SVN...David Robillard3-31/+23
2007-10-08SharedPtr-ify engine side store.David Robillard5-407/+455
2007-10-08Fixed missing symbol in Raul.David Robillard3-58/+68
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard2-2/+14
2007-10-05Fix connection serialisation.David Robillard1-1/+2
2007-10-01Blink MIDI ports on message transmission.David Robillard1-9/+9
2007-09-20Add locking support to RDF stuff for dealing with concurrent librdf use.David Robillard2-2/+9
2007-09-19Remove useless old debugging-related overhead from Array destructor.David Robillard1-2/+0
2007-09-12Const-correctness for Raul::RDF::Node type conversion functions.David Robillard2-7/+7
2007-09-08Pretty RDF boolean reading.David Robillard1-0/+3
2007-09-08Support for writing pretty Turtle boolean literals.David Robillard2-0/+14
2007-09-07Fix port highlighting.David Robillard1-2/+2
2007-08-09Minor threading interface stuff for parallel Ingen.David Robillard2-5/+8
2007-07-31SWIG building fixes.David Robillard1-16/+18
2007-07-27Control port slider functionality (when not in edit more, or holding down con...David Robillard1-0/+1
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard2-2/+12
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard1-1/+1
2007-07-26Use PathTable for engine side objects.David Robillard2-12/+13
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard4-54/+113
2007-07-26Added PathTable, simple pretty wrapper around Table which provides super fastDavid Robillard5-3/+163
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard2-7/+21
2007-07-26Implement std::map[key] = value interface.David Robillard2-0/+24
2007-07-26Add Table unit test.David Robillard2-10/+25
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 Robillard3-0/+265
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard40-188/+196
2007-07-22Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin...David Robillard3-12/+13
2007-07-04Fix model URI serialization relative to base URI.David Robillard2-1/+4
2007-07-04Fix crash on Ingen patch save (mismatched RDF type enums).David Robillard1-2/+6
2007-07-03Added MIDI controller/event names.David Robillard2-59/+290
2007-06-24Move exessive Thread code from header to source file.David Robillard1-65/+8
2007-06-24Print message on thread exit.David Robillard1-1/+4
2007-06-08Removed Raul Mutex and Condition (redundant with glib).David Robillard3-101/+0
2007-05-04Added missing includes.David Robillard1-0/+2
2007-05-01Fixed remote patch loading.David Robillard1-1/+1
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard9-141/+277
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-11Print out failed queries, for debugging.David Robillard1-1/+1
2007-04-06LASH project saving/restoring.David Robillard4-0/+186
2007-04-02List appending.David Robillard2-2/+46
2007-03-31Realtime MIDI recording.David Robillard4-97/+23
2007-03-31Added RingBuffer and MIDIRingBuffer classes/tests.David Robillard5-8/+361
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 Robillard1-0/+1