Mercurial > hg > qm-vamp-plugins
diff libmain.cpp @ 99:8700a93424f4
* some (not entirely successful) experiments
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 27 Apr 2009 08:33:23 +0000 |
parents | a040e35f352c |
children | 52d84f7f6ad3 |
line wrap: on
line diff
--- a/libmain.cpp Thu Apr 02 11:25:46 2009 +0000 +++ b/libmain.cpp Mon Apr 27 08:33:23 2009 +0000 @@ -53,7 +53,7 @@ case 8: return mfccPluginAdapter.getDescriptor(); case 9: return barBeatTrackPluginAdapter.getDescriptor(); case 10: return dwtAdapter.getDescriptor(); -// case 11: return adaptiveSpectrogramAdapter.getDescriptor(); + case 11: return adaptiveSpectrogramAdapter.getDescriptor(); default: return 0; } }