Mercurial > hg > precise-onset-detection
view ofxPreciseOnsetDetectorOffline/DetectionFunctions.h @ 8:184a7c232049 tip
changed files since updating computer
author | Venetian |
---|---|
date | Thu, 14 Aug 2014 17:53:57 +0100 |
parents | b1c13e8bec26 |
children |
line wrap: on
line source
/* * DetectionFunctions.h * ofxPreciseOnsetDetectionOffline * * Created by Andrew Robertson on 04/03/2014. * Copyright 2014 QMUL. All rights reserved. * */ #ifndef DETECTION_FUNCTIONS_H #define DETECTION_FUNCTIONS_H class DetectionFunctions{ public: DetectionFunctions(); ~DetectionFunctions(); }; #endif