Vamp Plugins Forum

Development Topics => Plugin Development => Topic started by: haze on March 13, 2009, 17:56:08

Title: dll not recognize
Post by: haze on March 13, 2009, 17:56:08
Hi,

I got to build vamp-example plugins including my own plugin but the .dll file of my project is not recognized by sonic Visualiser.
Whenever I open Sonic V, it encounters a problem and need to be close.


Thanks


Hazel
Title: Re: dll not recognize
Post by: cannam on March 17, 2009, 13:27:49
Can you try it with the Vamp simple host (vamp-simple-host) in the SDK?  (There is a binary version of the host available in the SDK downloads, if you don't have or want to build one.)

If your Vamp plugin DLL is in the Vamp path, then just running "vamp-simple-host -l" (that's a lower-case "l", for "list") should list its name and description (among any other plugins that are also installed).


Chris
Title: Re: dll not recognize
Post by: haze on March 19, 2009, 16:38:31
Thanks. I got it anyway.

I would like to ask if you have codes for QM Plugins. I would appreciate if I you'll give me one.

Thanks..

Hazel
Title: Re: dll not recognize
Post by: cannam on March 20, 2009, 16:31:46
I would like to ask if you have codes for QM Plugins.

I'm afraid the source code for the QM plugins is not published (a question of university policy).  What is it that you want to know?  If it's purely a question of technique, it might be possible to answer it without reference to the code.


Chris
Title: Re: dll not recognize
Post by: haze on March 22, 2009, 14:41:19
I just want to know the concept on the output of QM Key Detector, in which it is not processed per processing block.

Also, do you have any idea on how to get the minimum and maximum frequency of the signal using the aubio pitch detection plugin.

Thanks ahead.

Hazel