working
This commit is contained in:
parent
8c4f10464b
commit
e9aef9e4d4
4 changed files with 48 additions and 13 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue