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
/
InputPort.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-2
/
+2
2012-07-30
Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...
David Robillard
1
-3
/
+2
2012-07-18
Working bi-directional UI <=> plugin messaging.
David Robillard
1
-3
/
+3
2012-07-17
Wrap notification stuff behind simple API and hide details in Context.
David Robillard
1
-4
/
+4
2012-07-17
Implement worker extension correctly (for one voice only).
David Robillard
1
-1
/
+1
2012-05-23
Trim unnecessary includes.
David Robillard
1
-3
/
+0
2012-05-22
Fix crash when connecting control port to audio output on the root patch.
David Robillard
1
-0
/
+1
2012-05-22
Fix crash when setting nodes polyphonic.
David Robillard
1
-3
/
+6
2012-05-13
Avoid possibly creating a variable length array of size 0.
David Robillard
1
-1
/
+1
2012-05-12
Fix typo.
David Robillard
1
-1
/
+1
2012-05-12
More work towards checking contexts via parameter rather than thread magic.
David Robillard
1
-5
/
+6
2012-05-12
Use compiler checkable ProcessContext parameter rather than runtime context a...
David Robillard
1
-8
/
+4
2012-05-12
Remove redundant thread assertions.
David Robillard
1
-2
/
+0
2012-05-11
Fix compilation with clang.
David Robillard
1
-8
/
+5
2012-05-11
"Connection" => "Edge"
David Robillard
1
-35
/
+35
2012-05-10
LV2URIMap => URIMap.
David Robillard
1
-1
/
+0
2012-05-09
Factor audio thread execution stuff out of JackDriver into Engine::run().
David Robillard
1
-0
/
+1
2012-04-28
Use "tail" and "head" terminology instead of "src_port" and "dst_port".
David Robillard
1
-3
/
+3
2012-04-28
Remove using declarations from headers.
David Robillard
1
-2
/
+3
2012-04-23
Localise buffer reference stuff.
David Robillard
1
-3
/
+3
2012-03-27
Squeeze blank lines.
David Robillard
1
-1
/
+0
2012-03-27
Switch to AGPL3+.
David Robillard
1
-16
/
+16
2012-03-23
Fix compilation with latest LV2.
David Robillard
1
-3
/
+3
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-5
/
+5
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
-3
/
+4
2012-03-11
Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.
David Robillard
1
-1
/
+1
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-06
Tidy.
David Robillard
1
-2
/
+4
2011-10-06
Use an intrusive linked list for InputPort connections.
David Robillard
1
-22
/
+18
2011-10-03
Use port type instead of buffer type where appropriate.
David Robillard
1
-2
/
+2
2011-10-03
Remove static PortType enumeration from public/client side interface.
David Robillard
1
-2
/
+2
2011-10-03
Don't stack allocate buffer array unless it's needed.
David Robillard
1
-7
/
+11
2011-10-01
Make PortImpl::get_buffers const.
David Robillard
1
-1
/
+1
2011-09-23
Animate audio port colours based on levels.
David Robillard
1
-4
/
+11
2011-05-23
Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...
David Robillard
1
-1
/
+1
2011-04-20
Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...
David Robillard
1
-0
/
+229
[prev]