shithub: neindaw

Download patch

ref: 89e5b69e1f1cc15c816e3619368738df3f807fdc
parent: 8f830516042b115bc35b75432db0e3181f4f0db3
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Dec 30 19:43:06 EST 2019

update readme

--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@
 % audio/pcmconv -i f32c2r44100 < data > /dev/audio &
 
 # start toggling the gate to get the kicks
-% while() { echo 1 > K*/control/gate/ctl && sleep 0.2 && echo 0 > K*/control/gate/ctl && sleep 0.2 } &
+% while() { echo 1; sleep 0.2; echo 0; sleep 0.2 } > K*/control/gate/ctl &
 
 # set B oscillator parameters and enable it
 % echo 600 > K*/b/frequency/ctl