MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / StepSequencer

Method StepSequencer

Source/StepSequencer.cpp:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38StepSequencer::StepSequencer()
39: mFlusher(this)
40{
41 mFlusher.SetInterval(mStepInterval);
42
43 mMetaStepMasks = new juce::uint32[META_STEP_MAX * NUM_STEPSEQ_ROWS];
44 for (int i = 0; i < META_STEP_MAX * NUM_STEPSEQ_ROWS; ++i)
45 mMetaStepMasks[i] = 0xff;
46
47 mStrength = gStepVelocityLevels[(int)StepVelocityType::Normal];
48}
49
50void StepSequencer::Init()
51{

Callers

nothing calls this directly

Calls 1

SetIntervalMethod · 0.80

Tested by

no test coverage detected