|
Guitarix
|
#include <gx_internal_plugins.h>
Public Member Functions | |
| DrumSequencer (EngineControl &engine, sigc::slot< void > sync) | |
| ~DrumSequencer () | |
Public Attributes | |
| Plugin | plugin |
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 |
Private Member Functions | |
| void | mem_alloc () |
| void | mem_free () |
| void | init (unsigned int samplingFreq) |
| void | compute (int count, FAUSTFLOAT *input0, FAUSTFLOAT *output0) |
| void | change_buffersize (unsigned int size) |
| int | register_par (const ParamReg ®) |
| int | min_seq_size () |
| void | reset_tom () |
| void | reset_tom1 () |
| void | reset_tom2 () |
| void | reset_kick () |
| void | reset_hat () |
| void | reset_snare () |
Static Private Member Functions | |
| static void | init_static (unsigned int samplingFreq, PluginDef *) |
| static void | compute_static (int count, FAUSTFLOAT *input0, FAUSTFLOAT *output0, PluginDef *) |
| static int | register_params_static (const ParamReg ®) |
| static void | del_instance (PluginDef *p) |
| static int | drum_load_ui (const UiBuilder &builder, int format) |
Private Attributes | |
| int | fSamplingFreq |
| FAUSTFLOAT | position |
| FAUSTFLOAT | ftact |
| FAUSTFLOAT | fsec |
| FAUSTFLOAT | fsliderbpm |
| FAUSTFLOAT | fsliderhum |
| drumseq::Dsp | drums |
| int | counter |
| int | seq_size |
| int | bsize |
| FAUSTFLOAT | step |
| FAUSTFLOAT | step_orig |
| FAUSTFLOAT | fSlow1 |
| FAUSTFLOAT | fSlow3 |
| FAUSTFLOAT | fSlow5 |
| FAUSTFLOAT | fSlow7 |
| FAUSTFLOAT | fSlow12 |
| FAUSTFLOAT | fSlow14 |
| FAUSTFLOAT | fSlow16 |
| FAUSTFLOAT | fSlow18 |
| FAUSTFLOAT | fSlow20 |
| FAUSTFLOAT | fSlow22 |
| std::vector< int > | Vectom |
| std::vector< int > | Vectom1 |
| std::vector< int > | Vectom2 |
| std::vector< int > | Veckick |
| std::vector< int > | Vecsnare |
| std::vector< int > | Vechat |
| EngineControl & | engine |
| bool | mem_allocated |
| sigc::slot< void > | sync |
| volatile bool | ready |
| float * | outdata |
| GxSeqSettings | tomset |
| SeqParameter * | tomp |
| GxSeqSettings | tomset1 |
| SeqParameter * | tomp1 |
| GxSeqSettings | tomset2 |
| SeqParameter * | tomp2 |
| GxSeqSettings | snareset |
| SeqParameter * | snarep |
| GxSeqSettings | hatset |
| SeqParameter * | hatp |
| GxSeqSettings | kickset |
| SeqParameter * | kickp |
Definition at line 1044 of file gx_internal_plugins.h.
| gx_engine::DrumSequencer::DrumSequencer | ( | EngineControl & | engine, |
| sigc::slot< void > | sync | ||
| ) |
| gx_engine::DrumSequencer::~DrumSequencer | ( | ) |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 1056 of file gx_internal_plugins.h.
|
private |
Definition at line 1054 of file gx_internal_plugins.h.
|
private |
Definition at line 1052 of file gx_internal_plugins.h.
|
private |
Definition at line 1076 of file gx_internal_plugins.h.
|
private |
Definition at line 1046 of file gx_internal_plugins.h.
|
private |
Definition at line 1049 of file gx_internal_plugins.h.
|
private |
Definition at line 1050 of file gx_internal_plugins.h.
|
private |
Definition at line 1051 of file gx_internal_plugins.h.
|
private |
Definition at line 1059 of file gx_internal_plugins.h.
|
private |
Definition at line 1063 of file gx_internal_plugins.h.
|
private |
Definition at line 1064 of file gx_internal_plugins.h.
|
private |
Definition at line 1065 of file gx_internal_plugins.h.
|
private |
Definition at line 1066 of file gx_internal_plugins.h.
|
private |
Definition at line 1067 of file gx_internal_plugins.h.
|
private |
Definition at line 1068 of file gx_internal_plugins.h.
|
private |
Definition at line 1060 of file gx_internal_plugins.h.
|
private |
Definition at line 1061 of file gx_internal_plugins.h.
|
private |
Definition at line 1062 of file gx_internal_plugins.h.
|
private |
Definition at line 1048 of file gx_internal_plugins.h.
|
private |
Definition at line 1090 of file gx_internal_plugins.h.
|
private |
Definition at line 1089 of file gx_internal_plugins.h.
|
private |
Definition at line 1092 of file gx_internal_plugins.h.
|
private |
Definition at line 1091 of file gx_internal_plugins.h.
|
private |
Definition at line 1077 of file gx_internal_plugins.h.
|
private |
Definition at line 1080 of file gx_internal_plugins.h.
| Plugin gx_engine::DrumSequencer::plugin |
Definition at line 1115 of file gx_internal_plugins.h.
|
private |
Definition at line 1047 of file gx_internal_plugins.h.
|
private |
Definition at line 1079 of file gx_internal_plugins.h.
|
private |
Definition at line 1055 of file gx_internal_plugins.h.
|
private |
Definition at line 1088 of file gx_internal_plugins.h.
|
private |
Definition at line 1087 of file gx_internal_plugins.h.
|
private |
Definition at line 1057 of file gx_internal_plugins.h.
|
private |
Definition at line 1058 of file gx_internal_plugins.h.
|
private |
Definition at line 1078 of file gx_internal_plugins.h.
|
private |
Definition at line 1082 of file gx_internal_plugins.h.
|
private |
Definition at line 1084 of file gx_internal_plugins.h.
|
private |
Definition at line 1086 of file gx_internal_plugins.h.
|
private |
Definition at line 1081 of file gx_internal_plugins.h.
|
private |
Definition at line 1083 of file gx_internal_plugins.h.
|
private |
Definition at line 1085 of file gx_internal_plugins.h.
|
private |
Definition at line 1074 of file gx_internal_plugins.h.
|
private |
Definition at line 1072 of file gx_internal_plugins.h.
|
private |
Definition at line 1073 of file gx_internal_plugins.h.
|
private |
Definition at line 1069 of file gx_internal_plugins.h.
|
private |
Definition at line 1070 of file gx_internal_plugins.h.
|
private |
Definition at line 1071 of file gx_internal_plugins.h.