Skip to content

Commit feedc86

Browse files
authored
Fix Irregular1b
1 parent 424bd03 commit feedc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sound/Tidal/Drum/Irregular1b.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module Sound.Tidal.Drum.Irregular1b where
44

55
import Sound.Tidal.Context
66

7-
bd = "[t ~ t ~] [~ ~ ~ t [~ ~ t ~] [~ ~ ~ ~]" :: Pattern Bool
7+
bd = "[t ~ t ~] [~ ~ ~ t] [~ ~ t ~] [~ ~ ~ ~]" :: Pattern Bool
88
sn = "[~ ~ ~ ~] [t ~ ~ ~] [~ ~ ~ ~] [t ~ ~ t]" :: Pattern Bool
99

0 commit comments

Comments
 (0)