Hello everyone !
First post here
I had a lot of issues installing Tidal Cycles, had some help by a friend who knows a bit about it. We tried a lot of things but still no chance...
Can I have some help with clean reinstalling ?
At the moment, when I type include("SuperDirt");
I get :
ERROR: Quark 'SuperDirt' not found
CALL STACK:
Exception:reportError
arg this =
Nil:handleError
arg this = nil
arg error =
Thread:handleError
arg this =
arg error =
Object:throw
arg this =
Meta_Quark:new
arg this =
arg name = "SuperDirt"
arg refspec = nil
arg url = nil
arg localPath = nil
var args = nil
Meta_Quarks:install
arg this =
arg name = "SuperDirt"
arg refspec = nil
var path = nil
var quark = nil
String:include
arg this = "SuperDirt"
Interpreter:interpretPrintCmdLine
arg this =
var res = nil
var func =
var code = "include("SuperDirt");"
var doc = nil
var ideClass =
Process:interpretPrintCmdLine
arg this =
^^ The preceding error dump is for ERROR: Quark 'SuperDirt' not found
Thank you very much, can't wait to try Tidal out !!
Hi!
So I ran the automatic installation script again, and now it looks like superdirt is up and running
"SuperDirt: listening to Tidal on port 57120"
Then I followed the tutorial here.
But then on Atom when I do : TidalCycles -> Boot Tidal Cycles
I have an error in Atom :
Cannot browse tidal to obtain informations for autocomplete: Error: Command failed: echo ":browse Sound.Tidal.Context" | "/Users/tom/.ghcup/bin/ghci"
/bin/sh: /Users/tom/.ghcup/bin/ghci: No such file or directory
t> /bin/sh: /Users/tom/.ghcup/bin/ghci: No such file or directory
Hmm... it looks like the /Users/tom/.ghcup/bin/ghci file can't be found, which suggests Haskell hasn't been installed properly, or hasn't been installed in the expected location.
When you run the installation script in Terminal, are there any red errors or yellow warnings that appear relating to ghc?
Xcode command line tools are required to install and run SuperDirt and GHCi. I'd try the solution suggested here - that should make sure the command line tools are installed, after which I'd try running the installation script again.