feat: added merge MIDI regions feature

This commit is contained in:
Xiaohan-Tian
2026-05-04 18:58:51 -07:00
parent a2f12ca961
commit 066946ea64
5 changed files with 485 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ export { ImportMidiClipCommand } from './region/ImportMidiClipCommand';
export { ImportStemsCommand } from './region/ImportStemsCommand';
export type { StemImportEntry } from './region/ImportStemsCommand';
export { SplitRegionCommand } from './region/SplitRegionCommand';
export { MergeMidiRegionsCommand } from './region/MergeMidiRegionsCommand';
// Note commands
export { CreateNoteCommand } from './note/CreateNoteCommand';