Fix incorrect duration calculation
This commit is contained in:
parent
fe70a2df43
commit
ca936aada7
2 changed files with 5 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ export async function renderPatternAudio(
|
|||
await superdough(
|
||||
hap2value(hap),
|
||||
hap.whole.begin.valueOf() / cps,
|
||||
hap.duration,
|
||||
hap.duration / cps,
|
||||
cps,
|
||||
hap.whole?.begin.valueOf(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue