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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user