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

Method SetNumBars

Source/Looper.cpp:865–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863}
864
865void Looper::SetNumBars(int numBars)
866{
867 numBars = MIN(numBars, kMaxNumBars);
868 int oldNumBars = mNumBars;
869 mNumBars = numBars;
870 if (mNumBars != oldNumBars)
871 UpdateNumBars(oldNumBars);
872}
873
874void Looper::BakeVolume()
875{

Callers 6

OnMidiControlMethod · 0.45
GoMethod · 0.45
MergeInMethod · 0.45
SwapBufferMethod · 0.45
ProcessMethod · 0.45
GrabSampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected