Mercurial > hg > qm-dsp
log dsp/tempotracking/TempoTrack.h @ 515:08bcc06c38ec tip master
age | author | description |
---|---|---|
Wed, 05 Jun 2019 11:05:58 +0100 | Chris Cannam | Style fixes: avoid unsigned, fix formatting |
Fri, 31 May 2019 17:24:50 +0100 | Chris Cannam | Remove "using" from some headers |
Fri, 31 May 2019 16:48:37 +0100 | Chris Cannam | Make include-guards consistent |
Fri, 31 May 2019 10:35:08 +0100 | Chris Cannam | Untabify, indent, tidy |
Thu, 30 May 2019 18:28:11 +0100 | Chris Cannam | Switch from DOS to Unix line-endings |
Mon, 28 Sep 2015 12:33:17 +0100 | Chris Cannam | Fix compiler warnings with -Wall -Wextra |
Mon, 20 Jun 2011 19:01:48 +0100 | mathieub | A threshold (delta) is added in the peak picking parameters structure (PPickParams). It is used as an offset when computing the smoothed detection function. A constructor for the structure PPickParams is also added to set the parameters to 0 when a structure instance is created. Hence programmes using the peak picking parameter structure and which do not set the delta parameter (e.g. QM Vamp note onset detector) won't be affected by the modifications. |