Metronome

Free online Metronome tool. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • BPM 40-240,常见节奏速度全覆盖
  • Web Audio API 生成精确节拍音(比 setInterval 更准)
  • 支持拍号(每小节 1-12 拍)
  • 第一拍可选择强调(更响,传统节拍器风格)

활용 사례

  • 音乐练习/乐器演奏/节奏训练
  • 需要用户点击"开始"以触发浏览器音频策略

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/metronome/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/metronome/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 节拍器 在工具页 JS 中实现