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
/
LV2Node.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-26
Better error message for unknown port types.
David Robillard
1
-1
/
+2
2012-07-25
Remove unnecessary NodeImpl::_srate field.
David Robillard
1
-4
/
+10
2012-07-25
Fix control bindings for logarithmic and sample rate control ports.
David Robillard
1
-0
/
+2
2012-07-18
Factor out 'inherit plugin port properties' pattern.
David Robillard
1
-19
/
+11
2012-07-17
Implement worker extension correctly (for one voice only).
David Robillard
1
-5
/
+32
2012-07-06
Fix crash when instantiating plugins with worker interface.
David Robillard
1
-1
/
+1
2012-05-31
Implement Control/CV morph ports.
David Robillard
1
-88
/
+156
2012-05-28
... missed one.
David Robillard
1
-6
/
+1
2012-05-28
Remove accidentally added include.
David Robillard
1
-1
/
+0
2012-05-28
Cache lilv nodes used for instantiation in LV2Info.
David Robillard
1
-32
/
+12
2012-05-23
Trim unnecessary includes.
David Robillard
1
-2
/
+0
2012-05-23
Fix creation of several ports in rapid succession (e.g. on patch load).
David Robillard
1
-1
/
+1
2012-05-14
Tidy.
David Robillard
1
-11
/
+12
2012-05-13
Fix wonky conditional.
David Robillard
1
-1
/
+1
2012-05-13
Sanify atom port buffer size stuff (fix dead assignment).
David Robillard
1
-7
/
+8
2012-05-13
Remove unused variable.
David Robillard
1
-1
/
+0
2012-05-12
Use compiler checkable ProcessContext parameter rather than runtime context a...
David Robillard
1
-2
/
+4
2012-05-11
Fix compilation with clang.
David Robillard
1
-2
/
+4
2012-05-11
Move Forge to the appropriate namespace.
David Robillard
1
-1
/
+1
2012-05-11
Clean up and better document World interface.
David Robillard
1
-3
/
+2
2012-05-10
Work towards translatable strings and a cleaner log interface.
David Robillard
1
-10
/
+9
2012-05-10
LV2URIMap => URIMap.
David Robillard
1
-2
/
+2
2012-05-09
Factor audio thread execution stuff out of JackDriver into Engine::run().
David Robillard
1
-0
/
+1
2012-04-16
Update for latest LV2 resize-port extension.
David Robillard
1
-10
/
+8
2012-03-31
Update for latest LV2 state extension.
David Robillard
1
-1
/
+1
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
-16
/
+16
2012-03-25
Update for latest atom extension.
David Robillard
1
-5
/
+3
2012-03-23
Fix compilation with latest LV2.
David Robillard
1
-42
/
+13
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-22
/
+42
2012-03-14
Use the host URI map/unmap when running as a plugin.
David Robillard
1
-0
/
+1
2012-03-12
Centralise atom creation in forge object.
David Robillard
1
-9
/
+10
2012-03-11
Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.
David Robillard
1
-2
/
+5
2011-11-09
Update for changes in LV2 SVN.
David Robillard
1
-3
/
+3
2011-10-21
Move more headers to shared include directory.
David Robillard
1
-1
/
+1
2011-10-21
Separate URIs from LV2URIMap.
David Robillard
1
-1
/
+1
2011-10-21
Simplify LV2Features.
David Robillard
1
-1
/
+1
2011-10-21
Use modern terser waf syntax.
David Robillard
1
-1
/
+2
2011-10-02
Fix support for ports with multiple lv2:portProperty properties.
David Robillard
1
-1
/
+1
2011-09-15
Fix control bindings (MIDI learn).
David Robillard
1
-0
/
+2
2011-06-11
Remove dead code.
David Robillard
1
-0
/
+1
2011-05-23
Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...
David Robillard
1
-1
/
+1
2011-04-29
LilvValue => LilvNode.
David Robillard
1
-38
/
+38
2011-04-29
Terser names for value constructors.
David Robillard
1
-7
/
+7
2011-04-29
Don't hide pointers behind typedefs.
David Robillard
1
-20
/
+20
2011-04-28
Switch to Lilv from SLV2.
David Robillard
1
-61
/
+61
2011-04-28
More future-proof collection APIs.
David Robillard
1
-5
/
+5
2011-04-20
Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...
David Robillard
1
-0
/
+410