Skip to content

Instantly share code, notes, and snippets.

@alanholding
alanholding / example.svg
Created July 4, 2021 12:44
Example VCV Rack .svg panel
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@alanholding
alanholding / vcv_rack_modules_by_count.py3
Created September 5, 2021 12:54
Outputs a CSV file with the counts of plugins in VCV Rack patch files.
'''
2021-09-05
Outputs a CSV file with the counts of plugins in VCV Rack patch files.
'''
import os
import json
import csv
def get_list_of_vcv_rack_patches(patches_directory):
@alanholding
alanholding / airwaves.lua
Last active March 4, 2024 21:55
Some internet radio stations for the internet-radio norns script by @tapecanvas
return {
{name = "9128.live", address = "https://streams.radio.co/s0aa1e6f4a/listen", favorite = nil},
{name = "Ambient Sleeping Pill", address = "http://radio.stereoscenic.com/asp-s", favorite = nil},
{name = "Beware!", address = "https://bewaretheradio.out.airtime.pro/bewaretheradio_a", favorite = nil},
{name = "Lumpen Radio", address = "https://radio.mensajito.mx/lumpenradio", favorite = nil},
{name = "Moon Phase Radio Ambient", address = "https://cp12.serverse.com/proxy/moonphase/stream", favorite = nil},
{name = "Payphone Radio", address = "https://centova2.cheapshoutcast.com/proxy/mark2?mp=/stream", favorite = nil},
{name = "Radio Koyeba 104.9 FM", address = "http://162.244.80.245:8020/", favorite = nil},
{name = "Radio is a Foreign Country", address = "https://s5.radio.co/s20251311a/listen", favorite = nil},
{name = "Resonance Radio 104.4 FM", address = "http://stream.resonance.fm:8000/resonance", favorite = nil},