Waiting for Superdirt

Do you mean when I start Superdirt in SuperCollider or when I try and boot Tidal in Atom?

This is the output when I try and boot it in Atom:

Custom ghci path configured: ~/.ghcup/bin/ghci

Ghci command: /Users/thomasharrisson/.ghcup/bin/ghci Ghc-pkg command: /Users/thomasharrisson/.ghcup/bin/ghc-pkg

Start atom-tidalcycles plugin

Load BootTidal.hs from /Users/thomasharrisson/.atom/packages/tidalcycles/lib/BootTidal.hs

t>

t>

t> [TidalCycles version 1.7.1] Installed in /Users/thomasharrisson/.cabal/share/x86_64-osx-ghc-8.10.4/tidal-1.7.1 Listening for external controls on 127.0.0.1:6010

t> [TidalCycles v1.7.1]

t> Waiting for SuperDirt..

t> Waiting for SuperDirt..

(the "Waiting for Superdirt..." part just repeats ad infinitum until I just force quit Atom)

Ok not sure what's going on with that folder. This should fix it:

cd ~/Library/Application\ Support/SuperCollider/downloaded-quarks/
rm -rf SuperDirt
git clone https://github.com/musikinformatik/SuperDirt.git
cd SuperDirt
git checkout v1.7.2

You will then need to restart supercollider or 'recompile class library'

1 Like

Thanks, Alex. I've no idea what that did but it worked! :partying_face:

1 Like