Hello all!
I'm working on setting up my first VA plugin and can use some assistance. It's in C# compiled using Net 4.6.2. I basically just setup a blank library with a class and added the 7 required function specified in the help manual and confirmed matching the ones in the sample. (I had originally misspelled a function name)
When I take the .dll from the project/build/debug/ and put it in the apps sub directory in its own folder it does not appear in the list of activated add-ons in voice attack. It does return a unique GUID, and strings for the plugin info.
Is there something I'm missing? I'm also typing this from memory, so hopefully I got all the details right.
Thank you.