From c1efb9c7a836d2a1364dd4bffe7ecd8e39febb17 Mon Sep 17 00:00:00 2001 From: macdigi Date: Fri, 19 Jun 2026 07:52:54 +0000 Subject: [PATCH] Add Rare Data radio station --- README.md | 6 +++--- docs/compa_reference.txt | 2 +- docs/radio_stations.json | 8 +++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ddc543b..f11e1ac 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Record on one device, convert, load on another. Cross-device sample sharing in s - Export as Akai `.xpm` drum program or Ableton `.adg` Drum Rack ### Internet Radio -- **137 stations** across 25+ genres (Jazz, Soul, Funk, Lo-fi, Hip Hop, Metal, Classical, Electronic, Vintage, Paranormal, and more) +- **138 stations** across 25+ genres (Jazz, Soul, Funk, Lo-fi, Hip Hop, Metal, Classical, Electronic, Vintage, Paranormal, and more) - ICY metadata -- current artist and track displayed live - Full-width real-time waveform visualizer - **Capture buffer** -- save the last 60 seconds of any stream as WAV @@ -297,7 +297,7 @@ For the full per-button reference, see [docs/compa_reference.txt](docs/compa_ref | 3 | **PATTERN** | Grid view (4x4 or 8x8), chain/song mode with FX snapshots, step sequencer with chromatic/ghost/EXT SOURCE rows | | 4 | **RECORD** | Record from any device, input source selector, 60s recall buffer, threshold recording, level meters | | 5 | **SAMPLE** | Folder browser, visual waveform slicer, format converter (P-6 / SP-404 / MPC / Ableton) | -| 6 | **RADIO** | 137 internet radio stations, real-time visualizer, capture buffer, threshold recording | +| 6 | **RADIO** | 138 internet radio stations, real-time visualizer, capture buffer, threshold recording | | 7 | **KIT BUILDER** | 4x4 pad grid, 8 banks (128 pads), smart drum import, waveform preview, export XPM + ADG | | 8 | **XFER** | Push/pull files to MPC/Force via USB Computer Mode, SD card and SSD drive selector | | 9 | **SETTINGS** | Device config, audio routing, MIDI clock relay, themes, touch calibration | @@ -624,7 +624,7 @@ compa/ components/ Reusable widgets (pad_grid, waveform, knob, button, modal, etc.) docs/ Reference data and templates fonts/ Inter + JetBrains Mono (bundled) - radio_stations.json 137 internet radio stations + radio_stations.json 138 internet radio stations akai_drum_template.xpm Golden Akai Force/MPC drum program template ableton_drumrack_template.adg Ableton Live Drum Rack template compa_reference.txt Compa reference manual diff --git a/docs/compa_reference.txt b/docs/compa_reference.txt index 82bc7de..18b6571 100644 --- a/docs/compa_reference.txt +++ b/docs/compa_reference.txt @@ -263,7 +263,7 @@ The Radio screen provides access to internet radio stations for discovering and capturing new music and sounds. Station Library - 137 stations organized across 25 genres. Scroll through the genre + 138 stations organized across 25 genres. Scroll through the genre tabs at the top and tap a station to start playback. The station name and current track info (when available) appear at the top. diff --git a/docs/radio_stations.json b/docs/radio_stations.json index e4e8251..e3defa1 100644 --- a/docs/radio_stations.json +++ b/docs/radio_stations.json @@ -1,4 +1,10 @@ [ + { + "name": "RARE DATA RADIO", + "url": "https://radio.raredata.net/listen/rd_radio/radio.mp3", + "genre": "electronic", + "desc": "Rare Data original music, sessions, and broadcast experiments" + }, { "name": "Groove Salad", "url": "https://ice1.somafm.com/groovesalad-128-mp3", @@ -821,4 +827,4 @@ "genre": "underground", "desc": "French eclectic, no talk, all music" } -] \ No newline at end of file +]