index
:
ingen.git
atom-cpp
fix-unused-parameter-warnings
groups
main
newparallel
nodeless
parallel
parallel-work
parameters
sequencefix
serd1
tasks
Ingen modular audio processor
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libs
/
engine
/
LADSPANode.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-13
Fix crash when dynamically changing polyphony w/ LADSPA plugins.
David Robillard
1
-3
/
+3
2008-07-29
Fix stateful port value setting stuff (trigger output ports on note/trigger/e...
David Robillard
1
-1
/
+1
2008-07-28
Compatibility hacks for old Om patchages (many Smack patches now load success...
David Robillard
1
-1
/
+17
2008-06-09
Fix more boost::optional stuff.
David Robillard
1
-1
/
+1
2008-06-09
Fix compilation on b0ef's crackheaded computer.
David Robillard
1
-2
/
+2
2008-05-23
Don't set default value metadata if plugin didn't specify a default value.
David Robillard
1
-9
/
+10
2008-05-23
Fix crash when trying to add multiple objects with the same path.
David Robillard
1
-16
/
+34
2008-05-23
Print which LADSPA plugins have "broken" ranges (not always actually broken t...
David Robillard
1
-2
/
+4
2008-01-25
Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...
David Robillard
1
-5
/
+5
2007-10-22
Rework plugin design (engine side) to be less crap.
David Robillard
1
-2
/
+2
2007-10-13
Fix crash on destroying LADSPA nodes.
David Robillard
1
-9
/
+9
2007-10-13
Dynamic polyphony fixes.
David Robillard
1
-11
/
+61
2007-10-13
Fix sub-patch MIDI I/O.
David Robillard
1
-6
/
+6
2007-10-11
Fix awful plugin loading situation.
David Robillard
1
-1
/
+1
2007-10-08
s/MetadataMap/Variables/ etc.
David Robillard
1
-2
/
+2
2007-10-08
SharedPtr-ify engine side store.
David Robillard
1
-1
/
+1
2007-10-07
Added shared abstract interface for ports.
David Robillard
1
-8
/
+12
2007-10-07
Remove DSSI.
David Robillard
1
-1
/
+0
2007-10-07
Added common abstract interface for Plugins.
David Robillard
1
-2
/
+4
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
[next]