Mercurial > hg > vampy
diff vampy-main.cpp @ 79:f5c028376bf9
Some old changes that, I think, probably did not help anything
author | Chris Cannam |
---|---|
date | Wed, 12 Aug 2015 15:25:04 +0100 |
parents | 6c755f3e1173 |
children | e2bb3cf7adf1 |
line wrap: on
line diff
--- a/vampy-main.cpp Tue Apr 14 11:14:39 2015 +0100 +++ b/vampy-main.cpp Wed Aug 12 15:25:04 2015 +0100 @@ -286,7 +286,9 @@ const VampPluginDescriptor *vampGetPluginDescriptor(unsigned int version,unsigned int index) -{ +{ + DSTREAM << "# vampGetPluginDescriptor(" << version << "," << index << ")" << endl; + if (version < 1) return 0; int isPythonInitialized = Py_IsInitialized();