Age | Commit message (Expand) | Author | Files | Lines |
2007-08-10 | Fix loading control values from deprecated Om patches. | David Robillard | 1 | -12/+32 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 1 | -50/+95 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 1 | -2/+2 |
2007-07-26 | Trim the fat. | David Robillard | 1 | -65/+0 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 1 | -2/+2 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -7/+7 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 1 | -1/+1 |
2007-04-08 | Fixed audio output. | David Robillard | 1 | -7/+10 |
2007-04-08 | MIDI patching fixes (clean disconnecting). | David Robillard | 1 | -7/+2 |
2007-04-08 | De-template-ification of port types (req. for LV2 MIDI, but nice code size re... | David Robillard | 1 | -7/+1 |
2007-02-10 | Fix previous (broken) commit. | David Robillard | 1 | -6/+6 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 1 | -36/+36 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2007-01-06 | Added ability to get Raul Thread for current calling context. | David Robillard | 1 | -2/+43 |
2007-01-06 | Work on Port destruction (still broken). | David Robillard | 1 | -5/+9 |
2007-01-02 | Initial work on dynamic (Jack) buffer resizing (still unworking). | David Robillard | 1 | -0/+11 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 1 | -1/+1 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 1 | -1/+3 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -18/+17 |
2006-09-07 | Patch port fixes. | David Robillard | 1 | -1/+1 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 1 | -4/+4 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 1 | -57/+4 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 1 | -2/+2 |
2006-07-04 | Process order traversal / connection fixes (nasty edge cases where patches ar... | David Robillard | 1 | -9/+10 |
2006-07-03 | Fixes for connecting directly from a patch input to a patch output | David Robillard | 1 | -1/+3 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 1 | -2/+2 |
2006-06-21 | Got the audio flowing | David Robillard | 1 | -4/+19 |
2006-06-20 | Renamed OmObject GraphObject; | David Robillard | 1 | -15/+15 |
2006-06-19 | Connecting of patch ports internally (seemingly anyway, data not flowing yet) | David Robillard | 1 | -17/+24 |
2006-06-19 | Renamed PortBase to TypedPort | David Robillard | 1 | -3/+3 |
2006-06-18 | Reworked use of Plugin class in engine slightly (more RAII-ey) | David Robillard | 1 | -16/+2 |
2006-06-18 | More work on new ports implementation; | David Robillard | 1 | -66/+122 |
2006-06-17 | New patch ports interface | David Robillard | 1 | -1/+1 |
2006-06-10 | More juggling | David Robillard | 1 | -0/+356 |