Mercurial > hg > vampy
comparison 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 |
comparison
equal
deleted
inserted
replaced
78:e101ff25d757 | 79:f5c028376bf9 |
---|---|
284 | 284 |
285 static PyExtensionManager pyExtensionManager; | 285 static PyExtensionManager pyExtensionManager; |
286 | 286 |
287 const VampPluginDescriptor | 287 const VampPluginDescriptor |
288 *vampGetPluginDescriptor(unsigned int version,unsigned int index) | 288 *vampGetPluginDescriptor(unsigned int version,unsigned int index) |
289 { | 289 { |
290 DSTREAM << "# vampGetPluginDescriptor(" << version << "," << index << ")" << endl; | |
291 | |
290 if (version < 1) return 0; | 292 if (version < 1) return 0; |
291 | 293 |
292 int isPythonInitialized = Py_IsInitialized(); | 294 int isPythonInitialized = Py_IsInitialized(); |
293 DSTREAM << "# isPythonInitialized: " << isPythonInitialized << endl; | 295 DSTREAM << "# isPythonInitialized: " << isPythonInitialized << endl; |
294 DSTREAM << "# haveScannedPlugins: " << haveScannedPlugins << endl; | 296 DSTREAM << "# haveScannedPlugins: " << haveScannedPlugins << endl; |