Hi, I've found that my old loop did'not play well with the newest version of tidal. On my system is tidal installed by official package: haskell-tidal
. I've tried the downgrade
script but with no success (some Haskell hell if I've to be precise). Then i have tried installing with cabal (I have to install it first, it is not preliminary to run tidal on arch), succesfully installed tidal-1.7.10 to ~/.cabal/bin
but that's all I have achieved in this context.
running ~/.cabal/bin/tidal
is this:
[TidalCycles version 1.7.10]
Installed in /home/paum/.cabal/store/ghc-9.0.2/tidal-1.7.10-ccc71f217839abb092671cfef5662690abcd6c18fea6207d1062dd38ca75d90d/share
Listening for external controls on 127.0.0.1:6010
and running globally installed tidal runs within ghci environment:
GHCi, version 9.0.2: https://www.haskell.org/ghc/ :? for help
[TidalCycles version 1.9.4]
Installed in /usr/share/haskell-tidal
Listening for external controls on 127.0.0.1:6010
I am an Emacs user, and it would be cool to be able decide within emacs, which tidal version I want to run.
Thanks for any help.
paum