Skip to main content

ZeqMusicTheory

Music theory analysis and generation. Harmonic analysis, chord progression, counterpoint rules, scale/mode detection — all frequencies mapped to HulyaPulse ratios.

EndpointPOST /api/audio/music-theory
Authapi-key
Rate limit20/min
Categoryaudio

Parameters

NameTypeRequiredDescription
inputobjectYesMIDI data, chord symbols, or audio features.
analysisstringNo'harmony', 'rhythm', 'form', 'counterpoint'.

Returns

{ analysis, chordProgression, key, tempo_bpm, hulyaPulseRatio, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"input": {},
"analysis": "harmony"
}' \
"https://zeqsdk.com/api/audio/music-theory"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-music-theory.