Mercurial > hg > vampy
comparison PyPlugin.h @ 7:a4c955e9a70b
* housekeeping: VAMP -> Vamp throughout (not an acronym)
author | cannam |
---|---|
date | Wed, 11 Jun 2008 16:04:52 +0000 |
parents | e1b508f2f914 |
children | e9cf443b18f5 |
comparison
equal
deleted
inserted
replaced
6:e1b508f2f914 | 7:a4c955e9a70b |
---|---|
31 use or other dealings in this Software without prior written | 31 use or other dealings in this Software without prior written |
32 authorization. | 32 authorization. |
33 */ | 33 */ |
34 | 34 |
35 /** | 35 /** |
36 * This plugin abstracts appropriate Python Scripts as a VAMP plugin. | 36 * This plugin abstracts appropriate Python Scripts as a Vamp plugin. |
37 */ | 37 */ |
38 | 38 |
39 #ifndef _PYTHON_WRAPPER_PLUGIN_H_ | 39 #ifndef _PYTHON_WRAPPER_PLUGIN_H_ |
40 #define _PYTHON_WRAPPER_PLUGIN_H_ | 40 #define _PYTHON_WRAPPER_PLUGIN_H_ |
41 | 41 |