From 59ba2e652b2a9a16fbca9dc2dfb0b27a46a6c01d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Jul 2026 07:57:09 +0200 Subject: [PATCH] Update export options and dialog text for better clarity --- src/routes/home/Export/ExportOptions.tsx | 30 +------------------ .../home/Export/ExportProjectDialog.tsx | 2 +- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/src/routes/home/Export/ExportOptions.tsx b/src/routes/home/Export/ExportOptions.tsx index 7272974..5745e88 100644 --- a/src/routes/home/Export/ExportOptions.tsx +++ b/src/routes/home/Export/ExportOptions.tsx @@ -21,7 +21,7 @@ function ExportOptions({ disabled = false }: { disabled?: boolean }) { const { data: projectData } = useProject(projectId); const notesVariationWarnings = useMemo(() => { - if (format === 'reaper') { + if (format === 'ableton' || format === 'reaper') { return []; } @@ -103,34 +103,6 @@ function ExportOptions({ disabled = false }: { disabled?: boolean }) { disabled={disabled} helperText="Samples will be exported as separate WAV files and bundled with the project. Sampler instrument will be assigned to each track that has a sample." /> - - - - = { - ableton: `Recorded fader automation is exported for LVL, PTC, LPF, HPF, FX, ATK, REL, PAN, TUNE, VEL and MOD. TIM automation is not exported because Ableton has no equivalent for the EP's real-time stretch control. Choke groups require Drum Rack, and the EP effects and stretching algorithms remain approximations.`, + ableton: `Pads used at one consistent pitch are automatically organized into Drum Racks, while chromatic pads remain on separate MIDI tracks. Recorded fader automation is exported for LVL, PTC, LPF, HPF, FX, ATK, REL, PAN, TUNE, VEL and MOD. Choke groups work between pads in the same Drum Rack. TIM automation, the EP effects and stretching algorithms remain approximations.`, dawproject: `Unfortunately, the DAWproject format does not currently support the "Sampler" instrument, so you will need to manually assign the samples in your DAW.`, midi: `The simplest format supported by any DAW. But you have to assign the samples manually.`, reaper: `Only basic sampler features are supported`,