Feat: Add one-shot pad override controls for export

This commit is contained in:
2026-07-13 10:17:05 +02:00
parent 89df0e4641
commit e2eecb5b75
3 changed files with 74 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ function ExportProjectDialog({
defaultValues: {
format: EXPORT_FORMATS[0].value,
abletonVersion: '10',
abletonOneShotPads: [],
projectName: `Project${projectId}`,
includeArchivedSamples: true,
exportAllPadsWithSamples: false,