|
Guitarix
|
#include <gx_plugin.h>
Public Attributes | |
| int | version |
| int | flags |
| const char * | id |
| const char * | name |
| const char ** | groups |
| const char * | description |
| const char * | category |
| const char * | shortname |
| process_mono_audio | mono_audio |
| process_stereo_audio | stereo_audio |
| inifunc | set_samplerate |
| activatefunc | activate_plugin |
| registerfunc | register_params |
| uiloader | load_ui |
| clearstatefunc | clear_state |
| deletefunc | delete_instance |
Definition at line 195 of file gx_plugin.h.
| activatefunc PluginDef::activate_plugin |
Definition at line 213 of file gx_plugin.h.
Referenced by gx_engine::ThreadSafeChainPointer< F >::commit().
| const char* PluginDef::category |
Definition at line 204 of file gx_plugin.h.
Referenced by PluginUI::get_category().
| clearstatefunc PluginDef::clear_state |
Definition at line 216 of file gx_plugin.h.
Referenced by gx_engine::ThreadSafeChainPointer< F >::commit().
| deletefunc PluginDef::delete_instance |
Definition at line 218 of file gx_plugin.h.
| const char* PluginDef::description |
Definition at line 203 of file gx_plugin.h.
| int PluginDef::flags |
Definition at line 197 of file gx_plugin.h.
Referenced by PluginUI::get_type(), and PluginUI::has_gui().
| const char** PluginDef::groups |
Definition at line 201 of file gx_plugin.h.
| const char* PluginDef::id |
Definition at line 199 of file gx_plugin.h.
Referenced by PluginUI::get_id().
| uiloader PluginDef::load_ui |
Definition at line 215 of file gx_plugin.h.
Referenced by PluginUI::has_gui().
| process_mono_audio PluginDef::mono_audio |
Definition at line 209 of file gx_plugin.h.
Referenced by gx_engine::ThreadSafeChainPointer< F >::get_audio().
| const char* PluginDef::name |
Definition at line 200 of file gx_plugin.h.
Referenced by PluginUI::get_name().
| registerfunc PluginDef::register_params |
Definition at line 214 of file gx_plugin.h.
| inifunc PluginDef::set_samplerate |
Definition at line 212 of file gx_plugin.h.
| const char* PluginDef::shortname |
Definition at line 205 of file gx_plugin.h.
Referenced by PluginUI::get_shortname().
| process_stereo_audio PluginDef::stereo_audio |
Definition at line 210 of file gx_plugin.h.
Referenced by gx_engine::ThreadSafeChainPointer< F >::get_audio().
| int PluginDef::version |
Definition at line 196 of file gx_plugin.h.