Commit Graph

128 Commits

Author SHA1 Message Date
Xiaohan-Tian f9334dc30d feat: add mock OPFS du command for recursive size inspection 2026-07-05 13:52:32 -07:00
Xiaohan-Tian a8c68d97ed fix: tempo-driven audio region resizing and playhead clamping 2026-07-04 21:04:42 -07:00
Xiaohan-Tian 86ec455dfe feat: cache soundfont MP3s in OPFS and add cache controls 2026-07-02 14:11:25 -07:00
Xiaohan-Tian 4f11fe8e25 feat: added region color customization feature 2026-07-01 22:31:35 -07:00
Xiaohan-Tian 94befcdd95 fix: audio track undo buffer rehydration 2026-06-07 13:06:34 -07:00
Xiaohan-Tian c4f5d7b78e feat: added global key signature track, global chord progression track, global tempo(BPM) track, and global marker track related tools for AI Agent 2026-06-05 16:50:51 -07:00
Xiaohan-Tian 622dbbea83 feat: added tool write_chord_progression 2026-06-05 15:29:00 -07:00
Xiaohan-Tian 8ee7ddac77 feat: add track-aware tool targeting and new agent tools, lifted the requirement of selection a MIDI region to use AI Agent
Introduces a shared `toolTargeting.ts` module that resolves the active MIDI
region/track from the user's current selection, enabling tools to operate on
the correct target without requiring explicit track IDs in most cases.

Adds two new read-only tools — `list_all_tracks` and
`get_user_selected_music_range_and_track` — so the agent can inspect
available tracks and the current selection context before acting.

Also refactors `AddNotesTool` to auto-create MIDI regions when no region
exists, refactors `RemoveNotesTool`, `ReadMusicTool`, and
`ReadChordProgressionTool` to use the new targeting helpers, adds a
`buildToolHistoryContent` hook to `BaseTool` for cleaner chat history
display, and updates system prompts and tests throughout.
2026-06-04 19:29:37 -07:00
Xiaohan-Tian 5c5a07b839 feat: separated efficient agent mode (lite mode) for small language models 2026-06-04 16:45:06 -07:00
Xiaohan-Tian a3a0f2f4ad feat: added conversation history feature 2026-06-03 22:56:05 -07:00
Xiaohan-Tian 528e4ca7f9 feat: persist global track visibility status and metronome status 2026-06-02 23:25:30 -07:00
Xiaohan-Tian c1d9f4c9fb feat: add manual/auto conversation compaction and preserve full export history 2026-06-01 19:55:59 -07:00
Xiaohan-Tian 957f6db950 feat: added i18n support; added Simplified Chinese support 2026-05-30 20:02:55 -07:00
Xiaohan-Tian cd2938fe15 feat: implemented user-friendly chord guide editor; added real time chord guide info to the status bar 2026-05-29 12:51:58 -07:00
Xiaohan-Tian 72297cb731 refactor: chord guide system 2026-05-28 22:52:58 -07:00
Xiaohan-Tian 4d415a7f7d feat: simplify chord guide feature; updated help doc; added hotkeys doc 2026-05-28 21:03:02 -07:00
Xiaohan-Tian 2140e944f2 feat: added local separator model demucs_4s support 2026-05-27 20:17:17 -07:00
Xiaohan-Tian e2a7d1c285 refactor: move all localSeparator*.ts into a subfolder 2026-05-27 17:32:13 -07:00
Xiaohan-Tian e82c3cbfc2 fix: changing BPM in the middle of the song causes empty spaces between notes during playback/bounce 2026-05-26 19:40:37 -07:00
Xiaohan-Tian 395032390a feat: add read_chord_progression tool for the Agent 2026-05-26 17:56:55 -07:00
Xiaohan-Tian f12add935a feat: add audio chord detection for spectrogram regions 2026-05-25 19:09:19 -07:00
Xiaohan-Tian a7158b1ee0 fix: update default BPM to 120 2026-05-25 18:02:42 -07:00
Xiaohan-Tian 8aa36d2368 feat: added global chord region to MIDI region conversion feature 2026-05-25 16:25:43 -07:00
Xiaohan-Tian 27948771de fix: default project main grid's zoom level to 2x 2026-05-24 23:20:49 -07:00
Xiaohan-Tian 1879df8033 feat: implement global chord track 2026-05-24 23:06:08 -07:00
Xiaohan-Tian 77fb0e4c1f fix: stereo sample downmix in track panners which causes the sampled sounds (both MIDI and audio tracks) are quieter than it should be 2026-05-24 00:04:19 -07:00
Xiaohan-Tian 7d275802c9 feat: implemented global tempo (bpm) track 2026-05-23 23:18:47 -07:00
Xiaohan-Tian 8eb3f5d84d feat: implemented global key signature track 2026-05-23 14:44:48 -07:00
Xiaohan-Tian fb3c6cde70 feat: implemented global marker track 2026-05-23 12:56:43 -07:00
Xiaohan-Tian 06e2162eea feat: added visual feedback when pressing piano keys 2026-05-19 17:13:13 -07:00
Xiaohan-Tian 6db66be471 feat: allow user to config Gemma 4 E4B and MDX-NET model download URL 2026-05-18 22:55:00 -07:00
Xiaohan-Tian a0fe283ab5 feat: persist piano roll zoom level into project; fixed an issue in the horizontal auto-scrolling logic in piano roll window 2026-05-18 22:21:00 -07:00
Xiaohan-Tian 4cf474be7e feat: added split notes function 2026-05-18 19:00:21 -07:00
Xiaohan-Tian d10965066f feat: added shortcut for split and merge regions 2026-05-18 18:39:42 -07:00
Xiaohan-Tian fe1b4fc8ae feat: added an option to allow user choose whether to trim leading silence when bouncing audio 2026-05-18 18:28:31 -07:00
Xiaohan-Tian 9c197ecd08 feat: persist track mute/solo status 2026-05-17 13:06:47 -07:00
Xiaohan-Tian f9a3edb832 fix: update default playhead fps to 30 2026-05-14 21:55:59 -07:00
Xiaohan-Tian a48966d761 feat: added local LLM context length option 2026-05-14 19:44:25 -07:00
Xiaohan-Tian 98c2b97413 feat: implemented the v1 browser embedded LLM support (Gemma 4 E4B based) 2026-05-14 18:55:23 -07:00
Xiaohan-Tian 64dda5bb01 fix: few minor UI and behavior adjustments 2026-05-11 23:23:11 -07:00
Xiaohan-Tian d32dc35b6d feat: added local separator implementation 2026-05-11 22:27:22 -07:00
Xiaohan-Tian 8fa2c16395 feat: added save as option when renaming the project 2026-05-10 13:25:12 -07:00
Xiaohan-Tian 578be7b726 feat: added track scope mode for sheet music view; adjusted viewport behavior when switching between piano roll view and sheet music view 2026-05-10 13:11:10 -07:00
Xiaohan-Tian d69b3924e5 feat: added sheet music (stuff notation) view to the piano roll window MIDI mode 2026-05-09 23:50:02 -07:00
Xiaohan-Tian 4f4511edf4 fix: failed tests 2026-05-09 17:12:21 -07:00
Xiaohan-Tian 490cd19f68 feat: added audio recording feature 2026-05-09 15:57:46 -07:00
Xiaohan-Tian 31e02b4149 feat: implemented track level automation 2026-05-08 15:44:07 -07:00
Xiaohan-Tian 1e33caafc5 fix: few minor UI adjustments and fixes 2026-05-07 23:28:16 -07:00
Xiaohan-Tian f3d26126fa feat: added MIDI CC recording and list event table operation support. 2026-05-07 22:12:06 -07:00
Xiaohan-Tian 6305983df8 feat: added support for real time MIDI CC input (CC1, CC2, CC7, CC11 -> velocity; CC64 -> sustain) 2026-05-06 22:58:49 -07:00