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
2016-10-02
Fix unit test responses and ensure events succeed
David Robillard
1
-1
/
+1
2016-10-02
Add parallel graph execution
David Robillard
1
-3
/
+5
2016-09-18
Add fancy communication logging
David Robillard
1
-2
/
+2
2016-09-11
Remove last vestiges of multiple run contexts
David Robillard
1
-14
/
+14
2016-08-17
Rename main graph and control/notify ports
David Robillard
1
-3
/
+3
2016-07-29
Remove Forge dependency from AtomReader
David Robillard
1
-1
/
+0
2015-10-24
Zero-copy to/from driver ports where possible
David Robillard
1
-52
/
+35
2015-05-23
Prevent concurrent Sord access.
David Robillard
1
-3
/
+11
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-04-03
Fix loading graphs with explicit/non-file URIs.
David Robillard
1
-30
/
+13
2015-03-13
Fix crash on LV2 destruction.
David Robillard
1
-1
/
+3
2015-03-08
Clear graph before loading a new preset.
David Robillard
1
-12
/
+36
2015-03-08
Simplify LV2 state restore code.
David Robillard
1
-5
/
+4
2015-02-24
Demodularize Parser and Serialiser.
David Robillard
1
-6
/
+2
2015-02-24
Use sequence buffer size from Jack.
David Robillard
1
-2
/
+8
2015-02-17
Delete trailing whitespace.
David Robillard
1
-1
/
+1
2015-02-09
Fix broadcasting to several clients.
David Robillard
1
-1
/
+1
2015-02-08
Server-side copy paste with LV2 state support.
David Robillard
1
-1
/
+3
2015-02-06
Remove gthread dependency from engine.
David Robillard
1
-14
/
+14
2014-11-17
Fix a few minor/unlikely memory errors.
David Robillard
1
-10
/
+13
2014-04-06
Support port pretty names via new Jack metadata API.
David Robillard
1
-0
/
+5
2014-01-24
Update for latest LV2 Atom Object simplifications.
David Robillard
1
-1
/
+1
2014-01-18
Consolidate URIs.
David Robillard
1
-6
/
+6
2014-01-18
Call lv2_lib_descriptor separately for different bundle paths
David Robillard
1
-5
/
+11
2014-01-04
Don't complain to log when state has no ingen:file property.
David Robillard
1
-1
/
+0
2013-12-26
Remove unused Driver::is_realtime() method.
David Robillard
1
-3
/
+2
2013-12-25
Fix unportable use of NULL va_list (#921).
David Robillard
1
-4
/
+4
2013-06-09
Fix saving of bad node URIs in state.
David Robillard
1
-1
/
+1
2013-06-08
Fix crash on destruction when running in LV2.
David Robillard
1
-3
/
+9
2013-06-08
Specify rsz:minimumSize for main control ports.
David Robillard
1
-4
/
+13
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-4
/
+3
2013-02-04
Replace Raul::thread with std::thread.
David Robillard
1
-32
/
+22
2013-02-03
Fix compilation with GCC 4.6.
David Robillard
1
-2
/
+3
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-15
/
+16
2013-01-11
Use range-based for loops where possible.
David Robillard
1
-10
/
+10
2012-12-23
Use more sensible URI scheme for Ingen paths.
David Robillard
1
-1
/
+1
2012-11-21
Use atoms for option values.
David Robillard
1
-2
/
+3
2012-11-18
Fix Plugin=>UI ring overflow handling.
David Robillard
1
-2
/
+3
2012-11-17
LV2 time support when running as a plugin.
David Robillard
1
-1
/
+13
2012-11-17
Set plugin<=>UI queue size based on LV2 options.
David Robillard
1
-4
/
+7
2012-11-16
Add time internal that sends Jack transport updates as LV2 time positions.
David Robillard
1
-0
/
+4
2012-08-29
Update for latest options extension.
David Robillard
1
-4
/
+4
2012-08-29
Implement buf-size via options.
David Robillard
1
-33
/
+44
2012-08-20
Replace several assertions with graceful error handling.
David Robillard
1
-3
/
+4
2012-08-19
Patch => Graph
David Robillard
1
-60
/
+60
2012-08-18
Node => Block
David Robillard
1
-1
/
+1
2012-08-18
Fix running as an LV2 plugin.
David Robillard
1
-12
/
+25
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-33
/
+50
2012-08-16
Remove verbose logging stuff from Thread.
David Robillard
1
-1
/
+1
2012-08-15
Simpler and more unified EnginePort implementation.
David Robillard
1
-99
/
+68
[prev]
[next]