fixed prettier
This commit is contained in:
parent
c2be2ed76a
commit
3cd31e4841
9 changed files with 24 additions and 27 deletions
|
|
@ -8,5 +8,5 @@ const trigger = isTauri() ? oscTriggerTauri : oscTrigger;
|
|||
export const superdirtOutput = (hap, deadline, hapDuration, cps, targetTime) => {
|
||||
const ctx = getAudioContext();
|
||||
const currentTime = ctx.currentTime;
|
||||
return trigger(null, hap, currentTime, cps, targetTime)
|
||||
return trigger(null, hap, currentTime, cps, targetTime);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue