I can't install SuperDirt

Hello people. I have done Tidal install before, but forgot everything. This time I am struggling.

I am following Windows installation page.

When I execute below in SC IDE,

include("SuperDirt");

I get:

ERROR: Quark 'SuperDirt' not found

Obviously without SuperDirt, you can't do anything.

Where should I go from here?

I somehow succeeded in installing SuperDirt (and the samples).Changing SuperDirt's version number to the latest did it.

Then I installed Pulsar and then went to Pulsar Package Explorer and tried to install tidalcycles package but it is for Atom. Atom no longer exists, they went away. How can I use Pulsar when the install button for tidalcycles package does not respond? I am also trying VSCode but it is not going well.

I think the installation how-tos on tidalcycles.org needs major overhaul. The installation process is far from smooth. It may be my fault though because I lack CS knowledge. Emergence of Windows 11 also had an effect on installation process, who knows.

Any suggestions welcome. I am almost there, but not quite.

Hi,
Thanks for bringing the docs update to our attention - I've updated the superdirt version:

Regarding the pulsar plugin - that is just a description, the plugin has had a lot of work done porting from atom to pulsar (when the atom project was sunsetted).

The pulsar plugin is maintained as a separate repo here:

Bug reports are very welcome - I had a quick look in the codebase, and it doesn't seem to be configured there, so it may be something in the pulsar package management backend itself... I don't really know how it works

The docs are maintained by the community, in general large scale overhauls are very difficult to implement, but incremental improvements are very doable - you are welcome to get involved with the documentation group and propose improvements!

I've just given it a test on a clean pulsar install here and it went through ok - do you have a screen capture/gif of the problem? Have you tried shutting pulsar down and restarting it? Have you tried uninstalling and reinstalling?

If you can provide more detail, we may be able to help with this

This is where I am stuck. Thanks clary for helping me.

This is when I try to boot tidal in pulsar.

Searching on the error turned up this thread:

Can you give the resolution suggested there a try?

PS to clarify, this is not a pulsar issue - pulsar has handed off to ghci by this point, and tidal is failing to boot. This will affect all editors

1 Like

cabal install --lib base

did the trick. I can hear the sound of tidal. Thanks Bernie. I really appreciate it.

1 Like

One last problem. Ear phone doesn't work for Pulsar, it uses PC speaker. Strangely I can hear other app's music such as soundcloud with ear phone.

So this is an issue with the auto device selection in SuperCollider - there are docs:
https://doc.sccode.org/Reference/AudioDeviceSelection.html#Windows

You'll need to work out what works for you, I'm afraid my windows experience is severely lacking

o = Server.default.options;
o.inDevice_("Windows WASAPI : Microphone");
o.outDevice_("Windows WASAPI : Speakers");

From

https://doc.sccode.org/Reference/AudioDeviceSelection.html#Windows

solved the problem. I can hear Tidalcycles from earphone. Thanks Bernie.

2 Likes