feat: load note helpers in all boot paths
This commit is contained in:
@@ -37,6 +37,7 @@ Routine({
|
||||
};
|
||||
|
||||
"[boot.data-only] loading data_feeds OSCdef...".postln;
|
||||
(~base ++ "palette/note.scd").load;
|
||||
(~base ++ "control/data_feeds.scd").load;
|
||||
(~base ++ "control/finger_piano.scd").load;
|
||||
1.0.wait;
|
||||
|
||||
@@ -148,6 +148,7 @@ Routine({
|
||||
s.sync;
|
||||
|
||||
// -- 5) OSCdef des flux data_feeds -----
|
||||
(~repoRoot ++ "palette/note.scd").load;
|
||||
(~repoRoot ++ "control/data_feeds.scd").load;
|
||||
(~repoRoot ++ "control/finger_piano.scd").load;
|
||||
// En data-only ~melodyInst n'existe pas et \pluck n'est pas charge :
|
||||
|
||||
@@ -34,6 +34,7 @@ Routine({
|
||||
(~base ++ "engine.scd").load;
|
||||
(~base ++ "synth/_index.scd").load;
|
||||
(~base ++ "fx/_index.scd").load;
|
||||
(~base ++ "palette/note.scd").load;
|
||||
(~base ++ "palette/scales.scd").load;
|
||||
(~base ++ "palette/melodies/index.scd").load;
|
||||
(~base ++ "palette/harmonics/index.scd").load;
|
||||
|
||||
Reference in New Issue
Block a user