Add support for Ableton one-shot pad overrides in export logic

This commit is contained in:
2026-07-13 10:16:16 +02:00
parent c1e74e1cae
commit 30676a0308
3 changed files with 16 additions and 0 deletions

View File

@@ -217,6 +217,7 @@ export type ExportFormat = {
export type ExporterParams = {
abletonVersion?: '10' | '11';
abletonOneShotPads?: PadCode[];
projectName?: string; // custom project name for exported files
includeArchivedSamples?: boolean;
exportAllPadsWithSamples?: boolean; // export all pads with assigned samples even if not used