|
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 1288 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 1300 of file gx_internal_plugins.h.
|
private |
Definition at line 1298 of file gx_internal_plugins.h.
|
private |
Definition at line 1296 of file gx_internal_plugins.h.
|
private |
Definition at line 1320 of file gx_internal_plugins.h.
|
private |
Definition at line 1290 of file gx_internal_plugins.h.
|
private |
Definition at line 1293 of file gx_internal_plugins.h.
|
private |
Definition at line 1294 of file gx_internal_plugins.h.
|
private |
Definition at line 1295 of file gx_internal_plugins.h.
|
private |
Definition at line 1303 of file gx_internal_plugins.h.
|
private |
Definition at line 1307 of file gx_internal_plugins.h.
|
private |
Definition at line 1308 of file gx_internal_plugins.h.
|
private |
Definition at line 1309 of file gx_internal_plugins.h.
|
private |
Definition at line 1310 of file gx_internal_plugins.h.
|
private |
Definition at line 1311 of file gx_internal_plugins.h.
|
private |
Definition at line 1312 of file gx_internal_plugins.h.
|
private |
Definition at line 1304 of file gx_internal_plugins.h.
|
private |
Definition at line 1305 of file gx_internal_plugins.h.
|
private |
Definition at line 1306 of file gx_internal_plugins.h.
|
private |
Definition at line 1292 of file gx_internal_plugins.h.
|
private |
Definition at line 1334 of file gx_internal_plugins.h.
|
private |
Definition at line 1333 of file gx_internal_plugins.h.
|
private |
Definition at line 1336 of file gx_internal_plugins.h.
|
private |
Definition at line 1335 of file gx_internal_plugins.h.
|
private |
Definition at line 1321 of file gx_internal_plugins.h.
|
private |
Definition at line 1324 of file gx_internal_plugins.h.
| Plugin gx_engine::DrumSequencer::plugin |
Definition at line 1359 of file gx_internal_plugins.h.
|
private |
Definition at line 1291 of file gx_internal_plugins.h.
|
private |
Definition at line 1323 of file gx_internal_plugins.h.
|
private |
Definition at line 1299 of file gx_internal_plugins.h.
|
private |
Definition at line 1332 of file gx_internal_plugins.h.
|
private |
Definition at line 1331 of file gx_internal_plugins.h.
|
private |
Definition at line 1301 of file gx_internal_plugins.h.
|
private |
Definition at line 1302 of file gx_internal_plugins.h.
|
private |
Definition at line 1322 of file gx_internal_plugins.h.
|
private |
Definition at line 1326 of file gx_internal_plugins.h.
|
private |
Definition at line 1328 of file gx_internal_plugins.h.
|
private |
Definition at line 1330 of file gx_internal_plugins.h.
|
private |
Definition at line 1325 of file gx_internal_plugins.h.
|
private |
Definition at line 1327 of file gx_internal_plugins.h.
|
private |
Definition at line 1329 of file gx_internal_plugins.h.
|
private |
Definition at line 1318 of file gx_internal_plugins.h.
|
private |
Definition at line 1316 of file gx_internal_plugins.h.
|
private |
Definition at line 1317 of file gx_internal_plugins.h.
|
private |
Definition at line 1313 of file gx_internal_plugins.h.
|
private |
Definition at line 1314 of file gx_internal_plugins.h.
|
private |
Definition at line 1315 of file gx_internal_plugins.h.