pre osmoza mods
parent
5522dbfa26
commit
63be7ee648
|
@ -13,7 +13,7 @@ s.waitForBoot{
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// set path for sample location and make dictionary of subdirectories
|
||||
//~samplepath = thisProcess.nowExecutingPath.dirname ++ "/samples";
|
||||
~samplepath = "/home/rob/pifcamp2023/sc/samples"; // CHANGE THIS TO YOUR OWN PATH
|
||||
~samplepath = "/home/rizoma/collaborative_capacitive/sc/samples"; // CHANGE THIS TO YOUR OWN PATH
|
||||
~smp = Dictionary.new;
|
||||
//~smp[\green];
|
||||
|
||||
|
@ -69,6 +69,8 @@ s.waitForBoot{
|
|||
// RECEIVE OSC MESSAGES FROM ESP32s
|
||||
|
||||
~transpositionsA = 0;
|
||||
~transpositionsB = 0;
|
||||
|
||||
~modeB = 0;
|
||||
~modeC = 0;
|
||||
~modeD = 0;
|
||||
|
@ -95,8 +97,8 @@ s.waitForBoot{
|
|||
|
||||
];
|
||||
|
||||
~scaleA = ~scaleMode[0];
|
||||
~scaleB = ~scaleMode[0];
|
||||
~scaleA = ~scaleMode[1]; // default to natural minor
|
||||
~scaleB = ~scaleMode[1];
|
||||
|
||||
~ssA = 0; // scale index
|
||||
~ssB = 0;
|
||||
|
|
Loading…
Reference in New Issue