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
/
OSCClientSender.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...
David Robillard
1
-1
/
+3
2007-10-22
Rework plugin design (engine side) to be less crap.
David Robillard
1
-4
/
+9
2007-10-13
Send polyphonic state on object creation.
David Robillard
1
-1
/
+1
2007-10-09
Fix port type URIs mismatching, fixes Jack ports not showing up.
David Robillard
1
-1
/
+1
2007-10-08
s/MetadataMap/Variables/ etc.
David Robillard
1
-8
/
+8
2007-10-08
SharedPtr-ify engine side store.
David Robillard
1
-1
/
+1
2007-10-08
Shared abstract Connection interface.
David Robillard
1
-1
/
+1
2007-10-07
Added shared abstract interface for ports.
David Robillard
1
-1
/
+1
2007-10-07
Remove DSSI.
David Robillard
1
-5
/
+5
2007-10-07
Added common abstract interface for Plugins.
David Robillard
1
-1
/
+1
2007-10-07
Shared abstract Node interface.
David Robillard
1
-1
/
+1
2007-10-01
Blink MIDI ports on message transmission.
David Robillard
1
-34
/
+45
2007-09-20
Strip a bunch of old useless code.
David Robillard
1
-89
/
+2
2007-09-19
Toggling of individual node polyphonic state.
David Robillard
1
-0
/
+24
2007-09-19
Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.
David Robillard
1
-3
/
+7
2007-09-19
Broadcast polyphony changes to clients.
David Robillard
1
-0
/
+15
2007-08-01
Clean up engine/client interfaces.
David Robillard
1
-63
/
+79
2007-07-24
Consistently rename all C++ files .cpp/.hpp.
David Robillard
1
-13
/
+13
2007-07-23
Removed glib dependency from LV2 OSC code.
David Robillard
1
-1
/
+1
2007-07-04
Added metadata (ie integer, toggle) to builtin node control ports.
David Robillard
1
-9
/
+2
2007-05-04
Made engine, serialisation, client library, and GUI all dynamically loaded mo...
David Robillard
1
-2
/
+2
2007-05-02
Added svn:ignore property to everything.
David Robillard
1
-1
/
+1
2007-04-29
Set maximum bundle size to ideal UDP value.
David Robillard
1
-2
/
+2
2007-04-29
Fixed incomplete transfer of loaded plugins to client, bundle transfer.
David Robillard
1
-8
/
+22
2007-04-11
Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).
David Robillard
1
-54
/
+59
2007-04-08
De-template-ification of port types (req. for LV2 MIDI, but nice code size re...
David Robillard
1
-1
/
+1
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-22
Created Raul namespace.
David Robillard
1
-1
/
+1
2006-12-11
Serialization of patch ports.
David Robillard
1
-1
/
+1
2006-12-08
Fixed plugin type issues
David Robillard
1
-1
/
+2
2006-10-15
Fixed feedback problems (CPU chewing) with port controls.
David Robillard
1
-0
/
+54
2006-10-04
Moved generic utility stuff to new library "raul".
David Robillard
1
-2
/
+2
2006-09-18
Work on loading old (deprecated) patches.
David Robillard
1
-8
/
+8
2006-09-13
Heavy-duty redesign of client library and GUI (now fully signal driven with c...
David Robillard
1
-3
/
+7
2006-09-09
Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).
David Robillard
1
-38
/
+61
2006-09-08
More cleanups
David Robillard
1
-0
/
+9
2006-09-08
Renamed communications classes for consistency.
David Robillard
1
-0
/
+487