Mercurial > hg > silvet
log src/Silvet.cpp @ 319:c37da62ba4e5 livemode
age | author | description |
---|---|---|
Wed, 29 Apr 2015 09:27:38 +0100 | Chris Cannam | Add onsets output (lower-latency than the notes output) livemode |
Tue, 28 Apr 2015 13:55:32 +0100 | Chris Cannam | Some small speed improvements for live mode (+ don't use async for it when there's only one template in the EM process: the overhead isn't worth it) livemode |
Tue, 28 Apr 2015 12:21:40 +0100 | Chris Cannam | Live mode enhancements: Adjust processing parameters (for speed) and peak-pick pitch activations across frequency (to avoid neighbouring-semitone clusters) livemode |
Tue, 28 Apr 2015 11:24:23 +0100 | Chris Cannam | Merge from default branch livemode |
Tue, 28 Apr 2015 11:09:31 +0100 | Chris Cannam | Don't rely on column count to determine whether we've set the start time or not -- it could theoretically be 0 even after some input has appeared |
Tue, 28 Apr 2015 10:02:36 +0100 | Chris Cannam | Replace OpenMP usage with (hopefully more portable) C++11 async. Define MAX_EM_THREADS=1 if you don't want to use it. |