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
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
2012-03-27
Switch to AGPL3+.
David Robillard
1
-16
/
+16
2012-03-25
Update for latest atom extension.
David Robillard
1
-2
/
+1
2012-03-23
Fix compilation with latest LV2.
David Robillard
1
-22
/
+3
2012-03-22
Remove crufty headeres.
David Robillard
1
-1
/
+0
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-34
/
+40
2012-03-14
Use the host URI map/unmap when running as a plugin.
David Robillard
1
-0
/
+1
2012-03-12
Fix mysterious undefined reference when running as a plugin.
David Robillard
1
-0
/
+3
2012-03-12
Centralise atom creation in forge object.
David Robillard
1
-7
/
+8
2012-03-11
Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.
David Robillard
1
-5
/
+14
2011-11-09
Update for changes in LV2 SVN.
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
-2
/
+2
2011-10-21
Begin moving shared headers to public include directory.
David Robillard
1
-1
/
+1
2011-10-21
Use modern terser waf syntax.
David Robillard
1
-1
/
+1
2011-10-03
Use port type instead of buffer type where appropriate.
David Robillard
1
-5
/
+3
2011-10-03
Remove static PortType enumeration from public/client side interface.
David Robillard
1
-2
/
+1
[next]