美文网首页
配置tidal

配置tidal

作者: brcul | 来源:发表于2016-07-20 06:37 被阅读29次

    安装 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

          本文链接:https://www.haomeiwen.com/subject/zdlvjttx.html