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

Method Clear

Source/Looper.cpp:856–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856void Looper::Clear()
857{
858 mBuffer->Clear();
859 mLastCommitTime = gTime;
860 mVol = 1;
861 mFourTet = 0;
862 mPitchShift = 1;
863}
864
865void Looper::SetNumBars(int numBars)
866{

Callers 1

MergeInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected