Age | Commit message (Expand) | Author | Files | Lines |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 3 | -3/+13 |
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 | 3 | -13/+14 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 5 | -55/+134 |
2007-07-26 | Added PathTable, simple pretty wrapper around Table which provides super fast | David Robillard | 6 | -6/+224 |
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 | 3 | -1/+34 |
2007-07-26 | Add Table unit test. | David Robillard | 3 | -10/+133 |
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 | 15 | -18/+286 |
2007-07-25 | Never launch the same thread twice, no matter what the stupid caller says. | David Robillard | 1 | -17/+24 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 55 | -212/+220 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 3 | -160/+1 |
2007-07-22 | Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin... | David Robillard | 4 | -15/+16 |
2007-07-04 | Fix model URI serialization relative to base URI. | David Robillard | 3 | -7/+16 |
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 | 3 | -59/+291 |
2007-06-24 | Move exessive Thread code from header to source file. | David Robillard | 2 | -65/+93 |
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 | 4 | -102/+1 |
2007-06-07 | Don't install unit test binaries. | David Robillard | 1 | -1/+1 |
2007-05-04 | Redland failed assertion fixes. | David Robillard | 1 | -5/+16 |
2007-05-04 | Added missing includes. | David Robillard | 2 | -2/+4 |
2007-05-01 | Fixed remote patch loading. | David Robillard | 2 | -3/+7 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 19 | -463/+799 |
2007-04-20 | Updated Raptor dependency version. | David Robillard | 1 | -2/+2 |
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-12 | Updated Raptor dependency to 1.4.14. | David Robillard | 2 | -5/+4 |
2007-04-11 | Print out failed queries, for debugging. | David Robillard | 2 | -2/+6 |
2007-04-06 | LASH project saving/restoring. | David Robillard | 9 | -3/+537 |
2007-04-05 | Code cleanups. | David Robillard | 3 | -3/+3 |
2007-04-02 | List appending. | David Robillard | 4 | -10/+134 |
2007-03-31 | Realtime MIDI recording. | David Robillard | 5 | -102/+28 |
2007-03-31 | Added RingBuffer and MIDIRingBuffer classes/tests. | David Robillard | 8 | -9/+462 |
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 | 2 | -0/+18 |
2007-03-12 | Fixed MIDI note off normalization for multiple channels. | David Robillard | 2 | -4/+4 |
2007-03-12 | Flowcanvas resizing, auto-arrange resizes if necessary. | David Robillard | 3 | -14/+72 |
2007-03-11 | MIDI file reading. | David Robillard | 3 | -15/+8 |
2007-03-10 | Removed excessive debug print output. | David Robillard | 1 | -9/+15 |
2007-03-10 | SMF reading fixes (correctly read running status, etc). | David Robillard | 4 | -36/+81 |
2007-03-09 | SMF reading/writing fixes. | David Robillard | 9 | -30/+498 |
2007-03-03 | SMF writing work. | David Robillard | 6 | -4/+424 |
2007-02-24 | Distribution build fixes (pass make distcheck). | David Robillard | 1 | -1/+2 |
2007-02-24 | Split JackDriver 'attaching' and 'activating' to give derived classes a chanc... | David Robillard | 3 | -12/+30 |
2007-02-23 | Doxygen fix. | David Robillard | 1 | -1/+1 |
2007-02-22 | Machina quantization, various timing related fixes. | David Robillard | 6 | -4/+74 |
2007-02-21 | Tempo based time in Machina (and related utilities added to Raul). | David Robillard | 9 | -11/+262 |