@muse-player/instruments
Piano sample manifests and URL resolution for realistic audio playback.
getPianoSampleUrls
Returns a mapping of note names to full MP3 URLs for all 84 piano samples (C1 through B7).
Signature
Returns: A Record<string, string> mapping note names (e.g., "C4", "F#5") to full URLs.
PIANO_CDN_URL
Default CDN URL for piano samples. Used by usePianoSampler when no custom baseUrl is provided.
PIANO_MANIFEST
Maps note names to relative MP3 filenames. Covers 84 notes from C1 to B7 (all naturals and sharps).
Self-hosting Piano Samples
To host samples yourself, download the MP3 files and pass your base URL:
Make sure your server serves the MP3 files at the expected paths (e.g., /my-piano-samples/C4.mp3).

