summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/LADSPANode.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-2/+2
2007-04-19Applied patch from larsl to fix DSSI MIDI.David Robillard1-1/+0
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-1/+4
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-13/+12
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard1-1/+1
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-01-08Fix for building against local raul.David Robillard1-0/+2
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-5/+4
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-11/+13
2006-09-08De-singleton-ified EngineDavid Robillard1-2/+2
2006-09-06Another fix for port names (mangling for port name clashes)David Robillard1-2/+2
2006-09-06Fixed LADSPA plugins with invalid OSC path port names (eg containing spaces).David Robillard1-1/+1
2006-07-20... not much. :)David Robillard1-1/+1
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+2
2006-07-18Removed globals (Om.h)David Robillard1-12/+12
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-06-22LADSPA port default value loading (engine side)David Robillard1-4/+6
2006-06-22Fix destroying connected nodes;David Robillard1-5/+74
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-21Got the audio flowingDavid Robillard1-2/+1
2006-06-20Renamed OmObject GraphObject;David Robillard1-2/+2
2006-06-19Renamed PortBase to TypedPortDavid Robillard1-5/+5
2006-06-18Reworked use of Plugin class in engine slightly (more RAII-ey)David Robillard1-0/+269