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

@@ -18,7 +18,7 @@ import { getCustomSceneNames } from './useSceneName';
export const EXPORT_FORMATS: ExportFormat[] = [
{
name: 'Ableton 11+',
name: 'Ableton Live',
value: 'ableton',
},
{