Mercurial > hg > vampy
comparison PyPlugin.h @ 79:f5c028376bf9
Some old changes that, I think, probably did not help anything
author | Chris Cannam |
---|---|
date | Wed, 12 Aug 2015 15:25:04 +0100 |
parents | 146d14ab15e7 |
children |
comparison
equal
deleted
inserted
replaced
78:e101ff25d757 | 79:f5c028376bf9 |
---|---|
5 | 5 |
6 * Centre for Digital Music, Queen Mary University of London. | 6 * Centre for Digital Music, Queen Mary University of London. |
7 * Copyright (C) 2008-2009 Gyorgy Fazekas, QMUL. (See Vamp sources | 7 * Copyright (C) 2008-2009 Gyorgy Fazekas, QMUL. (See Vamp sources |
8 * for licence information.) | 8 * for licence information.) |
9 | 9 |
10 */ | |
11 | |
12 /* | |
13 Vamp | |
14 | |
15 An API for audio analysis and feature extraction plugins. | |
16 | |
17 Centre for Digital Music, Queen Mary, University of London. | |
18 Copyright 2006 Chris Cannam. | |
19 | |
20 Permission is hereby granted, free of charge, to any person | |
21 obtaining a copy of this software and associated documentation | |
22 files (the "Software"), to deal in the Software without | |
23 restriction, including without limitation the rights to use, copy, | |
24 modify, merge, publish, distribute, sublicense, and/or sell copies | |
25 of the Software, and to permit persons to whom the Software is | |
26 furnished to do so, subject to the following conditions: | |
27 | |
28 The above copyright notice and this permission notice shall be | |
29 included in all copies or substantial portions of the Software. | |
30 | |
31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
32 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
33 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
34 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR | |
35 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF | |
36 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |
37 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
38 | |
39 Except as contained in this notice, the names of the Centre for | |
40 Digital Music; Queen Mary, University of London; and Chris Cannam | |
41 shall not be used in advertising or otherwise to promote the sale, | |
42 use or other dealings in this Software without prior written | |
43 authorization. | |
44 */ | 10 */ |
45 | 11 |
46 #ifndef _PYTHON_WRAPPER_PLUGIN_H_ | 12 #ifndef _PYTHON_WRAPPER_PLUGIN_H_ |
47 #define _PYTHON_WRAPPER_PLUGIN_H_ | 13 #define _PYTHON_WRAPPER_PLUGIN_H_ |
48 | 14 |