TidalCycles doesn't run

I'm having some trouble getting Tidal to work. I'm no programming expert, but i'm used to live coding on Sonic Pi.
My PC is running Windows 11 and using Atom as my text editor. Installed everything through the automatic installer, and it went fine without errors. SuperDirt works fine, and shows:

SuperDirt: listening to Tidal on port 57120

But when I try to boot Tidal on Atom, it returns this error message:

t>
C:\Users\mauri.atom\packages\tidalcycles\lib\BootTidal.hs:9:112: error:
Not in scope: `cVerbose'
|
9 | tidal <- startTidal (superdirtTarget {oLatency = 0.05, oAddress = "127.0.0.1", oPort = 57120}) (defaultConfig {cVerbose = True, cFrameTimespan = 1/20})
|

Read through the troubleshoot on Tidal site;
ghci returns:
GHCi, version 9.4.2: Home — The Glasgow Haskell Compiler :? for help

but "import Sound.Tidal.Context" returns nothing.

used cabal v1-install tidal and it returns 'up to date'.

Am I missing something? Any help would be appreciated. <3

Read this other similar thread: Newbie here: need help with error booting Tidal - #7 by joanq , maybe this will solve your problem.

1 Like

this totally worked! thank you so much :pray:

2 Likes