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
/
Buffer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-31
Use float sequences for sample-accurate control ports.
David Robillard
1
-8
/
+106
2014-02-01
Set correct size for sequence output buffers.
David Robillard
1
-1
/
+1
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
1
-2
/
+2
2013-01-11
Use type safe enumerations.
David Robillard
1
-4
/
+4
2012-08-20
Replace several assertions with graceful error handling.
David Robillard
1
-2
/
+0
2012-08-18
Fix running as an LV2 plugin.
David Robillard
1
-1
/
+5
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-9
/
+3
2012-08-15
Fix compilation without SSE support.
David Robillard
1
-0
/
+2
2012-08-11
Considerable DSP performance improvements (mixing overhead, and per-event MID...
David Robillard
1
-12
/
+0
2012-08-11
Fix peak calculation.
David Robillard
1
-4
/
+12
2012-08-11
Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().
David Robillard
1
-31
/
+61
2012-08-10
Use the usual semantics for 'end' for Buffer::set_block, which in addition to...
David Robillard
1
-5
/
+4
2012-07-31
Merge AudioBuffer into Buffer and avoid all the casting.
David Robillard
1
-5
/
+63
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-3
/
+3
2012-07-17
Implement worker extension correctly (for one voice only).
David Robillard
1
-7
/
+10
2012-05-23
Trim unnecessary includes.
David Robillard
1
-2
/
+2
2012-05-23
Fix copying of audio buffers and polyphonic audio output.
David Robillard
1
-1
/
+1
2012-05-14
Fix compilation when posix_memalign is unavailable.
David Robillard
1
-1
/
+1
2012-05-11
Clean up and better document World interface.
David Robillard
1
-1
/
+1
2012-05-10
LV2URIMap => URIMap.
David Robillard
1
-2
/
+2
2012-04-28
Fix MIDI input.
David Robillard
1
-4
/
+6
2012-04-23
Maybe fix boost compilation errors.
David Robillard
1
-0
/
+7
2012-03-27
Squeeze blank lines.
David Robillard
1
-1
/
+0
2012-03-27
Switch to AGPL3+.
David Robillard
1
-16
/
+16
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-0
/
+164