Changes

Jump to navigation Jump to search
Line 753: Line 753:     
This defines the plugin’s metadata.
 
This defines the plugin’s metadata.
 +
 +
You get to define some information about you and what you are trying to do.
 +
You make decisions like am I going to use a GUI?
 +
How many inputs and outputs it will have
 +
and the expectations as how it will interact with the environment.
 +
 +
All wrapped in a test
 +
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
 +
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
 +
#endif
 +
 +
The Python programmer in me would like a little indentation but such is life...
    
=====DisthroPluginMain.cpp=====
 
=====DisthroPluginMain.cpp=====
1,112

edits

Navigation menu