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
/
PortImpl.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-01
Always monitor sequence ports that are explicitly monitored.
David Robillard
1
-1
/
+3
2014-01-24
Remove redundant and unnecessary properties from saved graphs and protocol.
David Robillard
1
-5
/
+4
2014-01-12
Combine port buffers and set state into a single voice object.
David Robillard
1
-50
/
+32
2014-01-05
Update type properties for morph ports so GUI displays correct type.
David Robillard
1
-2
/
+14
2014-01-04
Fix port monitor period logic.
David Robillard
1
-8
/
+13
2013-12-17
Fix atom vector communication (patch from Robin Gareus, #941).
David Robillard
1
-2
/
+2
2013-06-09
Inherit certain properties from ports connected to patch ports.
David Robillard
1
-6
/
+0
2013-02-24
Don't send port values to UI for audio ports (fix Calf crash).
David Robillard
1
-1
/
+1
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
1
-1
/
+1
2013-02-03
Don't lose peaks for cycles where notifications are not sent.
David Robillard
1
-20
/
+12
2013-02-03
Port control performance improvements (further improvement for #879).
David Robillard
1
-1
/
+1
2013-02-02
Fix trigger and controller learn updating.
David Robillard
1
-2
/
+3
2013-02-02
More generic Atom class.
David Robillard
1
-3
/
+3
2013-02-02
Divorce monitor rate from block size, send updates at 10Hz.
David Robillard
1
-12
/
+70
2013-02-02
Add option to enable/disable canvas animation (fix/avoid #879).
David Robillard
1
-11
/
+26
2013-01-11
Use type safe enumerations.
David Robillard
1
-15
/
+16
2013-01-06
Fix incorrect setting of CV values in the middle of a cycle which resulted in...
David Robillard
1
-3
/
+1
2012-12-21
Strip trailing whitespace.
David Robillard
1
-2
/
+2
2012-11-18
Set atom:supports properties for patch event inputs.
David Robillard
1
-1
/
+8
2012-11-17
Gracefully handle failure to send notifications due to buffer overrun.
David Robillard
1
-3
/
+7
2012-08-19
GraphObject => Node
David Robillard
1
-1
/
+1
2012-08-18
Node => Block
David Robillard
1
-6
/
+6
2012-08-16
Set initial ingen:value property for ports with a value.
David Robillard
1
-1
/
+6
2012-08-15
Rewrite Raul::Maid and eliminate Raul:List.
David Robillard
1
-2
/
+2
2012-08-14
Update for latest Raul.
David Robillard
1
-2
/
+2
2012-08-12
Remove message context cruft.
David Robillard
1
-3
/
+3
2012-08-12
Fix memory leaks.
David Robillard
1
-5
/
+6
2012-08-11
Considerable DSP performance improvements (mixing overhead, and per-event MID...
David Robillard
1
-20
/
+34
2012-08-11
Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().
David Robillard
1
-2
/
+3
2012-08-10
Use the usual semantics for 'end' for Buffer::set_block, which in addition to...
David Robillard
1
-4
/
+4
2012-07-31
Merge AudioBuffer into Buffer and avoid all the casting.
David Robillard
1
-12
/
+6
2012-07-31
Move continuous value setting stuff from AudioBuffer to PortImpl.
David Robillard
1
-7
/
+94
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-4
/
+4
2012-07-25
Fix control bindings for logarithmic and sample rate control ports.
David Robillard
1
-0
/
+14
2012-07-18
Working bi-directional UI <=> plugin messaging.
David Robillard
1
-11
/
+17
2012-07-17
Wrap notification stuff behind simple API and hide details in Context.
David Robillard
1
-6
/
+5
2012-05-31
Implement Control/CV morph ports.
David Robillard
1
-9
/
+17
2012-05-23
Trim unnecessary includes.
David Robillard
1
-1
/
+0
2012-05-23
Fix creation of several ports in rapid succession (e.g. on patch load).
David Robillard
1
-1
/
+1
2012-05-22
Fix crash when setting nodes polyphonic.
David Robillard
1
-10
/
+5
2012-05-14
Tidy.
David Robillard
1
-2
/
+2
2012-05-12
More work towards checking contexts via parameter rather than thread magic.
David Robillard
1
-1
/
+4
2012-05-12
Use compiler checkable ProcessContext parameter rather than runtime context a...
David Robillard
1
-6
/
+3
2012-05-11
Move Forge to the appropriate namespace.
David Robillard
1
-1
/
+1
2012-05-10
Work towards translatable strings and a cleaner log interface.
David Robillard
1
-5
/
+4
2012-05-10
LV2URIMap => URIMap.
David Robillard
1
-1
/
+0
2012-04-28
Actually filter redundant port activity messages.
David Robillard
1
-10
/
+7
2012-04-26
Don't send peak values if they're equal to the last sent value.
David Robillard
1
-1
/
+1
2012-04-23
Localise buffer reference stuff.
David Robillard
1
-5
/
+5
2012-03-27
Squeeze blank lines.
David Robillard
1
-1
/
+0
[next]