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
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-05
Add independent building stuff for ingen.
David Robillard
1
-1
/
+1
2007-10-22
Rework plugin design (engine side) to be less crap.
David Robillard
5
-12
/
+17
2007-10-13
Send polyphonic state on object creation.
David Robillard
2
-4
/
+10
2007-10-13
Fix audio->control connections.
David Robillard
1
-1
/
+3
2007-10-11
Fix awful plugin loading situation.
David Robillard
3
-13
/
+6
2007-10-10
Fix recursive patch problems (all objects recursively appearing as direct chi...
David Robillard
3
-6
/
+7
2007-10-09
Fix port type URIs mismatching, fixes Jack ports not showing up.
David Robillard
1
-6
/
+6
2007-10-09
Fix OSC patching.
David Robillard
2
-7
/
+17
2007-10-08
s/MetadataMap/Variables/ etc.
David Robillard
4
-7
/
+7
2007-10-08
SharedPtr-ify engine side store.
David Robillard
29
-106
/
+107
2007-10-08
SharedPtr-ize engine-side Connections (towards merge for patch->connections()).
David Robillard
6
-8
/
+9
2007-10-08
Fixed missing symbol in Raul.
David Robillard
10
-37
/
+34
2007-10-08
Shared abstract Connection interface.
David Robillard
9
-25
/
+23
2007-10-07
Added shared abstract interface for ports.
David Robillard
39
-103
/
+101
2007-10-07
Remove DSSI.
David Robillard
9
-520
/
+0
2007-10-07
Added common abstract interface for Plugins.
David Robillard
14
-22
/
+22
2007-10-07
Shared abstract Node interface.
David Robillard
31
-58
/
+58
2007-10-07
Start building a common (client/server) abstract interface for graph objects.
David Robillard
13
-29
/
+24
2007-10-04
Fixed port menu (load fancy dynamic menu from Glade).
David Robillard
2
-25
/
+45
2007-10-01
Added missing files.
David Robillard
2
-0
/
+101
2007-10-01
Blink MIDI ports on message transmission.
David Robillard
4
-13
/
+8
2007-10-01
Merge NoteOnEvent and NoteOffEvent.
David Robillard
9
-207
/
+90
2007-09-30
Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).
David Robillard
7
-155
/
+35
2007-09-30
Port "monitoring" -> Port "broadcasting" to avoid confusion with the usual us...
David Robillard
3
-18
/
+18
2007-09-30
Better design for process() signature (pass everything needed in a single obj...
David Robillard
65
-133
/
+127
2007-09-30
Better driver interface for input/output.
David Robillard
1
-7
/
+5
2007-09-29
Added port monitoring disable event.
David Robillard
6
-28
/
+173
2007-09-29
Work towards port monitoring and better (higher utilization) parallel execution.
David Robillard
7
-14
/
+304
2007-09-23
Working LV2 UI control setting (including MIDI).
David Robillard
2
-10
/
+23
2007-09-22
Type oblivious set_port_value interface.
David Robillard
4
-51
/
+141
2007-09-20
Fix deletion of multiple nodes instead of just one (basically fix everything ...
David Robillard
2
-12
/
+4
2007-09-20
Remove useless InternalNode class.
David Robillard
3
-2
/
+3
2007-09-20
Strip a bunch of old useless code.
David Robillard
2
-28
/
+6
2007-09-19
Toggling of individual node polyphonic state.
David Robillard
2
-23
/
+20
2007-09-19
Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.
David Robillard
1
-4
/
+2
2007-09-19
Broadcast polyphony changes to clients.
David Robillard
1
-2
/
+4
2007-09-19
Added missing files.
David Robillard
4
-0
/
+267
2007-09-19
More work on dynamic polyphony.
David Robillard
5
-8
/
+12
2007-09-18
Fix destroying connected patch ports, and patch port threading issues.
David Robillard
3
-7
/
+11
2007-08-09
Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...
David Robillard
13
-67
/
+72
2007-08-01
Clean up engine/client interfaces.
David Robillard
67
-188
/
+170
2007-08-01
More SWIGification. Engine->Client calls/messages implemented... and segfaul...
David Robillard
11
-27
/
+27
2007-07-27
Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...
David Robillard
4
-4
/
+4
2007-07-26
Fix destruction.
David Robillard
2
-10
/
+13
2007-07-26
Use PathTable for engine side objects.
David Robillard
11
-62
/
+76
2007-07-26
Fix various Table bugs (and put some way too slow code in there, but hey, it ...
David Robillard
2
-0
/
+2
2007-07-26
Add const find interface to Raul::Table, fix bugs.
David Robillard
1
-3
/
+5
2007-07-24
Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...
David Robillard
10
-26
/
+22
2007-07-24
Consistently rename all C++ files .cpp/.hpp.
David Robillard
68
-421
/
+421
2007-07-24
Removed recursive autohell, except for SLv2.
David Robillard
1
-55
/
+0
[next]