fix: minor updated color palette for some components; updated default region/track names for stem separation.

This commit is contained in:
Xiaohan-Tian
2026-04-20 15:33:02 -07:00
parent 1e4fdfc8c5
commit a71de0c789
7 changed files with 47 additions and 38 deletions
@@ -12,6 +12,7 @@ import { KGAudioInterface } from '../../audio-interface/KGAudioInterface';
*/
export interface StemImportEntry {
trackName: string;
regionName: string;
audioFileId: string;
audioFileName: string;
audioDurationSeconds: number;
@@ -128,7 +129,7 @@ export class ImportStemsCommand extends KGCommand {
regionId,
trackId.toString(),
track.getTrackIndex(),
stem.audioFileName,
stem.regionName,
this.insertBeat,
durationInBeats,
stem.audioFileId,