Loading...
Searching...
No Matches
Go to the documentation of this file.
17#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
18#define DISTRHO_PLUGIN_INFO_H_INCLUDED
20#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21#define DISTRHO_PLUGIN_NAME "Ping Pong Pan"
22#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/PingPongPan"
24#define DISTRHO_PLUGIN_HAS_UI 1
25#define DISTRHO_PLUGIN_IS_RT_SAFE 1
26#define DISTRHO_PLUGIN_NUM_INPUTS 2
27#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
28#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
30#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:SpatialPlugin"