limit evaluation to once per pulse

This commit is contained in:
2023-07-28 18:08:12 +02:00
parent cf3428b3c3
commit 04b757fbfa
2 changed files with 14 additions and 3 deletions

View File

@ -2,8 +2,6 @@ import { Editor } from "./main";
import { tryEvaluate } from "./Evaluator";
// @ts-ignore
import { ZZFX, zzfx } from "zzfx";
// import * as Tone from 'tone';
export class UserAPI {