From ce4e702dd4ca1232b14ce54ce3897235aa0a3695 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Sat, 10 Jun 2017 14:54:44 +0100 Subject: [PATCH] also, backticks need to be escaped --- snippets/hsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/hsetup b/snippets/hsetup index f1cd8fe..060bcdd 100644 --- a/snippets/hsetup +++ b/snippets/hsetup @@ -6,7 +6,7 @@ # -- let bpm b = cps (b/60) withmod a b c d = (whenmod a b . within (c, d)) - every' n o f = when ((== (o-1)) . (`mod` n)) f + every' n o f = when ((== (o-1)) . (\`mod\` n)) f msil = mapM_ ($ silence) tmod s e = (# nudge (scale 0 s $ fmap (**e) saw1)) swing a = within (0.1, 0.4) (a ~>) . within (0.6, 0.9) (a ~>)