This commit is contained in:
Jade (Rose) Rowland 2025-08-17 16:49:10 -04:00
parent 8c4f10464b
commit e9aef9e4d4
4 changed files with 48 additions and 13 deletions

View file

@ -3276,7 +3276,7 @@ export const slice = register(
* @memberof Pattern
* @returns Pattern
* @example
* s("bd!8").onTriggerTime((hap) => {console.info(hap)})
* s("bd!8").onTriggerTime((hap) => {console.log(hap)})
*/
Pattern.prototype.onTriggerTime = function (func) {
return this.onTrigger((hap, currentTime, _cps, targetTime) => {