Age | Commit message (Expand) | Author | Files | Lines |
2007-09-30 | Better design for process() signature (pass everything needed in a single obj... | David Robillard | 1 | -6/+7 |
2007-09-29 | Work towards port monitoring and better (higher utilization) parallel execution. | David Robillard | 1 | -1/+1 |
2007-09-20 | Remove useless InternalNode class. | David Robillard | 1 | -2/+2 |
2007-09-20 | Strip a bunch of old useless code. | David Robillard | 1 | -75/+0 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 1 | -10/+10 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 1 | -8/+8 |
2007-07-24 | Work around broken LADSPA plugins with screwy range/default (fix ticket 59). | David Robillard | 1 | -0/+11 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -5/+5 |
2007-07-04 | Fix crash on Ingen patch save (mismatched RDF type enums). | David Robillard | 1 | -2/+5 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 1 | -2/+2 |
2007-04-19 | Applied patch from larsl to fix DSSI MIDI. | David Robillard | 1 | -1/+0 |
2007-04-08 | MIDI patching fixes (clean disconnecting). | David Robillard | 1 | -1/+4 |
2007-04-08 | De-template-ification of port types (req. for LV2 MIDI, but nice code size re... | David Robillard | 1 | -13/+12 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 1 | -1/+1 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2007-01-08 | Fix for building against local raul. | David Robillard | 1 | -0/+2 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 1 | -5/+4 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 1 | -11/+13 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -2/+2 |
2006-09-06 | Another fix for port names (mangling for port name clashes) | David Robillard | 1 | -2/+2 |
2006-09-06 | Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces). | David Robillard | 1 | -1/+1 |
2006-07-20 | ... not much. :) | David Robillard | 1 | -1/+1 |
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 | -12/+12 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 1 | -2/+2 |
2006-06-22 | LADSPA port default value loading (engine side) | David Robillard | 1 | -4/+6 |
2006-06-22 | Fix destroying connected nodes; | David Robillard | 1 | -5/+74 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 1 | -2/+2 |
2006-06-21 | Got the audio flowing | David Robillard | 1 | -2/+1 |
2006-06-20 | Renamed OmObject GraphObject; | David Robillard | 1 | -2/+2 |
2006-06-19 | Renamed PortBase to TypedPort | David Robillard | 1 | -5/+5 |
2006-06-18 | Reworked use of Plugin class in engine slightly (more RAII-ey) | David Robillard | 1 | -0/+269 |