Skip to content

Instantly share code, notes, and snippets.

@lwlsn
Last active November 30, 2023 23:04
Show Gist options
  • Save lwlsn/91cea74ec922b8ea9b5b255798ee5c26 to your computer and use it in GitHub Desktop.
Save lwlsn/91cea74ec922b8ea9b5b255798ee5c26 to your computer and use it in GitHub Desktop.
Installing Tidal_Fuzz Atom Package..

Instructions for installing the Tidal-Fuzz Agent Package

Welcome :D

Install guide

These instructions should guide you through the process of the installation of the agent Tidal Fuzz {{ oo }}

((You will need to know a small bit about cloning repositories from github using git to complete this task and running commands in the terminal. If you are unsure on this checkout these guides Cloning a Github Repo // Using the Command Line ))

  1. Install Atom and the TidalCycles Plugin

  2. Git clone this repository to somewhere local on your computer.

  3. You will also need to download these samples

Then add them to your local SuperDirt files. If you are unsure of how to do this, read this guide

  1. Copy this repository to atom package directory. This can be found in this:

~/Users/yourname/.atom/packages

This guide helps you locate the atom folder.

  1. Install dependencies for the project, by copying and pasting the following command(s) into the terminal and running:

cabal install --lib split scientific random network hosc

For linux users try:

cabal install split scientific random network hosc

Check the application is working..

  1. Start Tidal as normal by booting SuperDirt and saving a .tidal file

  2. Open the terminal, cd into the repository > src

  3. Run terminal command: runhaskell listen.hs

    You should see the following output returned

    Listening for OSC commands on port 9999 ☆♬○♩●♪✧♩((ヽ( ᐛ )ノ))♩✧♪●♩○♬☆ Sending replies on port 8888

  4. In Atom, type a $ symbol to start receive suggestions from the agent in a dropdown list.

  5. To finish the session, run ctrl + c in the terminal to close the agent.

Encountering any errors?

(1) - Installation issues? If you have any issues at any stage of the insallation process, please feel free to add to the forum post for this study and this can be resolved before the study commences.

(2) - It was receiving patterns and now it's not..

Try restarting the agent by

  • Running ctrl + c in the terminal
  • Reboot the agent by running terminal command: runhaskell listen.hs
@lwlsn
Copy link
Author

lwlsn commented Jun 23, 2022

Screenshot 2022-06-23 at 10 31 32

@lwlsn
Copy link
Author

lwlsn commented Jun 23, 2022

Suggestions from the agent should appear like this.

@lwlsn
Copy link
Author

lwlsn commented Jul 25, 2022

@lwlsn
Copy link
Author

lwlsn commented Nov 30, 2023

@lwlsn
Copy link
Author

lwlsn commented Nov 30, 2023

((Current workaround is cabal install --lib tidal-1.8.1 hosc-0.18 ))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment