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
/
server
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-19
Server side presets.
David Robillard
4
-4
/
+80
2015-02-17
Delete trailing whitespace.
David Robillard
2
-2
/
+2
2015-02-09
Fix broadcasting to several clients.
David Robillard
1
-1
/
+1
2015-02-09
Stable sort update only by depth to preserve port order.
David Robillard
2
-6
/
+10
2015-02-08
Don't complain about missing ports when deleting things.
David Robillard
3
-5
/
+7
2015-02-08
Server-side copy paste with LV2 state support.
David Robillard
11
-134
/
+379
2015-02-06
Remove gthread dependency from engine.
David Robillard
9
-46
/
+32
2015-01-15
Node bypass.
David Robillard
1
-6
/
+16
2014-03-29
Eliminate long-term lock from Get event.
David Robillard
2
-77
/
+124
2014-03-15
Hopefully fix potential deadlocks with mass deletes (fix #962).
David Robillard
1
-3
/
+10
2014-02-02
Don't cut feedback for put events, fixing initial placement of subgraph modules.
David Robillard
1
-2
/
+5
2014-02-01
Make SetPortValue event for ingen:activity.
David Robillard
1
-1
/
+1
2014-01-31
Subscribe to ports before instantiating plugin UIs (fix #954).
David Robillard
2
-8
/
+25
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
7
-10
/
+4
2014-01-24
Don't take poly lock when creating nodes.
David Robillard
1
-1
/
+1
2014-01-24
Remove redundant and unnecessary properties from saved graphs and protocol.
David Robillard
1
-2
/
+10
2014-01-24
Update for latest LV2 Atom Object simplifications.
David Robillard
1
-1
/
+1
2014-01-18
Consolidate URIs.
David Robillard
2
-7
/
+7
2014-01-18
Fix crashes when LV2 host changes polyphony rapidly.
David Robillard
2
-0
/
+15
2014-01-12
Combine port buffers and set state into a single voice object.
David Robillard
4
-29
/
+29
2013-12-30
Fix occasional crashes and deadlocks on exit.
David Robillard
1
-1
/
+1
2013-12-26
Add test cases.
David Robillard
1
-1
/
+1
2013-12-25
Fix handling setting of several special properties per request.
David Robillard
1
-5
/
+9
2013-11-01
Remove unused typedefs.
David Robillard
1
-2
/
+0
2013-08-20
Remove unused class members.
David Robillard
3
-3
/
+0
2013-06-09
Inherit certain properties from ports connected to patch ports.
David Robillard
2
-0
/
+15
2013-02-24
Don't send port values to UI for audio ports (fix Calf crash).
David Robillard
1
-5
/
+2
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
4
-18
/
+18
2013-02-02
More generic Atom class.
David Robillard
6
-20
/
+20
2013-02-02
Add option to enable/disable canvas animation (fix/avoid #879).
David Robillard
1
-3
/
+9
2013-01-22
Fix compilation with Delta debug dumping enabled.
David Robillard
1
-1
/
+1
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
22
-113
/
+113
2013-01-12
Fix connection bug introduced in r4918 (fix #875).
David Robillard
2
-5
/
+4
2013-01-11
Use range-based for loops where possible.
David Robillard
4
-45
/
+39
2013-01-11
Use type safe enumerations.
David Robillard
12
-109
/
+118
2013-01-08
Add support for URID ports.
David Robillard
1
-0
/
+2
2012-12-29
"edge" => "arc".
David Robillard
6
-39
/
+39
2012-12-23
Use more sensible URI scheme for Ingen paths.
David Robillard
1
-4
/
+4
2012-12-21
Strip trailing whitespace.
David Robillard
5
-5
/
+5
2012-12-21
Fix memory leaks.
David Robillard
8
-14
/
+15
2012-12-21
Add Broadcaster::Transfer for scoped recursion-safe reply bundling.
David Robillard
11
-4
/
+13
2012-12-20
Fix crash on bad delete events.
David Robillard
1
-1
/
+2
2012-11-18
Fix learn for Trigger and Internal nodes.
David Robillard
1
-2
/
+9
2012-08-20
Replace several assertions with graceful error handling.
David Robillard
3
-11
/
+7
2012-08-19
GraphObject => Node
David Robillard
9
-26
/
+26
2012-08-19
Patch => Graph
David Robillard
19
-201
/
+202
2012-08-18
Node => Block
David Robillard
14
-146
/
+146
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
3
-13
/
+11
2012-08-15
Rewrite Raul::Maid and eliminate Raul:List.
David Robillard
7
-10
/
+10
2012-08-15
Use intrusive lists to store nodes and ports in their parent patch to avoid t...
David Robillard
7
-85
/
+64
[next]