summaryrefslogtreecommitdiffstats
path: root/src/server/Context.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-8/+30
2014-01-04Fix port monitor period logic.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-17/+17
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-0/+6
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-1/+7
2012-11-17Gracefully handle failure to send notifications due to buffer overrun.David Robillard1-7/+9
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-7/+7
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-1/+1
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-1/+0
2012-07-31Remove rotten parallelism stuff.David Robillard1-2/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-2/+2
2012-07-26Process notifications when no events are pending (prevent overflow).David Robillard1-1/+3
2012-07-26Fix post processor ordering to be correctly monotonic between both pre-proces...David Robillard1-2/+7
2012-07-26Increase notification ring size.David Robillard1-0/+11
2012-07-26Gracefully handle notification ring overflow.David Robillard1-2/+9
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-7/+45
2012-07-17Wrap notification stuff behind simple API and hide details in Context.David Robillard1-0/+46