Composition Option: Only Auto Play Generated Content

This commit is contained in:
josc146
2023-12-14 22:06:39 +08:00
parent f7494b0cfb
commit 2a7d22dab1
5 changed files with 29 additions and 5 deletions

View File

@@ -11,7 +11,9 @@ export type CompositionParams = {
useLocalSoundFont: boolean,
externalPlay: boolean,
midi: ArrayBuffer | null,
ns: NoteSequence | null
ns: NoteSequence | null,
generationStartTime: number,
playOnlyGeneratedContent: boolean,
}
export type Track = {
id: string;