summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/LADSPANode.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-373/+0
2008-08-17Tidy.David Robillard1-2/+1
2008-08-14Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...David Robillard1-4/+2
2008-08-13Fix crash when dynamically changing polyphony w/ LADSPA plugins.David Robillard1-3/+3
2008-07-29Fix stateful port value setting stuff (trigger output ports on note/trigger/e...David Robillard1-1/+1
2008-07-28Compatibility hacks for old Om patchages (many Smack patches now load success...David Robillard1-1/+17
2008-06-09Fix more boost::optional stuff.David Robillard1-1/+1
2008-06-09Fix compilation on b0ef's crackheaded computer.David Robillard1-2/+2
2008-05-23Don't set default value metadata if plugin didn't specify a default value.David Robillard1-9/+10
2008-05-23Fix crash when trying to add multiple objects with the same path.David Robillard1-16/+34
2008-05-23Print which LADSPA plugins have "broken" ranges (not always actually broken t...David Robillard1-2/+4
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-5/+5
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard1-2/+2
2007-10-13Fix crash on destroying LADSPA nodes.David Robillard1-9/+9
2007-10-13Dynamic polyphony fixes.David Robillard1-11/+61
2007-10-13Fix sub-patch MIDI I/O.David Robillard1-6/+6
2007-10-11Fix awful plugin loading situation.David Robillard1-1/+1
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-2/+2
2007-10-08SharedPtr-ify engine side store.David Robillard1-1/+1
2007-10-07Added shared abstract interface for ports.David Robillard1-8/+12
2007-10-07Remove DSSI.David Robillard1-1/+0
2007-10-07Added common abstract interface for Plugins.David Robillard1-2/+4
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-6/+7
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard1-1/+1
2007-09-20Remove useless InternalNode class.David Robillard1-2/+2
2007-09-20Strip a bunch of old useless code.David Robillard1-75/+0
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard1-10/+10
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-8/+8
2007-07-24Work around broken LADSPA plugins with screwy range/default (fix ticket 59).David Robillard1-0/+11
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-5/+5
2007-07-04Fix crash on Ingen patch save (mismatched RDF type enums).David Robillard1-2/+5
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