Author Topic: compiling mazurka plugins - where can I find "MazurkaPlugin.h" ?  (Read 3891 times)

mark_orion

  • Newbie
  • *
  • Posts: 13
    • View Profile
I am trying to compile some Mazurka plugins to get them running on my 64bit Linux machine. The problem is that although sources are available for download on the Mazurka site, I could not find "MazurkaPlugin.h" what is referenced in all mazurka header files:
#include "MazurkaPlugin.h"  // Mazurka plugin interface for Sonic Visualiser
any help is appreciated, Mark

cannam

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
    • View Profile
Re: compiling mazurka plugins - where can I find "MazurkaPlugin.h" ?
« Reply #1 on: March 14, 2013, 16:07:41 »
Hi Mark -- it looks like you can find all the .h files http://sv.mazurka.org.uk/include/ (go there in a browser, and you'll see a file listing) and the .cpp files at http://sv.mazurka.org.uk/src/. Might not be the most elegant way to download, but it does seem to be possible.


Chris