MCPcopy Create free account
hub / github.com/Lovrom8/RSMods / EnableRiffRepeaterFeatures

Function EnableRiffRepeaterFeatures

DLL/ModManager.cpp:641–645  ·  view source on GitHub ↗

Enables riff repeater time stretching features.

Source from the content-addressed store, hash-verified

639 /// Enables riff repeater time stretching features.
640 /// </summary>
641 void EnableRiffRepeaterFeatures() {
642 if (Settings::ReturnSettingValue("RRSpeedAboveOneHundred") == "on") {
643 RiffRepeater::EnableTimeStretch();
644 }
645 }
646
647
648 /// <summary>

Callers 1

HandleInSongStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected