allow playing mid with external player

This commit is contained in:
josc146
2023-12-12 22:13:09 +08:00
parent b14fbc29b7
commit 0c796c8cfc
11 changed files with 113 additions and 25 deletions

View File

@@ -94,6 +94,7 @@ class CommonStore {
topP: 0.8,
autoPlay: true,
useLocalSoundFont: false,
externalPlay: false,
midi: null,
ns: null
};