Author Topic: dll not recognize  (Read 9083 times)

haze

  • Newbie
  • *
  • Posts: 29
    • View Profile
dll not recognize
« 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

cannam

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
    • View Profile
Re: dll not recognize
« Reply #1 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

haze

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: dll not recognize
« Reply #2 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

cannam

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
    • View Profile
Re: dll not recognize
« Reply #3 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

haze

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: dll not recognize
« Reply #4 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