Music Mood

A parameter-picker that emits a music-mood prompt-hint to feed Suno Generate, Generate Music (MiniMax), and Text to Audio.

Configuration

Field Type Description
energy string Optional. Energy level id (e.g. low-energy, mid-energy, high-energy). Single-select.
emotion string | string[] (up to 3) Optional. One or more emotion ids (e.g. triumphant, melancholic, reassuring, playful).
vibe string | string[] (up to 3) Optional. One or more vibe ids (e.g. cinematic, dreamy, aggressive, nostalgic, suspenseful, espionage, cold, clandestine).

emotion and vibe support multi-select (up to 3 choices each). Multiple selections are comma-joined in the emitted hint.

Output

Emits a composed prompt-hint string via the out source handle. Composition order: [energy] [emotion(s)] [vibe(s)].

Examples:

When only one sub-field is set, the bare hint is emitted. When no sub-fields are set, the output is an empty string and the aggregator drops it.

Connecting

Wire to:

Voice Design ignores Music Mood with a soft warning rendered on the consumer node.

Pricing

Free. Parameter-pickers do not consume credits.