backported lets from leeds algo

This commit is contained in:
Aneurin Barker Snook
2016-04-30 19:17:39 +01:00
parent 0131221853
commit 83f6aeb573
2 changed files with 22 additions and 29 deletions
+6
View File
@@ -27,6 +27,12 @@ let msil = mapM_ ($ silence)
# gain "0.8"
b2'uxp = (# gain "0.8") .
(# speed "[0.7 1 1.2]/2")
b2'ux = cf $ s "uxay*4"
# n "1 0 1 2"
b2'ux2 i = (if i then brak . iter 4 else cf . brak) $
b2'uxp $ s "uxay*4"
# n "1 0 1 2"
# shape "0.4 0.3 0.6"
b2'psr = s "psr*4 psr*2"
# gain "0.6"
b2'psrf = s "[[psr*4 psr*2] ! ! psr*8]/4"