Xiaohan-Tian
|
2c84b48f63
|
fix: linter errors
|
2026-05-24 23:47:45 -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
|
892e154a0f
|
fix: minor UI adjustments
|
2026-05-14 22:35:04 -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
|
cd90dc1c99
|
fix: linter errors
|
2026-05-01 14:36:56 -07:00 |
|
Xiaohan-Tian
|
9be96cd957
|
feat: add R as shortcut of recording button; fixed linter errors.
|
2026-05-01 14:29:27 -07:00 |
|
Xiaohan-Tian
|
f60c7b44ec
|
feat: added remix and repaint support
|
2026-04-29 18:28:23 -07:00 |
|
Xiaohan-Tian
|
f7f79cdb32
|
fix: extract stems from trimmed audio is using full song
|
2026-04-20 21:49:25 -07:00 |
|
Xiaohan-Tian
|
a71de0c789
|
fix: minor updated color palette for some components; updated default region/track names for stem separation.
|
2026-04-20 15:33:02 -07:00 |
|
Xiaohan-Tian
|
f0a2f06295
|
fix: remove hardcoded lm model
|
2026-04-18 16:28:29 -07:00 |
|
Xiaohan-Tian
|
474b68c494
|
fix: minor updates the parameters send to ace-step-1.5
|
2026-04-17 23:58:10 -07:00 |
|
Xiaohan-Tian
|
5ca1358795
|
feat: added "powered by" info to 3rd party powered features
|
2026-04-17 18:02:08 -07:00 |
|
Xiaohan-Tian
|
7d10d37b4f
|
fix: default K.G.One Music Generator panel to Full Song tab
|
2026-04-17 16:55:24 -07:00 |
|
Xiaohan-Tian
|
3010cf4e2d
|
fix: long track name displaying issue; wrong separator model name mapping; imported generated full song not adjusting max bars; implemented retry mechanism for K.G.One server calls.
|
2026-04-16 17:44:44 -07:00 |
|
Xiaohan-Tian
|
7b82572d5c
|
feat: implemented drag-n-drop to import KGOne generated audio/MIDI file feature
|
2026-04-15 22:40:47 -07:00 |
|
Xiaohan-Tian
|
cadd51c3a4
|
feat: integrate K.G.One music generation panel
- ConfigManager: add `general.kgone` config block (enabled toggle +
base URL); add `setKGOneManagedByServer()` / `isKGOneServerManaged()`
for managed deployments that supply a `kgone-server.txt` override
- App.tsx: probe for `kgone-server.txt` on startup (Content-Type guard
to avoid Vite SPA fallback false-positive)
- GeneralSettings: new K.G.One section with enable toggle + base URL
input; fields disabled when server-managed
- Toolbar: magic wand button (FaWandMagicSparkles) that toggles the
panel; disabled with reduced opacity when K.G.One is turned off;
mutually exclusive with the Chat panel
- projectStore: add `showKGOnePanel` state + `toggleKGOnePanel` action
- KGOnePanel (new): three-tab panel (Clip / Full Song / Separator)
- Clip: prompt + advanced params → POST /v1/clip/generate → poll
/v1/clip/result → download WAV → AudioPlayer preview
- Full Song: caption + lyrics + advanced params → POST
/v1/fullsong/generate → poll /v1/fullsong/result (live progress %
from nested JSON string) → download MP3 → AudioPlayer preview
- Separator: reads selected audio region from OPFS via
KGAudioFileStorage → POST /v1/separator/separate (multipart) →
poll /v1/separator/result → parallel-download all stem files →
multiple labeled AudioPlayer instances rendered vertically
- Shared: custom AudioPlayer (play/pause, clickable seek bar),
spinner + hint text, error card, AbortController cleanup,
DEBUG_MODE.KGONE-gated REQ/RES console logging
|
2026-04-15 19:51:16 -07:00 |
|