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