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

Method Resample

Source/LooperRecorder.cpp:449–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void LooperRecorder::Resample(bool setKey)
450{
451 if (setKey)
452 {
453 SnapToClosestPitch();
454 TheScale->SetRoot(int(AdjustedRootForSpeed() + .5f));
455 }
456
457 SyncLoopLengths();
458}
459
460void LooperRecorder::UpdateSpeed()
461{

Callers

nothing calls this directly

Calls 1

SetRootMethod · 0.80

Tested by

no test coverage detected