display mainInstrument of track

This commit is contained in:
josc146
2023-11-30 12:36:03 +08:00
parent cbe299583b
commit a96d7aef8d
5 changed files with 27 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ export type CompositionParams = {
}
export type Track = {
id: string;
mainInstrument: string;
content: string;
rawContent: MidiMessage[];
offsetTime: number;