turn on white noise for debugging

This commit is contained in:
Neale Pickett 2020-11-26 19:05:51 -07:00
parent 8e39c5118f
commit 9745b18316
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Adafruit_SSD1306 display(128, 32, &Wire, -1);
// Settings
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
#define NUM_DRONES 3
@ -165,6 +165,7 @@ void setup() {
loadPatch(0);
loadPatch(1);
loadPatch(2);
noise.amplitude(1.0);
diag("Mixer...");
// Turn on all mixer channels