From 88d8aa4204d70b81e1d0e725d6ff02b2ea9b7789 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Jul 2026 09:58:26 +0200 Subject: [PATCH] Update test structure for Ableton pattern occurrence definition --- tests/ableton-automation.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ableton-automation.test.ts b/tests/ableton-automation.test.ts index 51891d1..f2e9bb0 100644 --- a/tests/ableton-automation.test.ts +++ b/tests/ableton-automation.test.ts @@ -26,8 +26,10 @@ const faderParams = { const occurrence: AblGroupPatternOccurrence = { group: 'a', + patternNumber: 1, bars: 1, - sceneBars: 2, + duration: 8, + loopDuration: 4, sceneIndex: 0, sceneName: '01', offset: 0,