Radio Music Mk2 Quick Start
Radio Music Mk2 Quick Start
What Radio Music does
Radio Music Mk2 is a 4HP sample player. It loads audio from microSD banks, lets you scan files with STATION, set start point or pitch with START, retrigger with RESET, and can be remote-controlled from 8mu over USB.
First setup (5-10 minutes)
- Format a microSD card as
FAT32orexFAT(MBR partition table). - Create one bank folder in SD root, for example
0_core. - Put a few known-good files in that folder (start with
WAV PCM 16-bit 44.1kHz). - Insert card, power on, monitor
OUT. - Turn
STATIONto choose files and pressRESETto retrigger.
Controls and I/O
| Control / jack | Function |
|—|—|
| STATION knob | Selects file (station) in current bank |
| STATION push | Hold to browse/select bank 0-15 |
| STATION CV | Adds CV offset to station selection |
| START knob | Start position (Start mode) or pitch/speed (Pitch mode) |
| START push | Toggles Start mode and Pitch mode |
| START CV | Start offset (Start mode) or pitch CV (Pitch mode) |
| RESET button | Retriggers playback |
| RESET jack | Trigger input when pulseMode=0; pulse output when pulseMode!=0 |
| OUT | Audio output |
SD card structure
- Root-level playable content should be in bank folders whose names start with
0..15. - Folder suffix text is allowed:
0,01 drums,15-kotoare valid. - Audio files in SD root are ignored by current firmware.
- Files starting with
_or.are ignored. - File order is lexicographic (alphabetical/ASCII), so use numeric prefixes (
000_,001_, …).
Supported audio files
- Use 16-bit 44.1kHz WAV for first bring-up.
- RM2 also plays
AIFF(.aif/.aiff) andRAW(.raw) files. - Stereo playback uses the left channel.
- RAW is interpreted as 44.1kHz 16-bit mono.
- Compressed formats and 32-bit PCM are not supported.
- Full sample-rate and bit-depth matrix is in
docs/radio-music-user-manual.mdanddocs/radio-music-module-reference.md.
settings.txt essentials
At boot, the module reads /settings.txt (created automatically if missing). You can also place settings.txt inside a bank folder for bank-specific overrides.
Most-used keys:
loopMode:0no loop,1forward,2ping-pongtunerMode:0switch,1fade,2radiospeedMode:0tape,1notes,290s/time-stretchpulseMode:0reset input, non-zero enables pulse outputstationPotImmediate,stationCVImmediate,startPotImmediate,startCVImmediate,pitchPotImmediate,pitchCVImmediatehighQuality:1high-quality playback path,0lo-fi path
Edit settings.txt (quick workflow)
- Power off and remove SD card (or use mass-storage mode below).
- Open
/settings.txtin a plain-text editor. - Change one key at a time, save, reinsert SD, and reboot RM2.
- For bank-specific behavior, add
settings.txtinside that bank folder. - If settings become unusable, delete
settings.txtand reboot; RM2 regenerates default settings.
Special power-on modes
- Hold
STATIONpush during power-up: USB mass-storage mode (pressRESETto reboot back to playback). - Hold
STARTpush during power-up: START CV calibration mode. - Hold
RESET+STATIONpush +STARTpush during power-up: RP2040 bootloader (for firmware update).
START CV calibration (quick procedure)
- Power off.
- Hold
STARTpush while powering on. - Patch stable 1V/oct CV to
STARTjack and play same note across octaves. - End after at least two octaves are captured (press
RESET) or let it auto-finish. - Check success flash pattern, then reboot to normal playback.
Firmware update (quick procedure)
- Download the correct
.uf2firmware file. - Power off.
- Hold
RESET+STATIONpush +STARTpush while powering on. - Connect USB and copy
.uf2to the RP2040 boot drive. - Wait for reboot, or power-cycle manually.
8mu quick start
- Connect 8mu to Radio Music USB.
- 8mu sliders/buttons take over mapped playback parameters immediately.
- To return fully to local-only behavior, leave sliders at zero and stop sending MIDI for a short period.
Other core behaviors to know
- Hold
STATIONpush and turnSTATIONto change banks; the selected bank is recalled on next boot. pulseModechanges the RESET jack role; if retriggering stops working at the jack, checkpulseModefirst.- If playback fails after heavy SD edits, power-cycle and re-seat the card before deeper debugging.
Next
- Practical workflows and full calibration/update procedures:
docs/radio-music-user-manual.md - Complete settings and behavior reference:
docs/radio-music-module-reference.md