feat: load matrix after sections
CI build oscope-of / build-check (push) Has been cancelled

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.
This commit is contained in:
L'électron rare
2026-06-28 16:48:40 +02:00
parent 2250fe347f
commit ee7f349359
+3
View File
@@ -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;