From df698cc8fc89bc760a5beadeb8013734445a05af Mon Sep 17 00:00:00 2001 From: twobit Date: Thu, 26 Jul 2012 02:27:12 +0200 Subject: [PATCH] nice accord --- firmware/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/main.c b/firmware/main.c index ec4bf7d..16ccff9 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -43,7 +43,7 @@ static void synth_init(void) synth.channels[0].speed = 1153; synth.channels[1].phase = 0; - synth.channels[1].speed = 23456; + synth.channels[1].speed = 1728; } static inline void synth_mix(void)