Age | Commit message (Expand) | Author | Files | Lines |
2007-01-22 | Created Raul namespace. | David Robillard | 33 | -61/+81 |
2007-01-22 | Added atomic int/pointer classes to Raul. | David Robillard | 12 | -29/+32 |
2007-01-20 | Added Machina. | David Robillard | 7 | -244/+11 |
2007-01-16 | Deprecated patch loading. | David Robillard | 3 | -46/+73 |
2007-01-12 | Fix RDF saving to use namespace prefixes. | David Robillard | 3 | -0/+11 |
2007-01-12 | Control value persistence/serialization. | David Robillard | 4 | -48/+102 |
2007-01-10 | Moved RDFWriter to RAUL. | David Robillard | 4 | -285/+1 |
2007-01-08 | Alsa MIDI fixed. | David Robillard | 5 | -37/+42 |
2007-01-08 | Fix for building against local raul. | David Robillard | 4 | -12/+13 |
2007-01-08 | Fix lingering connections after node destruction (if disconnection | David Robillard | 1 | -6/+6 |
2007-01-08 | Fix destruction of nodes with connections to parent patch ports. | David Robillard | 6 | -32/+47 |
2007-01-07 | Jack MIDI port destruction. | David Robillard | 7 | -61/+84 |
2007-01-07 | Top level port destruction (Jack port removal). | David Robillard | 11 | -64/+44 |
2007-01-06 | Fixed Alsa MIDI. | David Robillard | 1 | -1/+1 |
2007-01-06 | Added ability to get Raul Thread for current calling context. | David Robillard | 19 | -91/+171 |
2007-01-06 | Work on Port destruction (still broken). | David Robillard | 16 | -122/+210 |
2007-01-02 | Fix building non-monolithic Ingenuity. | David Robillard | 3 | -37/+4 |
2007-01-02 | Initial work on dynamic (Jack) buffer resizing (still unworking). | David Robillard | 17 | -160/+232 |
2006-12-13 | Path parent/child bug fixes, added unit tests. | David Robillard | 2 | -13/+16 |
2006-12-13 | Simpler/Faster/Prettier/Saner connection curves. | David Robillard | 1 | -8/+0 |
2006-12-12 | Loading subpatches (ie not just into root). | David Robillard | 4 | -41/+104 |
2006-12-12 | Connection loading. | David Robillard | 12 | -127/+137 |
2006-12-11 | Serialization of patch ports. | David Robillard | 12 | -53/+99 |
2006-12-09 | More loading progress (node positions restore). | David Robillard | 7 | -11/+136 |
2006-12-09 | Preliminary patch loading (just loads nodes from RDF). | David Robillard | 9 | -37/+282 |
2006-12-08 | Fixed plugin type issues | David Robillard | 13 | -28/+56 |
2006-12-02 | More serialization work | David Robillard | 5 | -294/+370 |
2006-12-01 | Serialization work | David Robillard | 2 | -20/+97 |
2006-11-23 | Updated for Jack MIDI API | David Robillard | 2 | -3/+3 |
2006-11-06 | Fixed serialization of connections (or anything using RDF blank nodes). | David Robillard | 2 | -49/+29 |
2006-10-28 | Added proper new loading interface to Serializer, updated everything that use... | David Robillard | 2 | -35/+43 |
2006-10-24 | Superficial (completely non-functional!) LV2 MIDI support. | David Robillard | 1 | -8/+19 |
2006-10-16 | Another alsa bug. | David Robillard | 1 | -1/+1 |
2006-10-16 | Another alsa fix | David Robillard | 1 | -2/+2 |
2006-10-16 | Alsa fix. | David Robillard | 1 | -2/+2 |
2006-10-16 | Used boost::noncopyable to eliminate undefined private copy constructors spre... | David Robillard | 39 | -197/+32 |
2006-10-16 | Minor flowcanvas visual touchups. | David Robillard | 1 | -23/+28 |
2006-10-15 | Fixed feedback problems (CPU chewing) with port controls. | David Robillard | 12 | -16/+105 |
2006-10-14 | Removed unecessary template parameters which broke builds on.. um.. the exact... | David Robillard | 1 | -2/+2 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 117 | -408/+408 |
2006-10-04 | Global build system, build system bugfixes. | David Robillard | 4 | -83/+66 |
2006-10-04 | Bug fixes. | David Robillard | 3 | -63/+130 |
2006-10-03 | shared_ptr bugfixes. | David Robillard | 4 | -110/+137 |
2006-09-30 | Work on RDF serialization (only (partial) saving so far). | David Robillard | 10 | -288/+681 |
2006-09-19 | Alsa MIDI fixes. | David Robillard | 6 | -49/+118 |
2006-09-18 | More store error correcting fixes. | David Robillard | 6 | -26/+47 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 43 | -659/+907 |
2006-09-17 | Patch clearing. | David Robillard | 3 | -3/+21 |
2006-09-16 | Fixes for building w/o DSSI. | David Robillard | 5 | -10/+12 |
2006-09-15 | Fix for connections to patch ports. | David Robillard | 1 | -2/+5 |