SuperDirt.start // start server
Server.killAll // kill server
Quarks.gui // open samples folder
// set inputs & outputs // you will need to kill the server and restart when changing the input / output
// list all devices:
# API server: nodes should be able to reach k3s server tcp port 6443 | |
# flannel vxlan: udp port 8472 for nodes to communicate (server and agents) | |
# metrics server: it collects resource metrics from kubelets and exposes them in k8s api server through metrics api. tcp port 10250 | |
# https://rancher.com/docs/k3s/latest/en/installation/install-options/ | |
# run the installation script | |
curl -sfL https://get.k3s.io | sh - | |
# create k3s group and add user to avoid using always sudo | |
sudo groupadd k3s |
# Create Chords in Sonic Pi, to send via MIDI to your other DAW or synth | |
# See https://www.youtube.com/watch?v=qd8SEL_rTNw | |
define :chordSeq do | tonic, mode, degs | | |
majorKeyTriads = [:M,:m,:m,:M,:M,:m,:dim] | |
minorKeyTriads = [:m,:dim,:M,:m,:m,:M,:M] | |
majorKey7s = [:M7,:m7,:m7,:M7,:dom7,:m7,:halfdiminished] | |
minorKey7s = [:m7,:halfdiminished,:M7,:m7,:m7,:M7,:dom7] | |
cs = [] |
SuperDirt.start // start server
Server.killAll // kill server
Quarks.gui // open samples folder
// set inputs & outputs // you will need to kill the server and restart when changing the input / output
// list all devices: