Skip to content

Commit

Permalink
fix bootfile
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorphicengine committed Dec 30, 2023
1 parent 3fedf10 commit cbf79f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BootTidal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ let only = (hush >>)
resetCycles = streamResetCycles tidal
setCycle = streamSetCycle tidal
setcps = asap . cps
getcps = streamGetcps tidal
getnow = streamGetnow tidal
getcps = streamGetCPS tidal
getnow = streamGetNow tidal
xfade i = transition tidal True (Sound.Tidal.Transition.xfadeIn 4) i
xfadeIn i t = transition tidal True (Sound.Tidal.Transition.xfadeIn t) i
histpan i t = transition tidal True (Sound.Tidal.Transition.histpan t) i
Expand Down

0 comments on commit cbf79f7

Please sign in to comment.