This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
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): |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.