Closed andr-ew closed 1 year ago
fixes params:get("clock_get_tempo") -> params:get("clock_tempo")
params:get("clock_get_tempo")
params:get("clock_tempo")
I'm guessing this bit isn't even done yet (?) but the typo was causing params:bang() to error out with an invalid param id, so hey, hereyago
params:bang()
fixes
params:get("clock_get_tempo")
->params:get("clock_tempo")
I'm guessing this bit isn't even done yet (?) but the typo was causing
params:bang()
to error out with an invalid param id, so hey, hereyago