Age | Commit message (Expand) | Author | Files | Lines |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 1 | -4/+4 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 1 | -1/+15 |
2007-10-07 | Added common abstract interface for Plugins. | David Robillard | 1 | -2/+2 |
2007-10-07 | Shared abstract Node interface. | David Robillard | 1 | -3/+3 |
2007-09-30 | Better design for process() signature (pass everything needed in a single obj... | David Robillard | 1 | -4/+4 |
2007-09-30 | Better driver interface for input/output. | David Robillard | 1 | -2/+3 |
2007-09-29 | Work towards port monitoring and better (higher utilization) parallel execution. | David Robillard | 1 | -7/+6 |
2007-09-21 | Somewhat functional dynamic polyphony (LV2 and internal nodes only). | David Robillard | 1 | -1/+1 |
2007-09-20 | Remove useless InternalNode class. | David Robillard | 1 | -3/+9 |
2007-09-19 | Toggling of individual node polyphonic state. | David Robillard | 1 | -2/+1 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 1 | -4/+5 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 1 | -2/+6 |
2007-09-18 | Work on dynamic polyphony. | David Robillard | 1 | -0/+18 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 1 | -1/+54 |
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 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 1 | -1/+1 |
2007-07-26 | Trim the fat. | David Robillard | 1 | -80/+0 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 1 | -1/+2 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 1 | -0/+10 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -9/+9 |
2007-04-08 | MIDI patching fixes (clean disconnecting). | David Robillard | 1 | -3/+16 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 1 | -4/+4 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2007-01-06 | Work on Port destruction (still broken). | David Robillard | 1 | -20/+6 |
2007-01-02 | Initial work on dynamic (Jack) buffer resizing (still unworking). | David Robillard | 1 | -0/+11 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 1 | -1/+1 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -16/+23 |
2006-07-20 | Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names... | David Robillard | 1 | -13/+13 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 1 | -2/+2 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 1 | -16/+15 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 1 | -2/+2 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 1 | -2/+2 |
2006-06-20 | Renamed OmObject GraphObject; | David Robillard | 1 | -5/+5 |
2006-06-18 | Reworked use of Plugin class in engine slightly (more RAII-ey) | David Robillard | 1 | -10/+8 |
2006-06-18 | More work on new ports implementation; | David Robillard | 1 | -30/+31 |
2006-06-10 | More juggling | David Robillard | 1 | -0/+171 |