fixed prettier
This commit is contained in:
parent
c2be2ed76a
commit
3cd31e4841
9 changed files with 24 additions and 27 deletions
|
|
@ -2,7 +2,7 @@ import { parseNumeral, Pattern, ClockCollator } from '@strudel/core';
|
|||
|
||||
import { Invoke } from './utils.mjs';
|
||||
|
||||
const collator = new ClockCollator({})
|
||||
const collator = new ClockCollator({});
|
||||
|
||||
export async function oscTriggerTauri(t_deprecate, hap, currentTime, cps = 1, targetTime) {
|
||||
hap.ensureObjectValue();
|
||||
|
|
@ -15,7 +15,7 @@ export async function oscTriggerTauri(t_deprecate, hap, currentTime, cps = 1, ta
|
|||
|
||||
const params = [];
|
||||
|
||||
const timestamp = collator.calculateTimestamp(currentTime, targetTime)
|
||||
const timestamp = collator.calculateTimestamp(currentTime, targetTime);
|
||||
|
||||
Object.keys(controls).forEach((key) => {
|
||||
const val = controls[key];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue