comparison NoveltyCurveProcessor.h @ 43:4cf2d163127b

Copyrights and tidying
author Chris Cannam
date Thu, 25 Sep 2014 15:13:45 +0100
parents fe23998968b4
children
comparison
equal deleted inserted replaced
42:d4b74059a005 43:4cf2d163127b
1 // 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2 // NoveltyCurveProcessor.h
3 // Tempogram
4 //
5 // Created by Carl Bussey on 10/07/2014.
6 // Copyright (c) 2014 Carl Bussey. All rights reserved.
7 //
8 2
9 // Don't new delete objects 3 /*
4 Vamp Tempogram Plugin
5 Carl Bussey, Centre for Digital Music, Queen Mary University of London
6 Copyright 2014 Queen Mary University of London.
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License as
10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information.
13 */
10 14
11 #ifndef __Tempogram__NoveltyCurve__ 15 #ifndef __Tempogram__NoveltyCurve__
12 #define __Tempogram__NoveltyCurve__ 16 #define __Tempogram__NoveltyCurve__
13 17
14 #include <iostream> 18 #include <iostream>