turn on white noise for debugging
This commit is contained in:
parent
8e39c5118f
commit
9745b18316
|
@ -23,7 +23,7 @@ Adafruit_SSD1306 display(128, 32, &Wire, -1);
|
||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
uint8_t patch[4] = {0};
|
uint8_t patch[4] = {0};
|
||||||
float volume[5] = {0.75, 0.75, 0.75, 0.75, 0.3};
|
float volume[5] = {0.8, 0.8, 0.8, 0.8, 0.5};
|
||||||
|
|
||||||
// Pipes
|
// Pipes
|
||||||
#define NUM_DRONES 3
|
#define NUM_DRONES 3
|
||||||
|
@ -165,6 +165,7 @@ void setup() {
|
||||||
loadPatch(0);
|
loadPatch(0);
|
||||||
loadPatch(1);
|
loadPatch(1);
|
||||||
loadPatch(2);
|
loadPatch(2);
|
||||||
|
noise.amplitude(1.0);
|
||||||
|
|
||||||
diag("Mixer...");
|
diag("Mixer...");
|
||||||
// Turn on all mixer channels
|
// Turn on all mixer channels
|
||||||
|
|
Loading…
Reference in New Issue