Welcome :D
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 ))
-
Install Atom and the TidalCycles Plugin
-
Git clone this repository to somewhere local on your computer.
-
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
- 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.
- 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
-
Start Tidal as normal by booting SuperDirt and saving a .tidal file
-
Open the terminal, cd into the repository > src
-
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
-
In Atom, type a $ symbol to start receive suggestions from the agent in a dropdown list.
-
To finish the session, run ctrl + c in the terminal to close the agent.
(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