LoginSignup
2
2

More than 5 years have passed since last update.

TidalCyclesをQuickTimeで画面収録したい

Posted at

タイトルの通り、画面収録で録画したいとき。

SoundFlower使えばすんなりいけるだとと思ってたけど、SuperColliderの出力をSoundFlowerに流せなくて、はまってたのでメモしておきます。

結論から言うと、公式ブログのYouTube配信向けに書いてありました。

ポイントは下記のあたり。

Launch SuperCollider
Run the following command in SuperCollider by pasting it in the input window and hitting Shift + return anywhere on the line:

Server.default.options.outDevice_("Soundflower (2ch)")

Server.default.options.outDevice_("Soundflower (2ch)")
Hit Cmd + Shift + L to recompile the class library

⌘+Shift+L してリコンパイルしないといけないのが落とし穴でした。

あとはいつも通り

SuperDirt.start

すればOK

これでSuperColliderからSoundFlowerに出力が流せるようになるので、好きな録音ソフトの入力をそちらに向ければ録音できるようになります。

2
2
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
2
2