ref: 4286237ddc77dfc00b156a9a2414936beb304e90
parent: a68874bd0c571dfff06ee6ee3d9b2c5d8c283008
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Dec 30 18:44:57 EST 2019
forgot one extra sleep; update readme
--- a/README.md
+++ b/README.md
@@ -7,7 +7,8 @@
Since Faust isn't(?) ported to Plan 9 (yet?), first you need to
generate some code on some other OS that supports it, by running
-`./gen.sh`.
+`./gen.sh`. As an alternative, do `9fs ftrv.se; ls /n/ftrv.se/faust9p`,
+there is a generated file ready.
So far only one instrument provided, which is a kick drum.
@@ -31,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 } &
+% while() { echo 1 > K*/control/gate/ctl && sleep 0.2 && echo 0 > K*/control/gate/ctl && sleep 0.2 } &
# set B oscillator parameters and enable it
% echo 600 > K*/b/frequency/ctl