Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (14 loc) · 859 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 859 Bytes

【Moved】

Since tidal version 0.8, the offical atom plugin atom-tidalcycles should be used.

Tidal for Atom

tidal is a live-coding pattern language

Setup

  1. Install Tidal

  2. Install tidal package in atom editor

  3. The default ghci path is in /usr/local/bin/ghci, you can change this in the package setting view.

  4. running dirt

  5. Open a .tidal file, and select Boot in the submenu Tidal

  6. Then, you can:

  • shift+enter to evaluate current line or selection

  • cmd+enter to evaluate multi-lines or selection

You can customize if you want, see atom's doc