feat: save MIDI tracks to generation area; playing tracks and audio preview are still under development
This commit is contained in:
@@ -32,6 +32,7 @@ export type MidiMessage = {
|
||||
velocity: number;
|
||||
control: number;
|
||||
value: number;
|
||||
instrument: InstrumentType;
|
||||
}
|
||||
|
||||
export enum InstrumentType {
|
||||
|
||||
Reference in New Issue
Block a user