Closed diegovdc closed 5 years ago
Adds the following methods:
clock.wrapAt(modulo) clock.foldAt(modulo) clock.wrapBetween(bottom, top) clock.foldBetween(bottom, top) clock.wrapSeq(numberArray) clock.foldSeq(numberArray) addCb(callback) //on tick resetCbs(callbackArray) // defaults to []
And adds the key bpm to constructor to set the tick interval in bpms.
bpm
Adds the following methods:
And adds the key
bpm
to constructor to set the tick interval in bpms.