pre osmoza mods

master
Rob Canning 2023-09-19 22:26:27 +02:00
parent 5522dbfa26
commit 63be7ee648
1 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/*RUN*/
/*RUN*/
s.options.numInputBusChannels = 4;
s.options.numOutputBusChannels = 4;
@ -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;