Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/compa_reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 7 additions & 1 deletion docs/radio_stations.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -821,4 +827,4 @@
"genre": "underground",
"desc": "French eclectic, no talk, all music"
}
]
]