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
/
JackDriver.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-30
Use jack_port_rename() if available
David Robillard
1
-0
/
+5
2015-10-24
Zero-copy to/from driver ports where possible
David Robillard
1
-65
/
+76
2015-10-23
Reduce overhead
David Robillard
1
-0
/
+1
2015-05-23
Prevent concurrent Sord access.
David Robillard
1
-0
/
+2
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-02-24
Demodularize Parser and Serialiser.
David Robillard
1
-2
/
+2
2015-02-24
Use sequence buffer size from Jack.
David Robillard
1
-1
/
+7
2015-02-22
Set Jack port order metadata.
David Robillard
1
-0
/
+4
2014-05-05
Add support for Jack CV via metadata.
David Robillard
1
-2
/
+10
2014-04-06
Support port pretty names via new Jack metadata API.
David Robillard
1
-0
/
+34
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
1
-2
/
+2
2014-01-24
Update for latest LV2 Atom Object simplifications.
David Robillard
1
-8
/
+8
2013-12-30
Fix deadlocks on exit.
David Robillard
1
-1
/
+1
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-4
/
+4
2013-02-02
More generic Atom class.
David Robillard
1
-3
/
+3
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-2
/
+2
2013-01-11
Use range-based for loops where possible.
David Robillard
1
-11
/
+11
2013-01-11
Use C++11 atomics.
David Robillard
1
-3
/
+3
2013-01-05
Send LV2 time properties with correct types from specification.
David Robillard
1
-2
/
+2
2012-12-21
Fix memory leaks.
David Robillard
1
-0
/
+5
2012-11-21
Configuration file support.
David Robillard
1
-2
/
+3
2012-11-17
Set plugin<=>UI queue size based on LV2 options.
David Robillard
1
-2
/
+0
2012-11-16
Add time internal that sends Jack transport updates as LV2 time positions.
David Robillard
1
-0
/
+62
2012-08-19
GraphObject => Node
David Robillard
1
-1
/
+1
2012-08-19
Patch => Graph
David Robillard
1
-36
/
+36
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-16
/
+14
2012-08-15
Remove unnecessary Jack thread bookkeeping stuff.
David Robillard
1
-5
/
+0
2012-08-15
Simpler and more unified EnginePort implementation.
David Robillard
1
-170
/
+138
2012-08-15
Remove EnginePort::move() in favour of Driver::rename_port().
David Robillard
1
-18
/
+11
2012-08-14
Don't look up system ports by path in the audio thread.
David Robillard
1
-9
/
+4
2012-08-12
Use ingen:root as the path for the root patch, opening up path space for engi...
David Robillard
1
-2
/
+2
2012-08-12
Remove message context cruft.
David Robillard
1
-4
/
+3
2012-08-11
Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().
David Robillard
1
-1
/
+2
2012-07-31
Merge AudioBuffer into Buffer and avoid all the casting.
David Robillard
1
-8
/
+6
2012-07-31
Remove AudioBuffer::copy and just use memcpy.
David Robillard
1
-1
/
+1
2012-07-31
Move continuous value setting stuff from AudioBuffer to PortImpl.
David Robillard
1
-1
/
+0
2012-07-31
Remove rotten parallelism stuff.
David Robillard
1
-5
/
+0
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-4
/
+4
2012-07-30
Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...
David Robillard
1
-1
/
+1
2012-05-27
Add real-time annotations for sfpv.
David Robillard
1
-1
/
+1
2012-05-23
Fix copying of audio buffers and polyphonic audio output.
David Robillard
1
-1
/
+3
2012-05-14
Clean up Thread interface.
David Robillard
1
-2
/
+1
2012-05-14
Tidy.
David Robillard
1
-11
/
+11
2012-05-14
Remove unnecessary includes.
David Robillard
1
-3
/
+0
2012-05-14
Remove Thread context stuff and add a thread-specific variable class, ThreadV...
David Robillard
1
-1
/
+2
2012-05-12
More work towards checking contexts via parameter rather than thread magic.
David Robillard
1
-1
/
+3
2012-05-12
Use compiler checkable ProcessContext parameter rather than runtime context a...
David Robillard
1
-8
/
+6
2012-05-11
Move buffer stuff down to EnginePort.
David Robillard
1
-18
/
+20
2012-05-11
Add missing includes.
David Robillard
1
-1
/
+0
2012-05-11
Clean up and better document World interface.
David Robillard
1
-3
/
+4
[next]