Chiptune video game boss theme
An intense 8-bit chiptune boss battle theme for a retro platformer game. Fast tempo at 160 BPM. The lead melody uses a square wave with rapid pitch bends and arpeggios in E minor. Triangle wave bass plays driving eighth notes outlining power chords. The pulse channel drums deliver aggressive kick-snare patterns with fills every four bars. A brief four-bar breakdown in the middle drops to half speed before exploding back. The composition loops seamlessly. Inspired by NES-era Mega Man and Castlevania soundtracks — urgent, relentless, and catchy despite hardware limitations.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/suno/text_to_music \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "suno-v4.5",
"prompt": "An intense 8-bit chiptune boss battle theme for a retro platformer game. Fast tempo at 160 BPM. The lead melody uses a square wave with rapid pitch bends and arpeggios in E minor. Triangle wave bass plays driving eighth notes outlining power chords. The pulse channel drums deliver aggressive kick-snare patterns with fills every four bars. A brief four-bar breakdown in the middle drops to half speed before exploding back. The composition loops seamlessly. Inspired by NES-era Mega Man and Castlevania soundtracks — urgent, relentless, and catchy despite hardware limitations."
}
JSON