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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-08
Move Serializer from client lib to serialisation lib (engine or client side s...
David Robillard
7
-13
/
+13
2007-10-08
SharedPtr-ify engine side store.
David Robillard
83
-312
/
+358
2007-10-08
SharedPtr-ize engine-side Connections (towards merge for patch->connections()).
David Robillard
10
-24
/
+26
2007-10-08
Fixed missing symbol in Raul.
David Robillard
21
-100
/
+105
2007-10-08
Eliminate redundant object collections (ObjectModel having a separate collect...
David Robillard
14
-932
/
+81
2007-10-08
Shared abstract Connection interface.
David Robillard
34
-221
/
+188
2007-10-08
Fix serialization/connection bugs resulting from refactoring.
David Robillard
21
-83
/
+76
2007-10-07
Move DataType into Shared namespace.
David Robillard
3
-19
/
+26
2007-10-07
Added shared abstract interface for ports.
David Robillard
97
-366
/
+474
2007-10-07
URI-ify DataType and match LV2 port type semantics.
David Robillard
1
-13
/
+24
2007-10-07
Remove DSSI.
David Robillard
34
-1781
/
+14
2007-10-07
Added common abstract interface for Plugins.
David Robillard
42
-200
/
+246
2007-10-07
Begin using shared virtual Node interface client side.
David Robillard
29
-131
/
+146
2007-10-07
Shared abstract Node interface.
David Robillard
63
-194
/
+196
2007-10-07
Start building a common (client/server) abstract interface for graph objects.
David Robillard
29
-806
/
+109
2007-10-06
Access to object properties window via context menu (most importantly the por...
David Robillard
12
-68
/
+101
2007-10-06
Fix building without libcurl.
David Robillard
3
-5
/
+21
2007-10-06
Removed comment that's no longer applicable. It was a bad comment. Yay.
David Robillard
1
-3
/
+0
2007-10-05
Fix more OSC thread thingies.
David Robillard
1
-2
/
+3
2007-10-05
Make receiving OSC FIFO, preparing events not.
David Robillard
1
-1
/
+1
2007-10-05
Fix OSC receiving thread chewing CPU (xrun problem on single core systems).
David Robillard
4
-14
/
+26
2007-10-05
Fix embedded LV2 GUI resizing.
David Robillard
2
-18
/
+28
2007-10-05
Don't use lazy binding for loading plugin libraries.
David Robillard
2
-2
/
+2
2007-10-05
Fix ridiculous CPU chewing on embedded LV2 GUIs.
David Robillard
3
-1
/
+14
2007-10-05
Fix connection serialisation.
David Robillard
1
-20
/
+18
2007-10-04
Fixed port menu (load fancy dynamic menu from Glade).
David Robillard
13
-49
/
+124
2007-10-03
Initialise GUI controls for popped up GUIs as well.
David Robillard
2
-17
/
+32
2007-10-03
Set initial values for embedded LV2 GUIs.
David Robillard
2
-2
/
+11
2007-10-03
Fix embedded widget size (don't crop pixels on the RHS).
David Robillard
1
-3
/
+3
2007-10-03
Always hide toolbar text.
David Robillard
3
-1
/
+5
2007-10-03
Apply/tweak patch from larsl to apply matching style to embedded GUIs.
David Robillard
2
-1
/
+27
2007-10-03
s/Ingenuity/Ingen/
David Robillard
3
-12
/
+12
2007-10-03
Hide LV2 GUI context menu items for non-LV2 nodes.
David Robillard
2
-11
/
+9
2007-10-03
Fix embed gui/popup gui/show controls items in node menu.
David Robillard
2
-12
/
+25
2007-10-03
Fix (recursive) destruction of objects on client side (fixes bug where creati...
David Robillard
1
-2
/
+8
2007-10-02
Graceful shutdown on Ctrl+C (hopefully?).
David Robillard
2
-10
/
+9
2007-10-02
Fix deadlock on patch save.
David Robillard
2
-17
/
+5
2007-10-02
Revert completely broken glade file. gg, glade-3....
David Robillard
1
-462
/
+884
2007-10-02
Maybe turn off text labels on ingen toolbar, possibly.
David Robillard
1
-884
/
+462
2007-10-02
Fix LV2 GUI updating on initial plugin creation (ie w/o having to restart GUI).
David Robillard
1
-6
/
+11
2007-10-01
Fix unembedding/reembedding of LV2 GUIs.
David Robillard
1
-6
/
+2
2007-10-01
Added missing files.
David Robillard
2
-0
/
+101
2007-10-01
Blink MIDI ports on message transmission.
David Robillard
28
-103
/
+222
2007-10-01
Generic audio thread generated Event sending system.
David Robillard
7
-17
/
+62
2007-10-01
Merge NoteOnEvent and NoteOffEvent.
David Robillard
12
-222
/
+102
2007-09-30
Added missing files.
David Robillard
2
-0
/
+94
2007-09-30
Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).
David Robillard
18
-175
/
+162
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
116
-422
/
+486
2007-09-30
Better driver interface for input/output.
David Robillard
25
-65
/
+194
[prev]
[next]