Update export format descriptions for accuracy regarding automation and sample handling
This commit is contained in:
@@ -23,9 +23,9 @@ function sanitizeFileName(value: string): string {
|
||||
}
|
||||
|
||||
const NOTES: Record<ExportFormatId, string> = {
|
||||
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.
|
||||
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. A one-position Song containing only Scene 1 is indistinguishable from the device default and is therefore treated as no authored Song, leaving 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.`,
|
||||
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 and MOD; VEL is baked into note velocities. Choke groups work between pads in the same Drum Rack. TIM automation is not exported, while 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`,
|
||||
|
||||
Reference in New Issue
Block a user