notes:audio
Table of Contents
Youtube video of Tidal Cycle cards
Code for the 4 current colored TC cards
# TODO: programs.folk0.folk.computer/printed/119,121...123
sudo apt install mpv jackd alsa-utils
sudo adduser folk audio
aplay -l to list audio devices, find the one you want
make a systemd service for jack
Ian stuff (Tidal)
sudo apt install supercollider sc3-{plugins,plugins-language,plugins-server} ghc cabal-install
cabal update && cabal install --lib tidal
$ QT_QPA_PLATFORM=offscreen sclang
compiling class library...
WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
Found 867 primitives.
Compiling directory '/usr/share/SuperCollider/SCClassLibrary'
Compiling directory '/usr/share/SuperCollider/Extensions'
Compiling directory '/home/folk/.local/share/SuperCollider/Extensions'
numentries = 1201289 / 18426962 = 0.065
5791 method selectors, 3182 classes
method table size 19440976 bytes, big table size 147415696
Number of Symbols 14632
Byte Code Size 424631
compiled 455 files in 0.18 seconds
Info: 4 methods are currently overwritten by extensions. To see which, execute:
MethodOverride.printAll
compile done
localhost : setting clientID to 0.
internal : setting clientID to 0.
Class tree inited in 0.01 seconds
*** Welcome to SuperCollider 3.13.0. *** For help type ctrl-c ctrl-h (Emacs) or :SChelp (vim) or ctrl-U (sced/gedit).
sc3> Quarks.install("SuperDirt");
notes/audio.txt · Last modified: by osnr
