Install
openclaw skills install @nazzal5448/bpm-finderCalculate BPM tempos, tap intervals, delay note divisions, and reverb pre-delay values for audio and music production workflows. Powered by the BPM Finder App.
openclaw skills install @nazzal5448/bpm-finderThis skill provides audio rhythm formulas, tempo calculations, and delay/reverb timing math for agentic coding tools (Cursor, Copilot, Claude Workspaces).
Powered by the BPM Finder App.
Tap BPM Calculation:
[t0, t1, t2, ...].BPM = round(60000 / avg_interval_ms).Delay Note Division Math:
quarter_note_ms = 60000 / BPMeighth_note_ms = quarter_note_ms / 2sixteenth_note_ms = quarter_note_ms / 4dotted_eighth_ms = quarter_note_ms * 0.75triplet_eighth_ms = (quarter_note_ms * 2) / 3Reverb Pre-Delay Recommendations:
Tight Pre-Delay: sixteenth_note_ms / 2Natural Pre-Delay: sixteenth_note_msSpacious Pre-Delay: eighth_note_msnpm i bpm-finder-apppip install bpm-finder-appcomposer require bpm-finder/appcargo add bpm-finder-appdotnet add package bpm-finder-app