From 9745b18316c20213dd1e8931e93a2e5f6afb746b Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 26 Nov 2020 19:05:51 -0700 Subject: [PATCH] turn on white noise for debugging --- uilleann.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uilleann.ino b/uilleann.ino index 0c6c71c..02ef5bc 100644 --- a/uilleann.ino +++ b/uilleann.ino @@ -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