diff --git a/tests/ableton-automation.test.ts b/tests/ableton-automation.test.ts index 9663ec5..c16b539 100644 --- a/tests/ableton-automation.test.ts +++ b/tests/ableton-automation.test.ts @@ -36,7 +36,7 @@ const occurrence: AblGroupPatternOccurrence = { timeSignature: { numerator: 4, denominator: 4 }, faderParams, faderAutomation: [ - { parameter: FaderParam.REL, position: 96, value: 0.75, flags: 0 }, + { parameter: FaderParam.PAN, position: 96, value: 0.75, flags: 0 }, { parameter: FaderParam.VEL, position: 192, value: 0.5, flags: 0 }, ], }; @@ -58,7 +58,7 @@ test('preserves each pad pitch offset while applying group PTC automation', () = test('tiles arrangement automation across the scene length', () => { const envelopes = buildArrangementEnvelopes( [occurrence], - { [FaderParam.REL]: [{ arrangement: 22000 }] }, + { [FaderParam.PAN]: [{ arrangement: 22000 }] }, track, false, ); @@ -77,7 +77,7 @@ test('tiles arrangement automation across the scene length', () => { test('uses absolute automation targets for Session clip envelopes', () => { const envelopes = buildClipEnvelopes( occurrence, - { [FaderParam.REL]: [{ session: 23000 }] }, + { [FaderParam.PAN]: [{ session: 23000 }] }, track, false, ); diff --git a/tests/ableton-hybrid.test.ts b/tests/ableton-hybrid.test.ts index a63b0dd..e607900 100644 --- a/tests/ableton-hybrid.test.ts +++ b/tests/ableton-hybrid.test.ts @@ -239,9 +239,7 @@ test('serializes nested Live 10 Simplers without artificial empty Session clips' (match) => match[0], ); assert.ok( - simplerBlocks.every((simpler) => - /[\s\S]*?/.test(simpler), - ), + simplerBlocks.every((simpler) => /[\s\S]*?/.test(simpler)), ); assert.ok( simplerBlocks.every((simpler) =>