view ofxPreciseOnsetDetectorOffline/DetectionFunctions.h @ 7:b1c13e8bec26

adding new files
author Venetian
date Thu, 14 Aug 2014 16:27:52 +0100
parents
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