Skip to content

Commit

Permalink
Edit some comments.
Browse files Browse the repository at this point in the history
  Remove some unneeded brackets.
  Improve spacing of layout.
  • Loading branch information
JeffreyBenjaminBrown committed Nov 19, 2023
1 parent 928128d commit 84116b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Sound/Tidal/Transition.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ relative to the current cycle.
@
do setcps 1
d1 $ s "[bd,numbers]" |* n (slow 8 $ run 8)
sched 2 [ (2, s "[lt*5]"),
(4, s "[ht*4]"),
(6, s "[hc*3]") ]
sched 2 [ (2, s "lt*5"),
(4, s "ht*4"),
(6, s "hc*3") ]
@
-}
sched :: Stream -- ^ PITFALL: Not provided by user.
Expand All @@ -80,12 +80,12 @@ relative to the most recent time that was divisible by the divisor.
@
do setcps 1
d1 $ s "[bd,numbers]" |* n (slow 8 $ run 8)
schod 2 8 [ (2, s "[lt*5]"),
(4, s "[ht*4]"),
(6, s "[hc*3]"),
(8, s "~ sn:1" ),
(12, s "~ ~ sn:1" ),
(16, silence) ]
schod 2 8 [ (2, s "lt*5"),
(4, s "ht*4"),
(6, s "hc*3"),
(8, s "~ sn:1" ),
(12, s "~ ~ sn:1" ),
(16, silence) ]
@
-}
schod :: Stream -- ^ PITFALL: Not provided by user.
Expand Down

0 comments on commit 84116b0

Please sign in to comment.