1.2 KiB
1.2 KiB
Skill: Genre Code Generator
This skill enables the generation of Strudel code templates based on a specified Genre and Sub-Genre.
Trigger
User input format: Genre: <GenreName> or Sub-Genre: <SubGenreName> (or both)
Process
- Analyze Style: Identify key musical characteristics of the provided Genre and/or Sub-Genre (BPM, swing, sound palette, arrangement). Search the web if necessary to gather accurate stylistic details.
- Map to Strudel:
- BPM: Set appropriate
setcps. - Drums: Select Drum Bank (e.g.,
tr909for Techno,tr808for Trap/Electro). - Rhythm: Define patterns (e.g., Euclidean for IDM, 4-on-the-floor for House).
- Tones: Choose Synths/Instruments (e.g.,
sawtoothfor Trance,gm_epiano1for Deep House). - FX: Apply genre-specific effects (e.g., heavy
delayfor Dub,distortfor Industrial).
- BPM: Set appropriate
- Generate Code: Construct the code following strict rules in
reference.mdandgemini.md.
Output Format (Strict)
- File Type: Markdown
- Code Block: Javascript (Strudel)
- Explanation: Japanese. Explain the code structure and how it represents the genre.
Load this file to activate the Genre Composer capability.