suggest_scale_for_mood
Map any game scene mood to the correct musical scale for composing chiptune melodies. Input the mood and tonic MIDI note to get the scale and a list of MIDI pitches ready to use.
Instructions
Use this tool BEFORE composing any melody, harmony, or bass line. It maps the scene's EMOTION/MOOD to the technically correct musical scale (VGM theory: major = joy/safe town, dorian = heroic/adventure, phrygian = hostile/exotic, natural_minor = melancholy/dungeon, mixolydian = folk/open road, lydian = magical/dreamlike, minor_pentatonic = tension/combat).
Accepted moods: safe_exploration, heroic_exploration, nostalgic_town, melancholic_dungeon, hostile_exotic_biome, magical_dreamlike, combat, victory, classic_retro.
Returns the chosen scale AND a list of MIDI pitches ready for add_layer — no need to invent note numbers from memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mood | Yes | ||
| octaves | No | ||
| tonic_midi | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||