Pitch Calc

Free online Pitch Calc calculator. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • MIDI 编号 ↔ 频率:f = a4 × 2^((m-69)/12)
  • 音名格式:C / C# / Db / D / D# / Eb ... 数字为八度(中音 C = C4)
  • Web Audio 试听(正弦波,1 s)

활용 사례

  • 调音/作曲/乐器学习/声学分析
  • A4 标准 440Hz,巴洛克时期 ~415Hz,古典早期 ~430Hz

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/pitch_calc/ 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/pitch_calc/schema.json

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