# muse-reader **Repository Path**: MYZ9/muse-reader ## Basic Information - **Project Name**: muse-reader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-08 - **Last Updated**: 2026-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go MuseScore MIDI Player Play .mscz files with MIDI output support. ## Quick Start 1. Install MuseScore CLI 2. Run: `go run main.go` 3. Open http://localhost:8080 ## Icon Generate - 试了各大ai,包括ChatGPT/Gemini/豆包/元宝,最后是DeepSeek深得我心,又快又好 ```text 图标用途:钢琴练习相关,需适合做 app 图标或 Chrome 标签页小图标(favicon) 形状:方形,圆角 背景:透明(PNG 格式) 构图:简洁,只保留核心元素,缩小后依然清晰可辨 钢琴键数:三白键 + 两黑键(不要过多按键) 交付形式:SVG 代码(方便导出 PNG) ``` - ico文件创建与查看:Greenfish Icon Editor Pro ## Build ```powershell rsrc -ico app.ico -o rsrc.syso go build -ldflags "-H windowsgui" -o MuseReader.exe main.go ``` ## Tips - 切换模型时,要求Gemini不要丢掉注释 - 如果注释不需要修改,请保留 ## TODO - step 1 ```text fix: 'Next' button work logic is weird fix: don't name a note to D#5 if actually is E♭5 Please keep existing comments if no need to modify those lines ``` - step 2, Claude ```text improvement: large MusicXML(like 40 Pages) is very slow when loading ``` - Prompts ```text IMPORTANT: - Minimal diff only - Do not refactor - Do not rename - Keep coding style unchanged - Touch as few lines as possible - Backward compatible - No architectural improvements ```