配置tidal

安装 tidal

cabal install tidal

安装 supercollider

yaourt -S supercollider-with-plugins

安装 superDirt

于 supercollider 中 键入

include("SuperDirt")
SuperDirt.start

选中每行后,按CtrlEnter执行

配置声卡与jack

cat /proc/asound/card0/id
cat /proc/asound/card1/id

Which gave ids 'Generic' and 'SB' for cards 0 and 1, respectively.

I then added the following two lines to the end of the file '/etc/modprobe.d./alsa-base.conf'
若无则创建

options snd-hda-intel id=SB index=0
options snd-hda-intel id=Generic index=1

After rebooting the machine, card 'SB' was loaded into position 0 and

jackd -R -d alsa

若成功则配置完成

安装atom插件

tidalcycles

你可能感兴趣的:(配置tidal)