summaryrefslogtreecommitdiffstats
path: root/src/server/mix.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-24Zero-copy to/from driver ports where possibleDavid Robillard1-5/+5
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-0/+2
2013-12-15Fix const-violating casts.David Robillard1-2/+2
2012-08-20Replace several assertions with graceful error handling.David Robillard1-9/+10
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-2/+0
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-40/+23
2012-08-10Fix a ton of warnings.David Robillard1-0/+1
2012-08-10Fix various const violations.David Robillard1-3/+3
2012-07-31Merge AudioBuffer into Buffer and avoid all the casting.David Robillard1-7/+4
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-3/+3
2012-05-23Implement event mixing.David Robillard1-25/+41
2012-05-23Move mixing stuff to mix.cpp.David Robillard1-0/+114