Commit Graph

  • 719a184e5a minor README update. Xiaohan-Tian 2025-08-21 23:21:04 -07:00
  • 7ac14b3f16 Merge pull request #8 from KGAudioLab/fix/2025-08-16-misc Xiaohan-Tian 2025-08-21 23:19:23 -07:00
  • f2355b2350 rewrote welcome_new article; updated readme file; introduced /help command. Xiaohan-Tian 2025-08-21 23:05:22 -07:00
  • 0c54332401 added export conversation feature. Xiaohan-Tian 2025-08-21 21:56:22 -07:00
  • c1112f41d5 added an option to fix the "Zoom can't capture the sound" problem (it is IMPORTANT to choose "share sound" when share screen in Zoom). Xiaohan-Tian 2025-08-20 15:48:26 -07:00
  • 365acdae7e added overview document. Xiaohan-Tian 2025-08-16 17:45:28 -07:00
  • 8b0ddae58d optimized ChatBox component. Xiaohan-Tian 2025-08-16 17:35:40 -07:00
  • 429efaf629 cleaned up the LLM providers. Xiaohan-Tian 2025-08-16 16:25:45 -07:00
  • cf4f3edb30 removed native tool_calls handling from OpenAIProvider. Xiaohan-Tian 2025-08-16 15:49:41 -07:00
  • e69abfd916 Merge pull request #7 from KGAudioLab/fix/2025-08-12-misc Xiaohan-Tian 2025-08-15 19:34:39 -07:00
  • f5a6c8d92c added a subtle wave animation to the 'processing...' text. Xiaohan-Tian 2025-08-15 19:34:13 -07:00
  • 91db05873e Merge pull request #6 from KGAudioLab/fix/2025-08-12-misc Xiaohan-Tian 2025-08-15 18:13:03 -07:00
  • c6fac8b319 Update cover-FXgihfAH2vc.png Xiaohan-Tian 2025-08-15 18:12:16 -07:00
  • 1040b17247 Merge pull request #5 from KGAudioLab/fix/2025-08-12-misc Xiaohan-Tian 2025-08-15 17:31:28 -07:00
  • ed714b4aa7 Update README.md Xiaohan-Tian 2025-08-15 17:30:55 -07:00
  • 2d26138849 Merge pull request #4 from KGAudioLab/fix/2025-08-12-misc Xiaohan-Tian 2025-08-15 17:29:42 -07:00
  • cb3e1d4fff added demo video links to README.md. Xiaohan-Tian 2025-08-15 17:29:25 -07:00
  • 7c3fcbfec2 Merge pull request #3 from KGAudioLab/fix/2025-08-12-misc Xiaohan-Tian 2025-08-15 15:42:57 -07:00
  • 867ec281ba Update README.md Xiaohan-Tian 2025-08-15 15:42:37 -07:00
  • dd6a70e0b2 updated the input boxes on the settings page to take up the full width. Xiaohan-Tian 2025-08-13 22:52:35 -07:00
  • 22f4155ced added an automation tool, inputChatBox, which allows users to automatically input content into the chat box via the browser's console. Xiaohan-Tian 2025-08-13 22:51:09 -07:00
  • f02f3fa6ab Merge pull request #2 from KGAudioLab/fix/2025-08-12-misc Xiaohan-Tian 2025-08-13 19:13:16 -07:00
  • abdfa44012 Update synth.png Xiaohan-Tian 2025-08-13 19:12:49 -07:00
  • db8aac21aa Merge pull request #1 from KGAudioLab/fix/2025-08-12-misc Xiaohan-Tian 2025-08-13 16:53:44 -07:00
  • fc151c818f remove debug info from AttemptCompletionTool. Xiaohan-Tian 2025-08-12 23:19:28 -07:00
  • 4903450ff4 updated custom instructions for the qwen3-a3b-30b model to address and prevent instances of inactivity or 'laziness' when generating notes for drum kit tracks. Xiaohan-Tian 2025-08-12 23:04:07 -07:00
  • 91dc9e5023 the code has been updated to ensure that the latest configurations are always retrieved when making calls to the LLM. Xiaohan-Tian 2025-08-12 23:02:53 -07:00
  • 2510014580 updated the naming convention for new tracks and regions. New tracks now default to 'Track {i}', and new regions default to '{track_name} Region {i}'. Xiaohan-Tian 2025-08-12 21:41:11 -07:00
  • 47872287ce prevent users from creating overlapping regions. Xiaohan-Tian 2025-08-12 21:18:36 -07:00
  • 585690a046 fixed the issue that changing instrument will cause track volume back to default. Xiaohan-Tian 2025-08-12 21:10:49 -07:00
  • e2e992cbda when converting KGTrack to ABC Notation Music Sheet, we should display the drum instrument name instead of the real track name in case the real track name can't indicate the track is using drum pitch notes. Xiaohan-Tian 2025-08-12 20:01:51 -07:00
  • cac9d47f3d updated system prompt to emphasize when adding notes, it should NOT omit any notes. Xiaohan-Tian 2025-08-12 19:47:57 -07:00
  • 3534dc7fca hide the ChatBox instead of unmount it to prevent lose chat history. Xiaohan-Tian 2025-08-12 19:29:32 -07:00
  • f9fc309c91 updated error_no_selected_region.md. Xiaohan-Tian 2025-08-12 19:05:18 -07:00
  • 4fc2d773fd when exporting KGProject to ABC Notation Music Sheet, we need to export all the tracks including the track contains user selected region, but we should skip the track with no region or no note. Xiaohan-Tian 2025-08-12 18:56:55 -07:00
  • 5e5a68e1d7 added a treatment for InstrumentSelection panel when selectedTrackId is empty or doesn't associate with a valid track. Xiaohan-Tian 2025-08-12 18:25:00 -07:00
  • 7ada648d14 removed instrumentSelectionTrackId from projectStore, align the instrumentSelectionTrackId with selectedTrackId. Xiaohan-Tian 2025-08-12 18:14:25 -07:00
  • ee34115423 auto-select new created track; delete selected track will change selection to an remaining track. Xiaohan-Tian 2025-08-12 18:04:14 -07:00
  • 8b2d4d68f0 added workflow deploy-to-pages. Xiaohan-Tian 2025-08-11 23:02:34 -07:00
  • bf085dacf2 introduce BASE_URL to the app and set it to /kgstudio/. Xiaohan-Tian 2025-08-11 22:35:51 -07:00
  • af9eca8fee disable unused param check for building; updated version number; avoid relying on constructor.name to determine class type due to class name mangling. Xiaohan-Tian 2025-08-11 19:54:51 -07:00
  • 4ceadbd09c updated README.md. Xiaohan-Tian 2025-08-11 18:47:09 -07:00
  • de51967b49 initial public release. Xiaohan-Tian 2025-08-11 18:37:21 -07:00