comparison README @ 39:66dafe6a7377 vampy2final

updated vampy2final readme
author fazekasgy
date Mon, 05 Oct 2009 12:06:23 +0000
parents d2ff6e7be4a1
children cb207d275e8e
comparison
equal deleted inserted replaced
38:d2ff6e7be4a1 39:66dafe6a7377
46 46
47 47
48 HOW DOES IT WORK: 48 HOW DOES IT WORK:
49 49
50 (1) Make sure you have Python (and Numpy) installed. 50 (1) Make sure you have Python (and Numpy) installed.
51 (2) Download and install vampy into your vamp plugin path. 51 (2) Download Vampy and install it to your Vamp plugin path.
52 eg. /Library/Audio/Plug-Ins/Vamp 52 eg. /Library/Audio/Plug-Ins/Vamp
53 (3) Write some python plugins and copy them to the same place. 53 (3) Write some python plugins and copy them to the same place.
54 (4) Each plugin must contain a single class with the same name as your script file. 54 (4) Each plugin must contain a single class with the same name as your script file.
55 e.g. PyZeroCrossing.py -> calss PyZeroCrossing 55 e.g. PyZeroCrossing.py -> calss PyZeroCrossing
56 -Scripts with syntax errors in them are ignored. 56 -Scripts with syntax errors in them are ignored.