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
2015-10-23
Reduce overhead
David Robillard
1
-4
/
+3
2015-08-12
Server-side presets.
David Robillard
1
-1
/
+1
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2014-09-02
Fix polyphonic subgraph outputs in a monophonic parent graph.
David Robillard
1
-1
/
+1
2014-08-31
Use float sequences for sample-accurate control ports.
David Robillard
1
-36
/
+67
2014-08-28
Clean up code documentation.
David Robillard
1
-18
/
+0
2014-08-08
Use Markdown in doc comments for better source readability.
David Robillard
1
-1
/
+1
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
1
-1
/
+0
2014-01-24
Remove redundant and unnecessary properties from saved graphs and protocol.
David Robillard
1
-6
/
+0
2014-01-12
Combine port buffers and set state into a single voice object.
David Robillard
1
-12
/
+12
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
1
-1
/
+1
2013-02-02
Add option to enable/disable canvas animation (fix/avoid #879).
David Robillard
1
-9
/
+3
2013-01-27
Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability.
David Robillard
1
-1
/
+1
2013-01-11
Use range-based for loops where possible.
David Robillard
1
-2
/
+2
2013-01-11
Use type safe enumerations.
David Robillard
1
-1
/
+1
2012-12-29
"edge" => "arc".
David Robillard
1
-41
/
+41
2012-11-18
Don't broadcast CV inputs connected to audio outputs.
David Robillard
1
-2
/
+4
2012-08-19
GraphObject => Node
David Robillard
1
-1
/
+1
2012-08-19
Patch => Graph
David Robillard
1
-3
/
+3
2012-08-18
Node => Block
David Robillard
1
-3
/
+3
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-3
/
+4
2012-08-12
Remove message context cruft.
David Robillard
1
-7
/
+6
2012-08-11
Considerable DSP performance improvements (mixing overhead, and per-event MID...
David Robillard
1
-10
/
+37
2012-08-11
Reset peaks on disconnected inputs on the client side, reducing bandwidth and...
David Robillard
1
-10
/
+1
2012-08-11
Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().
David Robillard
1
-1
/
+2
2012-07-31
Move continuous value setting stuff from AudioBuffer to PortImpl.
David Robillard
1
-3
/
+1
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
[next]