shithub: neindaw

Download patch

ref: c37e00d440c299a357bf418493024d0d2495d16b
parent: 320b41004afeb457ee608de41f5185819cce6d23
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Dec 31 08:15:56 EST 2019

fix readme

--- a/README.md
+++ b/README.md
@@ -28,11 +28,11 @@
 # raise frequency to 160Hz
 % echo 160 > K*/a/f*/ctl
 
-# pipe sound to /dev/audio in background, it should start kicking
+# pipe sound to /dev/audio in background
 % while() { for(i in 22050 22050 22050 44100 44100) { audio/pcmconv -i f32c1r44100 -l $i < data } } > /dev/audio &
 # the numbers ar how many bytes of the output should be read
 
-# gate = 1
+# gate = 1, should start kicking
 % echo 1 > K*/control/gate/ctl
 
 # set B oscillator parameters and enable it