Add support for Ableton one-shot pad overrides in export logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user