| Getting your plugin under the attention of Cubase: main() |
The main function is the only function that gets exported. It needs to be declared with the calling convention cdecl. Take a look at the project file in dexample.zip to find out more. The main function doesn't change much between projects. The only thing that does change is the creation of your effect class.