tidalcycles / pulsar-tidalcycles

Pulsar plugin for TidalCycles
https://web.pulsar-edit.dev/packages/tidalcycles
GNU General Public License v3.0
50 stars 28 forks source link

I just UPDATED atom-tidalcycles 3.8.7 #94

Closed aziks closed 4 years ago

aziks commented 4 years ago

SuperCollider and SuperDirt are running correctly and I checked ‘Sound.Tidal.Context’ and is installed, got this error in Atom:

: error: Could not find module ‘Sound.Tidal.Context’ It is not a module in the current program, or in any known package.

Variable not in scope: d1 :: t0 -> t

• Variable not in scope: sound :: [Char] -> t0
• Perhaps you meant ‘round’ (imported from Prelude)
diegodorado commented 4 years ago

had a similar problem... downgrade through apm does work. I am sure there is an easy fix for this.... meanwhile you can uninstall the package, and install a previous version from apm

apm install tidalcycles@3.1.0 worked for me

aziks commented 4 years ago

Ey thanks for the reply! I tried to downgrade to 3.1.0 but i got the same error:

Could not find module ‘Sound.Tidal.Context’

image

The thing is I can load this module in the console...

aziks commented 4 years ago

It's normal to have two BootTidal.hs ??

image

yaxu commented 4 years ago

Yes that's fine Probably what's happening is that you have two versions of ghci installed and atom is guessing the wrong one. You can set the path to ghci explicitly in atom settings for the TidalCycles package

yaxu commented 4 years ago

@aziks Did you manage to sort this out ok?