view segmentino/SongParts/BeatTrackerData.h @ 48:69251e11a913

Rename SongParts/songpartitioner to Segmentino throughout
author Chris Cannam
date Thu, 13 Jun 2013 09:43:01 +0100
parents songparts/SongParts/BeatTrackerData.h@1e34111baea5
children
line wrap: on
line source
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */

/*
    QM Vamp Plugin Set

    Centre for Digital Music, Queen Mary, University of London.

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
    published by the Free Software Foundation; either version 2 of the
    License, or (at your option) any later version.  See the file
    COPYING included with this distribution for more information.
*/


#include <dsp/onsets/DetectionFunction.h>


class BeatTrackerData
{
public:
    BeatTrackerData(float rate, const DFConfig &config);
    virtual ~BeatTrackerData();
    void reset();
}