Add Ableton Live version selection and validation for export options

This commit is contained in:
2026-07-13 04:44:26 +02:00
parent fe0b578373
commit d50781ed57
5 changed files with 13 additions and 19 deletions

View File

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