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

Method ClearGrains

Source/Granulator.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void Granulator::ClearGrains()
119{
120 for (int i = 0; i < MAX_GRAINS; ++i)
121 mGrains[i].Clear();
122}
123
124void Grain::Spawn(Granulator* owner, double time, double pos, float speedMult, float lengthInMs, float vol, float width)
125{

Callers 1

ProcessMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected