5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Haskell でサウンドプログラミング(TidalCycles)

Last updated at Posted at 2018-12-13

公式のインストール方法
#1. Tidal-bootstrapをmacにインストールする
以下のリンクからダウンロードしてインストールする
tidal-bootstrap

#2. Haskell、Atom、SuperCollider、Gitインストール
以下のリンクからそれぞれダウンロードしてインストールする
Haskell
Atom
SuperCollider(version 3.7 以上)
Git

#3. TidalCyclesパターンエンジンをインストール
ターミナルで以下のコマンドを実行してインストールする
cabal install tidal

#4. SuperDirtシンセをインストール
SuperColliderを起動して、
include("SuperDirt")
を入力してShift + Enterでインストールする

#5. TidalCycles Atomプラグインをインストール
Atomを開いて,
Atom > 環境設定 > インストール(edit > settings > install)から
TidalCyclesを検索してインストールする

#TidalCyclesを実行
SuperColliderを起動して、
SuperDirt.startを入力してShift + Enterで実行する

Atomを起動して、
拡張子が.tidalのファイルを作りd1 $ sound "bd sn"を入力する
Atomのメニューから、パッケージ(Package) > TidalCycles > Boot TidalCyclesを選択する。
Ctr + Enterを実行して音が出たら成功です

おわり

チュートリアルはこちら

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?