From 7ea85d431ba4da4e176607ff01770989bf1417b4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Jul 2026 09:53:25 +0200 Subject: [PATCH] Update description for exported EP scene behavior in Ableton export. --- src/routes/home/Export/ExportProjectDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/home/Export/ExportProjectDialog.tsx b/src/routes/home/Export/ExportProjectDialog.tsx index a5dfed4..289bd37 100644 --- a/src/routes/home/Export/ExportProjectDialog.tsx +++ b/src/routes/home/Export/ExportProjectDialog.tsx @@ -23,7 +23,7 @@ function sanitizeFileName(value: string): string { } const NOTES: Record = { - ableton: `Every genuine EP scene is exported to Session View. When the project has an authored EP Song, it is additionally laid out in Arrangement View. The device's default one-position Scene 1 state is treated as no authored Song, so it leaves Arrangement View empty. + ableton: `Every selected EP scene is exported to Session View. When the project has an authored EP Song, the complete saved Song is additionally laid out in Arrangement View even if Session scene selection is limited. The device's default one-position Scene 1 state is treated as no authored Song, so it leaves Arrangement View empty. When samples are included, suitable single-pitch pads are automatically organized into Drum Racks, while chromatic or expressive 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.`,