Firmware for HexBoard MIDI controller
-rw-r--r--Hexperiment.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/Hexperiment.ino b/Hexperiment.ino
index 38abbc5..0d361a6 100644
--- a/Hexperiment.ino
+++ b/Hexperiment.ino
@@ -141,7 +141,7 @@
#define VALUE_BLACK 0
#define VALUE_LOW 127
#define VALUE_SHADE 170
- #define VALUE_NORMAL 19
+ #define VALUE_NORMAL 192
#define VALUE_FULL 255
// saturation ranges from 0..255
@@ -2030,4 +2030,4 @@
}
void loop1() { // run on second core
keepTrackOfRotaryKnobTurns();
- } \ No newline at end of file
+ }