Remove sample pitch and root note handling in Ableton exporter

This commit is contained in:
2026-07-14 11:36:26 +02:00
parent 4343351920
commit 6c21063906
3 changed files with 33 additions and 9 deletions

View File

@@ -422,9 +422,6 @@ async function buildSimplerDevice(
device.VolumeAndPan.Panorama.Manual['@Value'] = padSound.pan;
let pitch = padSound.pitch || 0;
if (koTrack.samplePitch) {
pitch += koTrack.samplePitch;
}
// adding PITCH fader param if defined
if (koTrack.faderParams[FaderParam.PTC] !== -1) {