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

Method Fill

Source/Looper.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void Looper::Fill(ChannelBuffer* buffer, int length)
437{
438 mBuffer->CopyFrom(buffer, length);
439}
440
441void Looper::DoUndo()
442{

Callers

nothing calls this directly

Calls 1

CopyFromMethod · 0.45

Tested by

no test coverage detected