DISTRHO Plugin Framework
Functions
Entry Points

Functions

PlugincreatePlugin ()
 
UIcreateUI ()
 

Detailed Description

Function Documentation

◆ createPlugin()

Plugin* createPlugin ( )

Create an instance of the Plugin class.
This is the entry point for DPF plugins.
DPF will call this to either create an instance of your plugin for the host or to fetch some initial information for internal caching.

◆ createUI()

UI* createUI ( )

createUI. @TODO Document this.