From ee7f349359788fd3961b39da4589dbb74b49c29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Sun, 28 Jun 2026 16:48:40 +0200 Subject: [PATCH] feat: load matrix after sections Adds step 6i to data_only/boot.scd: loads matrix.scd after sections.scd, matching the additive load pattern used by every other data_only feature file. --- sound_algo/data_only/boot.scd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound_algo/data_only/boot.scd b/sound_algo/data_only/boot.scd index 553313f..a646f7f 100644 --- a/sound_algo/data_only/boot.scd +++ b/sound_algo/data_only/boot.scd @@ -200,6 +200,9 @@ Routine({ // -- 6h. Live song-building sections ----- (~base ++ "sections.scd").load; s.sync; + // -- 6i. Matrix arranger ----- + (~base ++ "matrix.scd").load; s.sync; + // -- 7) Demarre la scene par defaut ----- if(~doScene.isNil) { "[data-only/boot] ERREUR : ~doScene non defini".warn;