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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-14
Don't print to the console when unrecognized MIDI is received.
David Robillard
1
-2
/
+2
2008-09-05
Don't build against unused LV2 OSC stuff.
David Robillard
1
-2
/
+0
2008-08-22
Lash D-Bus support and projects list from LADI Patchage, with improvements/cl...
David Robillard
1
-2
/
+0
2008-08-20
Fix Blob atom copy contruction/size/etc stuff.
David Robillard
1
-2
/
+1
2008-08-19
Gracefully handle full event queue on the engine side (fix loading massive pa...
David Robillard
4
-26
/
+38
2008-08-19
Slightly more reliable OSC comms. Still not really up to the task of receivi...
David Robillard
2
-21
/
+3
2008-08-19
Preliminary connecting via HTTP in Gtk client.
David Robillard
3
-2
/
+5
2008-08-19
Factor out destroy (and object_destroyed) to common interface.
David Robillard
5
-6
/
+5
2008-08-19
Remove more API/code: num_plugins (unused legacy of the really crap OSC days).
David Robillard
2
-81
/
+0
2008-08-19
Kill more API/code - replace enable_port_broadcast and disable_port_broadcast...
David Robillard
11
-191
/
+14
2008-08-19
Return human-readable error messages in content of error responses.
David Robillard
1
-2
/
+11
2008-08-19
Write lv2:index for patch ports.
David Robillard
1
-1
/
+1
2008-08-18
Fix loading patches and importing patches inside nested patches.
David Robillard
1
-2
/
+3
2008-08-18
Fix double destruction notification (annoying message popup on delete).
David Robillard
1
-3
/
+1
2008-08-18
Fix copy/paste of internal nodes.
David Robillard
7
-12
/
+15
2008-08-18
Tolerate attempts to create patches with illegal paths.
David Robillard
2
-11
/
+23
2008-08-18
More copy/paste and serialisation work.
David Robillard
3
-2
/
+14
2008-08-17
Select pasted objects.
David Robillard
2
-3
/
+1
2008-08-17
Set/send/etc properties through the engine.
David Robillard
6
-14
/
+45
2008-08-17
Fix OSC.
David Robillard
1
-4
/
+4
2008-08-17
More serialization work.
David Robillard
4
-17
/
+21
2008-08-17
Tidy.
David Robillard
3
-9
/
+8
2008-08-17
Remove remnants of imperative polyphony interface.
David Robillard
1
-2
/
+12
2008-08-17
Replace imperative polyphony/polyphonic stuff with properties (kill more API).
David Robillard
13
-116
/
+65
2008-08-17
Rename 'Loader' 'Parser'.
David Robillard
1
-7
/
+7
2008-08-17
There!
David Robillard
10
-119
/
+91
2008-08-17
Cloooser...
David Robillard
13
-215
/
+125
2008-08-16
Clooser...
David Robillard
6
-26
/
+23
2008-08-16
Closer...
David Robillard
11
-54
/
+56
2008-08-16
Begin factoring out common elements of EngineInterface and ClientInterface.
David Robillard
8
-18
/
+18
2008-08-16
Compile without libsoup.
David Robillard
1
-0
/
+2
2008-08-16
Add missing Store.cpp.
David Robillard
26
-58
/
+82
2008-08-16
Fix 'ingen -egl'.
David Robillard
1
-10
/
+24
2008-08-16
Only load one serialisation module, and store it in the world.
David Robillard
1
-27
/
+37
2008-08-16
Factor out common store functionality.
David Robillard
9
-82
/
+46
2008-08-16
Reorganize two 'store' implementations, move header to shared module (prepare...
David Robillard
39
-76
/
+76
2008-08-15
Push serialiser down into core ('world').
David Robillard
9
-28
/
+77
2008-08-15
Add primitive read-only HTTP interface (point browser to http://localhost:161...
David Robillard
7
-5
/
+222
2008-08-15
Turn off OSC printing.
David Robillard
1
-1
/
+1
2008-08-15
Add strong Symbol class (just a restricted string, like path) and use it for ...
David Robillard
3
-8
/
+9
2008-08-14
Don't load engine module twice.
David Robillard
1
-1
/
+1
2008-08-14
Don't present (or even load widgets from XML) connection window until some ti...
David Robillard
1
-1
/
+3
2008-08-14
Shave some more time off startup (send commands off before updating GUI thing...
David Robillard
1
-3
/
+3
2008-08-14
Remove polyphony debugging stuff.
David Robillard
1
-13
/
+0
2008-08-14
Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...
David Robillard
8
-19
/
+59
2008-08-14
Tolerate illegal voice numbers from client for set_port_value.
David Robillard
2
-5
/
+15
2008-08-14
Gracefully handle illegal port paths from client for set_port_value.
David Robillard
2
-8
/
+21
2008-08-13
Fix crash when dynamically changing polyphony w/ LADSPA plugins.
David Robillard
2
-5
/
+5
2008-08-13
Fix race condition resulting in duplicate connections if several identical re...
David Robillard
8
-29
/
+78
2008-08-13
Fix crash on triggers on the last sample of the cycle.
David Robillard
1
-4
/
+6
[next]