diff PyRealTime.cpp @ 58:62dcaa5fe6f8 vampy-2.0

Extended README, added .pyo support
author fazekasgy
date Sun, 11 Oct 2009 09:57:48 +0000
parents 27bab3a16c9a
children 2a9fb03458d7
line wrap: on
line diff
--- a/PyRealTime.cpp	Fri Oct 09 14:35:08 2009 +0000
+++ b/PyRealTime.cpp	Sun Oct 11 09:57:48 2009 +0000
@@ -205,9 +205,7 @@
 
 
 /*					 Number Protocol 					*/
-/// Only add and substract make sense, or what about the
-/// square root of Monday morning?
-/// Divide by integer maybe for durations?
+/// TODO: implement all methods available in Vamp::RealTime() objects
 
 static PyObject *
 RealTime_add(PyObject *s, PyObject *w)