https://github.com/tidalcycles/tidal-chocolatey
https://github.com/tidalcycles/tidal-chocolatey
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tidalcycles/tidal-chocolatey
- Owner: tidalcycles
- Created: 2017-05-15T12:52:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T00:46:54.000Z (about 2 years ago)
- Last Synced: 2025-05-08T08:32:53.874Z (about 2 months ago)
- Language: PowerShell
- Size: 101 KB
- Stars: 7
- Watchers: 11
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chocolatey Packages for TidalCycles
This repo hosts code for all Chocolatey package related to the TidalCycles live-coding environment.## TidalCycles Installation (for new users)
Make sure you have Chocolatey installed. See https://chocolatey.org for more information.
1. Run Windows PowerShell with admin privileges (which you can find by holding down the windows key and pressing x), and then execute this command:
```bash
choco install tidalcycles
```2. Review output and check logs for any errors. Some install steps may have failed or remain in complete.
3. Start SuperCollider
4. Start SuperDirt:
```
// Within the SuperCollider IDE, type and put your cursor on this code, then Shift+Enter
SuperDirt.start
```4. Start Pulsar (Start Button -> Pulsar)
6. Write Tidal code!
```haskell
-- type and put your cursor on this code, then Shift+Enter
d1 $ sound "bd sn"
```---
# Contents of this repository- tidal: contains files used by the TidalCycles package in Chocolatey
- tidal > maintainer-instructions.md: details on how to manage and update the package