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

Method SetLooping

Source/Sample.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 void Create(int length);
81 void Create(ChannelBuffer* data);
82 void SetLooping(bool looping) { mLooping = looping; }
83 void SetNumBars(int numBars) { mNumBars = numBars; }
84 int GetNumBars() const { return mNumBars; }
85 void SetVolume(float vol) { mVolume = vol; }

Callers 3

InitMethod · 0.80
UpdateSampleMethod · 0.80
CheckboxUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected