diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-28 11:49:52 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-28 11:49:52 +0100 |
| commit | 9b003f762f7fea313ecb3b2b17ef9446881d7a8c (patch) | |
| tree | 59dd67a03a6bc8d0eaa9274f101799f10f68b060 /tools/editor/index.html | |
| parent | 5434802315a2e2899a58f8f39437d078aae1d745 (diff) | |
docs: Finalize project state synchronization
Updates all relevant Markdown files to reflect the completed asset system and build pipeline.
- Updates PROJECT_CONTEXT.md with latest architectural decisions.
- Updates GEMINI.md with the full list of relevant files.
- Adds initial scaffolding for the web editor.
- Cleans up any lingering issues with asset generation paths.
Diffstat (limited to 'tools/editor/index.html')
| -rw-r--r-- | tools/editor/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/index.html b/tools/editor/index.html index 43a37f9..73356bd 100644 --- a/tools/editor/index.html +++ b/tools/editor/index.html @@ -9,8 +9,8 @@ <body> <h1>Spectrogram Editor</h1> - <input type="file" id="wavFileInput" accept=".wav"> - <label for="wavFileInput">Load WAV File</label> + <input type="file" id="specFileInput" accept=".spec"> + <label for="specFileInput">Load SPEC File</label> <div id="editorContainer"> <canvas id="spectrogramCanvas"></canvas> @@ -25,4 +25,4 @@ <script src="script.js"></script> </body> -</html> +</html>
\ No newline at end of file |
