Chris@7: /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ Chris@7: Chris@7: /* Chris@7: Vamp feature extraction plugin for the BeatRoot beat tracker. Chris@7: Chris@7: Centre for Digital Music, Queen Mary, University of London. Chris@7: This file copyright 2011 Simon Dixon, Chris Cannam and QMUL. Chris@7: Chris@7: This program is free software; you can redistribute it and/or Chris@7: modify it under the terms of the GNU General Public License as Chris@7: published by the Free Software Foundation; either version 2 of the Chris@7: License, or (at your option) any later version. See the file Chris@7: COPYING included with this distribution for more information. Chris@7: */ Chris@7: Chris@9: #include "Induction.h" Chris@9: Chris@7: double Induction::clusterWidth = 0.025; Chris@7: double Induction::minIOI = 0.070; Chris@7: double Induction::maxIOI = 2.500; Chris@7: double Induction::minIBI = 0.3; Chris@7: double Induction::maxIBI = 1.0; Chris@7: int Induction::topN = 10; Chris@7: