Skip to content

Commit

Permalink
set to utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Dec 26, 2019
1 parent 8667f51 commit b8badee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BootTidal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
:set prompt-cont ""

import Sound.Tidal.Context
import System.IO (hSetEncoding, stdout, utf8)

hSetEncoding stdout utf8

-- total latency = oLatency + cFrameTimespan
tidal <- startTidal (superdirtTarget {oLatency = 0.1, oAddress = "127.0.0.1", oPort = 57120}) (defaultConfig {cFrameTimespan = 1/20})
Expand Down

0 comments on commit b8badee

Please sign in to comment.