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
2016-12-14
Fix real-time issues with buffer allocation
David Robillard
1
-17
/
+31
2016-12-14
Don't use path to determine if nodes are the main graph
David Robillard
1
-2
/
+2
2016-12-13
Remove virtual inheritance from Port hierarchy
David Robillard
1
-4
/
+3
2016-12-13
Fix some real-time safety issues
David Robillard
1
-1
/
+1
2016-10-29
Fix running as LV2 with disconnected ports
David Robillard
1
-0
/
+4
2016-10-14
Fix sequence ports with values
David Robillard
1
-1
/
+5
2016-10-14
Fix communication with connected sequence ports
David Robillard
1
-18
/
+14
2016-10-02
Add event outputs to Trigger and Controller
David Robillard
1
-0
/
+1
2016-10-02
Fix MIDI I/O
David Robillard
1
-1
/
+3
2016-10-02
Fix sending UI events to sequence ports
David Robillard
1
-1
/
+5
2016-09-11
Remove last vestiges of multiple run contexts
David Robillard
1
-8
/
+8
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
[next]