Commit Graph

187 Commits

Author SHA1 Message Date
Xiaohan-Tian 2bd6925f27 fix: switch to processing status when receiving response tokens from LLM 2026-05-14 21:37:06 -07:00
Xiaohan-Tian a48966d761 feat: added local LLM context length option 2026-05-14 19:44:25 -07:00
Xiaohan-Tian eb1c7bd2fc feat: added performance statistics info when using embedded LLM 2026-05-14 19:05:13 -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 894c3b116f feat: added track level event list tab; rename List Event to Event List. 2026-05-09 17:10:03 -07:00
Xiaohan-Tian 48a51f12ac feat: added track level list event tab 2026-05-09 17:00:04 -07:00
Xiaohan-Tian 490cd19f68 feat: added audio recording feature 2026-05-09 15:57:46 -07:00
Xiaohan-Tian a1c8727d44 fix: when piano roll window is not visible, select a row on list event table will cause current MIDI region lose selection 2026-05-08 17:09:53 -07:00
Xiaohan-Tian 37da0f6885 fix: default piano roll window's Y position 2026-05-08 16:46:29 -07:00
Xiaohan-Tian bd067cae64 fix: minor UI adjustments 2026-05-08 16:16:34 -07:00
Xiaohan-Tian 31e02b4149 feat: implemented track level automation 2026-05-08 15:44:07 -07:00
Xiaohan-Tian 6e5d9466f4 feat: implemented editable automation lane in piano roll window 2026-05-08 14:39:45 -07:00
Xiaohan-Tian eead27dbd8 fix: misc UI updates and fixes 2026-05-07 23:54:08 -07:00
Xiaohan-Tian 1e33caafc5 fix: few minor UI adjustments and fixes 2026-05-07 23:28:16 -07:00
Xiaohan-Tian 917a1b0a21 feat: added a read-only piano roll automation view 2026-05-07 22:55:19 -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 738628fc76 feat: added pitch bend automation (linear interpolation) 2026-05-06 18:25:14 -07:00
Xiaohan-Tian fc1a044e98 feat: added adding pitch bend feature and delete selected events feature to the list event panel 2026-05-06 17:36:54 -07:00
Xiaohan-Tian 98cccf5c7a feat: added pitch bend support 2026-05-05 21:28:32 -07:00
Xiaohan-Tian 8f453f8f4c feat: implemented inline edit for the list event panel 2026-05-05 17:55:06 -07:00
Xiaohan-Tian 3743f9cab2 feat: added v1 read-only version list event panel 2026-05-05 17:17:08 -07:00
Xiaohan-Tian c2e68e388c fix: error when creating MIDI region first time after the app has started projectStore.ts:271 Cannot update a component (Toolbar) while... 2026-05-05 16:09:35 -07:00
Xiaohan-Tian 6928416f78 fix: show loading spinner instead of hanging in open project dialog when user click open button 2026-05-04 21:44:25 -07:00
Xiaohan-Tian 213a4ee552 feat: added a warning pop-up when openning projects. 2026-05-04 20:17:05 -07:00
Xiaohan-Tian 8a6e904ab4 feat: added an option to let user choose the vertical resolution of the spectrogram, also fixed a bug that peak of pitch in the spectrogram has been mapped to the start of the note bin instead of the center 2026-05-04 20:14:04 -07:00
Xiaohan-Tian d089456676 feat: honor MIDI input notes' velocity during recording 2026-05-04 19:34:54 -07:00
Xiaohan-Tian 066946ea64 feat: added merge MIDI regions feature 2026-05-04 18:58:51 -07:00
Xiaohan-Tian a2f12ca961 fix: minor updated the region lasso selection behavior 2026-05-04 18:34:29 -07:00
Xiaohan-Tian f323f1a6b5 feat: allow user to use lasso to select multiple regions 2026-05-04 18:29:29 -07:00
Xiaohan-Tian 01a3f886d6 feat: allow user to bulk resize and move regions 2026-05-04 18:15:34 -07:00
Xiaohan-Tian 6d952b5b0b feat: allow user to multi-select regions. 2026-05-04 17:59:35 -07:00
Xiaohan-Tian bc7db712aa feat: updated toolbar button style 2026-05-04 17:27:31 -07:00
Xiaohan-Tian 769d70ccb4 fix: "back to beginning" button should also shift viewport to the beginning of the song 2026-05-04 17:02:39 -07:00
Xiaohan-Tian 7a6e7558ce fix: pause button while recording should stop recoding 2026-05-02 23:02:37 -07:00
Xiaohan-Tian 9f536d9687 fix: recording preview notes are not taking region position into consideration 2026-05-02 22:55:27 -07:00
Xiaohan-Tian 0fc4ee2a0f fix: spectrogram is not taking region position into consideration 2026-05-02 22:44:23 -07:00
Xiaohan-Tian 7b74687daf feat: added edit MIDI notes' attribute feature 2026-05-02 18:49:23 -07:00
Xiaohan-Tian 90aee14265 fix: minor updated some styles 2026-05-02 17:22:11 -07:00
Xiaohan-Tian f132f6bbe2 feat: preserve the viewport position when zooming in and out 2026-05-02 13:35:17 -07:00
Xiaohan-Tian da8b9496df feat: add cross-component playhead scroll synchronization 2026-05-02 00:25:41 -07:00
Xiaohan-Tian 6b8a470022 fix: move computing spectrogram text to the center of current viewport of piano roll window 2026-05-02 00:09:33 -07:00
Xiaohan-Tian 5890a6d0b9 fix: piano roll spectrogram is not being zoomed correctly; switching from MIDI region to audio region with piano roll open might cause residual notes. 2026-05-01 23:56:12 -07:00
Xiaohan-Tian 811b3a0936 feat: added zoom-in/out feature for piano roll window. 2026-05-01 23:26:39 -07:00
Xiaohan-Tian d59ad68f72 feat: added fine tune region position feature 2026-05-01 23:07:44 -07:00
Xiaohan-Tian d5795c5281 fix: random not able to exit piano roll hybrid mode issue when switching between different MIDI regions (introduced a region dragging start threshold) 2026-05-01 20:34:21 -07:00