Chris@2: /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ Chris@2: Chris@2: /* Chris@2: Vamp feature extraction plugin for the BeatRoot beat tracker. Chris@2: Chris@2: Centre for Digital Music, Queen Mary, University of London. Chris@2: This file copyright 2011 Simon Dixon, Chris Cannam and QMUL. Chris@2: Chris@2: This program is free software; you can redistribute it and/or Chris@2: modify it under the terms of the GNU General Public License as Chris@2: published by the Free Software Foundation; either version 2 of the Chris@2: License, or (at your option) any later version. See the file Chris@2: COPYING included with this distribution for more information. Chris@2: */ Chris@2: Chris@2: #include "BeatRootProcessor.h" Chris@2: Chris@2: bool Chris@2: BeatRootProcessor::debug = false; Chris@2: Chris@2: bool Chris@2: BeatRootProcessor::silent = true; Chris@2: Chris@2: double Chris@2: BeatRootProcessor::silenceThreshold = 0.0004; Chris@2: Chris@2: double Chris@2: BeatRootProcessor::rangeThreshold = 10; Chris@2: Chris@2: int Chris@2: BeatRootProcessor::normaliseMode = 2; Chris@2: Chris@2: int Chris@2: BeatRootProcessor::energyOversampleFactor = 2; Chris@2: