Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 3 | -14/+16 |
2007-10-08 | Update.. stuff... I hate SVN... | David Robillard | 3 | -31/+23 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 5 | -407/+455 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 3 | -58/+68 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 2 | -2/+14 |
2007-10-05 | Fix connection serialisation. | David Robillard | 1 | -1/+2 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 1 | -9/+9 |
2007-09-20 | Add locking support to RDF stuff for dealing with concurrent librdf use. | David Robillard | 2 | -2/+9 |
2007-09-19 | Remove useless old debugging-related overhead from Array destructor. | David Robillard | 1 | -2/+0 |
2007-09-12 | Const-correctness for Raul::RDF::Node type conversion functions. | David Robillard | 2 | -7/+7 |
2007-09-08 | Pretty RDF boolean reading. | David Robillard | 1 | -0/+3 |
2007-09-08 | Support for writing pretty Turtle boolean literals. | David Robillard | 2 | -0/+14 |
2007-09-07 | Fix port highlighting. | David Robillard | 1 | -2/+2 |
2007-08-09 | Minor threading interface stuff for parallel Ingen. | David Robillard | 2 | -5/+8 |
2007-07-31 | SWIG building fixes. | David Robillard | 1 | -16/+18 |
2007-07-27 | Control port slider functionality (when not in edit more, or holding down con... | David Robillard | 1 | -0/+1 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 2 | -2/+12 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 1 | -1/+1 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 2 | -12/+13 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 4 | -54/+113 |
2007-07-26 | Added PathTable, simple pretty wrapper around Table which provides super fast | David Robillard | 5 | -3/+163 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 2 | -7/+21 |
2007-07-26 | Implement std::map[key] = value interface. | David Robillard | 2 | -0/+24 |
2007-07-26 | Add Table unit test. | David Robillard | 2 | -10/+25 |
2007-07-26 | Use C++ey memory via std::vector instead of malloc and friends for Table, sin... | David Robillard | 2 | -59/+95 |
2007-07-26 | Added Raul::Table class (like an std::map but in an array, very fast to do a ... | David Robillard | 3 | -0/+265 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 40 | -188/+196 |
2007-07-22 | Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin... | David Robillard | 3 | -12/+13 |
2007-07-04 | Fix model URI serialization relative to base URI. | David Robillard | 2 | -1/+4 |
2007-07-04 | Fix crash on Ingen patch save (mismatched RDF type enums). | David Robillard | 1 | -2/+6 |
2007-07-03 | Added MIDI controller/event names. | David Robillard | 2 | -59/+290 |
2007-06-24 | Move exessive Thread code from header to source file. | David Robillard | 1 | -65/+8 |
2007-06-24 | Print message on thread exit. | David Robillard | 1 | -1/+4 |
2007-06-08 | Removed Raul Mutex and Condition (redundant with glib). | David Robillard | 3 | -101/+0 |
2007-05-04 | Added missing includes. | David Robillard | 1 | -0/+2 |
2007-05-01 | Fixed remote patch loading. | David Robillard | 1 | -1/+1 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 9 | -141/+277 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 1 | -0/+1 |
2007-04-17 | Fix missed events timestamp bug (for real this time). | David Robillard | 1 | -1/+2 |
2007-04-11 | Print out failed queries, for debugging. | David Robillard | 1 | -1/+1 |
2007-04-06 | LASH project saving/restoring. | David Robillard | 4 | -0/+186 |
2007-04-02 | List appending. | David Robillard | 2 | -2/+46 |
2007-03-31 | Realtime MIDI recording. | David Robillard | 4 | -97/+23 |
2007-03-31 | Added RingBuffer and MIDIRingBuffer classes/tests. | David Robillard | 5 | -8/+361 |
2007-03-25 | Fixed construction algorithm bugs. | David Robillard | 1 | -0/+35 |
2007-03-22 | Fixed quantization with q=0 (don't quantize). | David Robillard | 1 | -1/+1 |
2007-03-19 | Learn quantization. | David Robillard | 1 | -0/+1 |
2007-03-12 | Flowcanvas resizing, auto-arrange resizes if necessary. | David Robillard | 1 | -1/+4 |
2007-03-11 | MIDI file reading. | David Robillard | 1 | -2/+1 |
2007-03-10 | SMF reading fixes (correctly read running status, etc). | David Robillard | 2 | -4/+5 |