Mercurial > hg > vampy
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:e1b508f2f914 | 7:a4c955e9a70b |
---|---|
1 '''PyZeroCrossing.py - Example plugin demonstrates''' | 1 '''PyZeroCrossing.py - Example plugin demonstrates''' |
2 '''how to call a python class using the VamPy VAMP plugin''' | 2 '''how to call a python class using the VamPy Vamp plugin''' |
3 | 3 |
4 #from time import * | 4 #from time import * |
5 #import sys | 5 #import sys |
6 | 6 |
7 class PyZeroCrossing: | 7 class PyZeroCrossing: |