Store Midi clock stuff to localstorage

This commit is contained in:
2023-10-04 00:20:50 +03:00
parent c6b65c799f
commit 327bfc5086
4 changed files with 45 additions and 16 deletions

View File

@ -60,7 +60,7 @@ export class UserAPI {
load: samples;
constructor(public app: Editor) {
this.MidiConnection = new MidiConnection(this);
this.MidiConnection = new MidiConnection(this, app.settings);
}
_loadUniverseFromInterface = (universe: string) => {