Commit Graph

253 Commits

Author SHA1 Message Date
Xiaohan-Tian 098d465c4a Merge pull request #37 from KGAudioLab/feat/2025-05-02-midi-automation
Feat/2025 05 02 midi automation
2026-05-08 17:10:34 -07:00
Xiaohan-Tian f38597efed docs: updated README.md 2026-05-08 17:10:07 -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 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
Xiaohan-Tian 0d9e2a9f9b fix: round interpolated MIDI values to integers to deduplicate repeated consecutive values 2026-05-06 20:01:46 -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 6ed1dddebd fix: load existing projects will crash the playback or have no sound due to missing pitchBend array in the JSON 2026-05-05 21:52:57 -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 c733c39814 fix: should cut a held looped recording note at the loop end when note off arrives after wrap 2026-05-04 17:11:29 -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 fc304ac349 feat: added a shortcut E to open/close piano roll 2026-05-04 16:53:48 -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
GitHub Actions Bot d4d340383a chore(release): 0.13.0-build.20260502
Generated release with automated versioning system.

Release type: minor

Build date: 2026-05-02 23:22:19 UTC

🤖 Generated with automated release workflow
2026-05-02 23:22:19 +00:00
Xiaohan-Tian 07ba49d8e6 Merge pull request #36 from KGAudioLab/feat/2026-04-30-midi-device-recording
Feat/2026 04 30 midi device recording
2026-05-02 16:21:05 -07:00
Xiaohan-Tian 9828c45050 docs: updated README.md 2026-05-02 16:20:44 -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
Xiaohan-Tian cbd2fc60a0 fix: updated the spectrogram icon 2026-05-01 20:18:32 -07:00
Xiaohan-Tian 756fc1bc6c fix: minor UI updates 2026-05-01 18:49:28 -07:00