You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/midi-studio-v2/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Current scope:
8
8
- honors `tools.midi-studio-v2.activeSongId` and `directorMode` preferences;
9
9
- displays `.mid` source paths, instrument sets, rendered WAV/MP3/OGG targets, loop metadata, tags, and Game Music Director notes;
10
10
- treats `sourceMidi` as a `.mid` instruction file path, not browser-playable audio;
11
+
- inspects selected `.mid` source headers on request and displays format, track count, ticks-per-quarter-note, and validation status;
11
12
- uses browser media preview only for rendered OGG/MP3/WAV targets;
12
13
- reports live MIDI synthesis as not implemented until shared MIDI parser/synth/instrument capability exists;
13
14
- reports missing source paths and unsupported preview playback visibly;
@@ -26,3 +27,4 @@ Playback distinction:
26
27
-`sourceMidi` points to a `.mid` musical instruction file;
27
28
-`rendered` targets point to runtime audio assets that browser `Audio` may preview;
28
29
- future real MIDI playback requires shared `src/` MIDI parser, synth, and instrument capability.
30
+
- current source inspection uses a shared `src/engine/audio` MIDI metadata parser for Standard MIDI File headers only; it does not synthesize or schedule notes.
0 commit comments