Update Ableton export logic to use comprehensive playback state parameters
This commit is contained in:
@@ -217,7 +217,6 @@ 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