Age | Commit message (Expand) | Author | Files | Lines |
2007-09-18 | Fix destroying connected patch ports, and patch port threading issues. | David Robillard | 3 | -7/+11 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 13 | -67/+72 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 67 | -188/+170 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 11 | -27/+27 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 4 | -4/+4 |
2007-07-26 | Fix destruction. | David Robillard | 2 | -10/+13 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 11 | -62/+76 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 2 | -0/+2 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 1 | -3/+5 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 10 | -26/+22 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 68 | -421/+421 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 1 | -55/+0 |
2007-07-23 | Control <-> Audio connections. | David Robillard | 1 | -8/+0 |
2007-07-23 | Fixed OSC printer bugs, instantiates correctly now. | David Robillard | 1 | -7/+11 |
2007-07-23 | Removed glib dependency from LV2 OSC code. | David Robillard | 1 | -1/+5 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 2 | -12/+11 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 68 | -122/+129 |
2007-05-02 | Added svn:ignore property to everything. | David Robillard | 11 | -13/+13 |
2007-04-29 | Cleaner control panel layout, with value spinner/entry. | David Robillard | 1 | -1/+0 |
2007-04-11 | Serialization (both saving and restoring) of nested patches. | David Robillard | 2 | -8/+7 |
2007-04-08 | MIDI patching fixes (clean disconnecting). | David Robillard | 1 | -6/+0 |
2007-04-08 | De-template-ification of port types (req. for LV2 MIDI, but nice code size re... | David Robillard | 12 | -319/+128 |
2007-02-24 | Distribution build fixes (pass make distcheck). | David Robillard | 1 | -2/+0 |
2007-02-11 | Moved Maid from Ingen to Raul. | David Robillard | 9 | -15/+15 |
2007-02-10 | Fix previous (broken) commit. | David Robillard | 1 | -2/+2 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 20 | -73/+83 |
2007-02-07 | Updated Copyright notices. | David Robillard | 68 | -68/+136 |
2007-02-07 | Mad sed-fu for consistent private member naming. | David Robillard | 54 | -714/+714 |
2007-01-22 | Created Raul namespace. | David Robillard | 3 | -12/+12 |
2007-01-08 | Fix destruction of nodes with connections to parent patch ports. | David Robillard | 2 | -21/+20 |
2007-01-07 | Jack MIDI port destruction. | David Robillard | 2 | -3/+9 |
2007-01-07 | Top level port destruction (Jack port removal). | David Robillard | 3 | -2/+14 |
2007-01-06 | Added ability to get Raul Thread for current calling context. | David Robillard | 4 | -17/+22 |
2007-01-06 | Work on Port destruction (still broken). | David Robillard | 6 | -64/+129 |
2007-01-02 | Fix building non-monolithic Ingenuity. | David Robillard | 1 | -2/+2 |
2006-12-12 | Connection loading. | David Robillard | 2 | -78/+0 |
2006-12-11 | Serialization of patch ports. | David Robillard | 1 | -6/+12 |
2006-12-08 | Fixed plugin type issues | David Robillard | 1 | -1/+1 |
2006-10-15 | Fixed feedback problems (CPU chewing) with port controls. | David Robillard | 1 | -7/+0 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 70 | -125/+125 |
2006-10-04 | Global build system, build system bugfixes. | David Robillard | 1 | -59/+59 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 11 | -28/+353 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 2 | -9/+29 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 5 | -12/+12 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 4 | -5/+4 |
2006-09-10 | Zoom Full feature in FlowCanvas/Ingenuity. | David Robillard | 4 | -9/+9 |
2006-09-09 | Canvas cleanups, bugfixes, more robustness, etc. | David Robillard | 18 | -20/+36 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 28 | -73/+66 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 66 | -332/+360 |
2006-09-07 | Patch port fixes. | David Robillard | 1 | -1/+1 |