|
Guitarix
|
#include <gx_internal_plugins.h>


Public Member Functions | |
| MaxLevel () | |
Static Public Member Functions | |
| static float | get (unsigned int channel) |
Static Public Attributes | |
| static const unsigned int | channelcount = 2 |
Additional Inherited Members | |
Public Attributes inherited from PluginDef | |
| 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 54 of file gx_internal_plugins.h.
| gx_engine::MaxLevel::MaxLevel | ( | ) |
Definition at line 62 of file gx_internal_ui_plugins.cpp.
|
inlinestatic |
Definition at line 63 of file gx_internal_plugins.h.
Referenced by gx_engine::GxMachine::maxlevel_get(), and GxService::update_maxlevel().
|
static |
Definition at line 56 of file gx_internal_plugins.h.
Referenced by GxService::get_maxlevel(), MaxLevel(), and GxService::update_maxlevel().