feat: added split region feature

This commit is contained in:
Xiaohan-Tian
2026-04-16 22:36:31 -07:00
parent 9d9190413d
commit ebcebb5d3b
3 changed files with 263 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ export { ImportAudioCommand } from './region/ImportAudioCommand';
export { ImportMidiClipCommand } from './region/ImportMidiClipCommand';
export { ImportStemsCommand } from './region/ImportStemsCommand';
export type { StemImportEntry } from './region/ImportStemsCommand';
export { SplitRegionCommand } from './region/SplitRegionCommand';
// Note commands
export { CreateNoteCommand } from './note/CreateNoteCommand';