|
Guitarix
|
#include "dsp.h"#include "activations.h"#include "RTNeural.h"#include "faust/low_high_cut.h"#include "faust/jconv_post.h"#include "faust/jconv_post_mono.h"#include "faust/cabinet_impulse_former.h"#include "faust/cabinet_impulse_former_st.h"#include "faust/preamp_impulse_former.h"#include "faust/preamp_impulse_former_st.h"#include "faust/presence_level.h"#include "faust/drumseq.h"Go to the source code of this file.
Namespaces | |
| namespace | gx_jack |
| namespace | gx_engine |
Macros | |
| #define | M_PI 3.14159265358979323846 |
| #define | MAX_FRAME_LENGTH 8096 |
Typedefs | |
| typedef ParameterV< OscilloscopeInfo > | gx_engine::OscParameter |
| typedef ParameterV< GxSeqSettings > | gx_engine::SeqParameter |
| typedef ParameterV< GxJConvSettings > | gx_engine::JConvParameter |
Enumerations | |
| enum | gx_engine::widget_type { gx_engine::tp_scale , gx_engine::tp_scale_log , gx_engine::tp_toggle , gx_engine::tp_enum , gx_engine::tp_display , gx_engine::tp_display_toggle , gx_engine::tp_none , gx_engine::tp_int , gx_engine::tp_enabled , gx_engine::tp_atom } |
| enum | gx_engine::quirkflag { gx_engine::need_activate = 1 , gx_engine::no_cleanup = 2 , gx_engine::is_lv2 = 4 } |
| #define M_PI 3.14159265358979323846 |
Definition at line 1387 of file gx_internal_plugins.h.
| #define MAX_FRAME_LENGTH 8096 |
Definition at line 1388 of file gx_internal_plugins.h.