Enabling my custom LADSPA plugin?

Hi! I’ve written a LADSPA plugin for Audacity in C++ (it doesn’t really do anything right now, it’s just a test) and Audacity seems to recognize that the file exists. However, when I enable my plugin, it just disables itself again after I close the window. Due to the fact that LADSPA’s website no longer exists, I don’t know exactly where to turn for help. Not sure if this is the right board, since it’s /sort of/ related to Audacity, but my main question is if there’s something wrong with my source that is causing Audacity to not recognize it.

Here is my source code. I would really appreciate some help :slight_smile:

http://pastebin.com/sSLXCaUF

I don’t know enough about LADSPA plug-ins to help you with your code, but if the plug-in is immediately disabled, then that is most probably due to a problem in the plug-in.
Have you considered writing it as an LV2 plug-in? http://lv2plug.in/