MCPcopy Create free account
hub / github.com/VCVRack/Befaco / getClockOptionString

Function getClockOptionString

src/Muxlicer.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181};
182
183inline std::string getClockOptionString(const int clockOption) {
184 return (clockOption < 0) ? ("x 1/" + std::to_string(-clockOption)) : ("x " + std::to_string(clockOption));
185}
186
187struct Muxlicer : Module {
188 enum ParamIds {

Callers 3

getDisplayValueStringMethod · 0.85
createChildMenuMethod · 0.85
createChildMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected