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
/
ingen_lv2.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-09
DriverPort => EnginePort.
David Robillard
1
-6
/
+7
2012-05-09
Simply event interface design and make only one pre-process thread.
David Robillard
1
-11
/
+5
2012-05-03
Separate EventWriter interface from EventQueue.
David Robillard
1
-10
/
+10
2012-04-28
Gracefully handle UI communication ring overflow.
David Robillard
1
-4
/
+13
2012-04-28
Lint.
David Robillard
1
-2
/
+2
2012-04-28
Remove using declarations from headers.
David Robillard
1
-4
/
+4
2012-04-27
Fix mismatched sample rate and buffer size.
David Robillard
1
-1
/
+1
2012-04-27
Initialise thread system if necessary to work in non-Gtk hosts.
David Robillard
1
-0
/
+4
2012-04-23
Use URI defines where possible.
David Robillard
1
-1
/
+1
2012-04-12
Update for latest atom extension.
David Robillard
1
-2
/
+1
2012-03-31
Update for latest LV2 state extension.
David Robillard
1
-6
/
+8
2012-03-27
Squeeze blank lines.
David Robillard
1
-1
/
+0
2012-03-27
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2012-03-27
Switch to AGPL3+.
David Robillard
1
-17
/
+16
2012-03-20
More complete Ingen plugin <=> UI communication.
David Robillard
1
-1
/
+1
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-18
/
+111
2012-03-16
Merge ClientInterface and ServerInterface.
David Robillard
1
-2
/
+2
2012-03-15
Implement new LV2 discovery API.
David Robillard
1
-56
/
+66
2012-03-14
Use the host URI map/unmap when running as a plugin.
David Robillard
1
-11
/
+14
2012-03-12
Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require
David Robillard
1
-49
/
+52
2012-03-12
Centralise atom creation in forge object.
David Robillard
1
-6
/
+9
2012-03-11
Implement state save/restore when Ingen is an LV2 plugin.
David Robillard
1
-1
/
+111
2012-03-10
Delete trailing whitespace.
David Robillard
1
-2
/
+2
2012-03-10
Fix loading as an LV2 plugin.
David Robillard
1
-6
/
+10
2012-01-14
Replace some non-portable stuff with glib equivalents.
David Robillard
1
-3
/
+2
2012-01-14
Load correct OSC module in ingen plugin.
David Robillard
1
-1
/
+1
2011-10-22
Remove EventType.
David Robillard
1
-4
/
+0
2011-10-21
QueuedEngineInterface => ServerInterfaceImpl.
David Robillard
1
-3
/
+3
2011-10-21
Clean up include paths.
David Robillard
1
-13
/
+13
2011-10-21
Move World.hpp and Module.hpp to public include directory.
David Robillard
1
-1
/
+1
2011-10-21
Begin moving shared headers to public include directory.
David Robillard
1
-2
/
+2
2011-10-21
Fix running as an LV2 plugin.
David Robillard
1
-0
/
+23
2011-10-03
Use port type instead of buffer type where appropriate.
David Robillard
1
-4
/
+4
2011-05-25
Move sanitised serialisation headers to public include directory
David Robillard
1
-1
/
+1
2011-05-24
Remove use of ingen-config.h in soon-to-be-public headers.
David Robillard
1
-2
/
+0
2011-05-21
Fix patch loading.
David Robillard
1
-3
/
+9
2011-05-18
Use an intrusive linked list for event queue rather than Raul::List.
David Robillard
1
-3
/
+1
2011-04-20
Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...
David Robillard
1
-0
/
+422
[prev]