Hydra looks better by default

This commit is contained in:
2023-11-26 02:24:47 +01:00
parent eb8ef879e7
commit 626a8be77c
5 changed files with 57 additions and 38 deletions

View File

@ -86,6 +86,7 @@ export class UserAPI {
private printTimeoutID: number = 0;
public MidiConnection: MidiConnection;
public scale_aid: string | number | undefined = undefined;
public hydra: any;
load: samples;
constructor(public app: Editor) {