diff Example VamPy plugins/PyZeroCrossing.py @ 7:a4c955e9a70b

* housekeeping: VAMP -> Vamp throughout (not an acronym)
author cannam
date Wed, 11 Jun 2008 16:04:52 +0000
parents e1b508f2f914
children 3af6b5990ad8
line wrap: on
line diff
--- a/Example VamPy plugins/PyZeroCrossing.py	Wed Mar 19 16:02:29 2008 +0000
+++ b/Example VamPy plugins/PyZeroCrossing.py	Wed Jun 11 16:04:52 2008 +0000
@@ -1,5 +1,5 @@
 '''PyZeroCrossing.py - Example plugin demonstrates''' 
-'''how to call a python class using the VamPy VAMP plugin'''
+'''how to call a python class using the VamPy Vamp plugin'''
 
 #from time import *
 #import sys
@@ -142,4 +142,4 @@
 		
 		#return a LIST of list of dictionaries
 		return [output0,output1]
-		
\ No newline at end of file
+