Make splice cps-aware (#932)
* make splice cps-aware * format * copypaste fix
This commit is contained in:
parent
a7f5d0e0c1
commit
738cea0025
2 changed files with 16 additions and 11 deletions
|
|
@ -41,7 +41,7 @@ export class Cyclist {
|
|||
this.lastEnd = end;
|
||||
|
||||
// query the pattern for events
|
||||
const haps = this.pattern.queryArc(begin, end);
|
||||
const haps = this.pattern.queryArc(begin, end, { _cps: this.cps });
|
||||
|
||||
const tickdeadline = phase - time; // time left until the phase is a whole number
|
||||
this.lastTick = time + tickdeadline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue