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
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
2012-05-11
Use more reasonable names for the world's interface and engine (if present).
David Robillard
1
-3
/
+3
2012-05-10
Work towards translatable strings and a cleaner log interface.
David Robillard
1
-35
/
+23
2012-05-10
LV2URIMap => URIMap.
David Robillard
1
-1
/
+0
2012-05-09
DriverPort => EnginePort.
David Robillard
1
-7
/
+7
2012-05-09
Factor audio thread execution stuff out of JackDriver into Engine::run().
David Robillard
1
-55
/
+16
2012-05-02
Separate EventSource interface from EventQueue implementation.
David Robillard
1
-1
/
+0
2012-04-12
Update for latest atom extension.
David Robillard
1
-3
/
+2
2012-03-27
Squeeze blank lines.
David Robillard
1
-1
/
+0
2012-03-27
Switch to AGPL3+.
David Robillard
1
-16
/
+16
2012-03-25
Update for latest atom extension.
David Robillard
1
-1
/
+1
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-34
/
+30
2012-01-18
Use consistent *_config.h rather than *-config.h.
David Robillard
1
-1
/
+1
2011-11-07
Remove use of non-portable _XOPEN_SOURCE and strdup.
David Robillard
1
-1
/
+2
2011-10-22
Simplify Parser.
David Robillard
1
-3
/
+3
2011-10-22
Remove EventType.
David Robillard
1
-7
/
+0
2011-10-21
Merge QueuedEvent into Event.
David Robillard
1
-1
/
+1
2011-10-21
Move more headers to shared include directory.
David Robillard
1
-2
/
+2
2011-10-21
Separate URIs from LV2URIMap.
David Robillard
1
-1
/
+1
2011-10-21
Move World.hpp and Module.hpp to public include directory.
David Robillard
1
-1
/
+1
[next]