Skip to content

Instantly share code, notes, and snippets.

@tado
Last active February 22, 2019 08:17
Show Gist options
  • Save tado/f0cc33b8b74e706dbc6cb1a627a1d046 to your computer and use it in GitHub Desktop.
Save tado/f0cc33b8b74e706dbc6cb1a627a1d046 to your computer and use it in GitHub Desktop.
TidalCyclesのインストール2018年版 ref: https://qiita.com/yoppa/items/fe21d7136f8f3aafd55c
/usr/local/bin/brew
GHCi, version 8.2.2: http://www.haskell.org/ghc/ :? for help
Prelude> Prelude> tidal> tidal>
Set-ExecutionPolicy AllSigned
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Chocolatey v0.10.8
Please run 'choco -?' or 'choco <command /> -?' for help menu.
choco install tidalcycles
SuperDirt.start
SuperDirt: listening to Tidal on port 57120
d1 $sound "bd cp"
GHCi, version 8.2.2: http://www.haskell.org/ghc/ :? for help
Prelude> Prelude> tidal> tidal>
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
y/n (or press Enter to accept)
[Process Completed]
// Place your cursor on the line below and press Shift-Enter
include("SuperDirt")
-> SuperDirt
SuperDirt.start
SuperDirt: listening to Tidal on port 57120
d1 $sound "bd cp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment