Remove sample pitch and root note handling in Ableton exporter
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user