fixing file selection
This commit is contained in:
@ -10,8 +10,7 @@ import { ZZFX, zzfx } from "zzfx";
|
||||
|
||||
|
||||
const sound = (value: any) => ({
|
||||
value,
|
||||
context: {},
|
||||
value, context: {},
|
||||
ensureObjectValue: () => { }
|
||||
});
|
||||
|
||||
@ -42,6 +41,7 @@ export class UserAPI {
|
||||
}
|
||||
r = this.rate
|
||||
|
||||
|
||||
script(...args: number[]): void {
|
||||
args.forEach(arg => {
|
||||
tryEvaluate(this.app, this.app.universes[
|
||||
|
||||
Reference in New Issue
Block a user