feat: Implement senior audio injection with 5 fallback methods

- Add _cmd_create_arrangement_audio_pattern with 5-method fallback chain
- Method 1: track.insert_arrangement_clip() [Live 12+]
- Method 2: track.create_audio_clip() [Live 11+]
- Method 3: arrangement_clips.add_new_clip() [Live 12+]
- Method 4: Session->duplicate_clip_to_arrangement [Legacy]
- Method 5: Session->Recording [Universal]

- Add _cmd_duplicate_clip_to_arrangement for session-to-arrangement workflow
- Update skills documentation
- Verified: 3 clips created at positions [0, 4, 8] in Arrangement View

Closes: Audio injection in Arrangement View
This commit is contained in:
OpenCode Agent
2026-04-12 14:02:32 -03:00
commit 5ce8187c65
118 changed files with 55075 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "perreo_Am_95bpm_1775957515",
"description": "reggaeton perreo intenso 95bpm Am",
"parameters": {
"bpm": 95,
"key": "Am",
"genre": "reggaeton",
"style": "perreo",
"intensity": "high",
"original_description": "reggaeton perreo intenso 95bpm Am"
},
"samples": {
"kick": "kick nes 1.wav",
"snare": "snare corte bigcayu 2.wav",
"hihat": "hi-hat 3.wav",
"bass": "reese bass 4.wav",
"perc": "95bpm filtrado drumloop.wav",
"fx": "lluvia.wav"
},
"structure": [
{
"name": "Intro",
"type": "intro",
"bars": 4
},
{
"name": "Verse",
"type": "verse",
"bars": 8
},
{
"name": "Chorus",
"type": "chorus",
"bars": 8
},
{
"name": "Outro",
"type": "outro",
"bars": 4
}
],
"created_at": "2026-04-11 22:31:55"
}

View File

@@ -0,0 +1,45 @@
{
"name": "perreo_Am_95bpm_1776010076",
"description": "reggaeton perreo intenso 95bpm Am",
"parameters": {
"bpm": 95,
"key": "Am",
"genre": "reggaeton",
"style": "perreo",
"intensity": "high",
"original_description": "reggaeton perreo intenso 95bpm Am"
},
"samples": {
"kick": "kick nes 1.wav",
"snare": "snare corte bigcayu 2.wav",
"hihat": "hi-hat 3.wav",
"bass": "reese bass 4.wav",
"perc": "95bpm filtrado drumloop.wav",
"fx": "lluvia.wav"
},
"structure": [
{
"name": "Intro",
"type": "intro",
"bars": 4
},
{
"name": "Verse",
"type": "verse",
"bars": 8
},
{
"name": "Chorus",
"type": "chorus",
"bars": 8
},
{
"name": "Outro",
"type": "outro",
"bars": 4
}
],
"coherence": 0.8866943187531421,
"mix_applied": false,
"created_at": "2026-04-12 13:07:56"
}

View File

@@ -0,0 +1,38 @@
{
"name": "perreo_Am_95bpm_1776010298",
"description": "reggaeton perreo 95bpm Am corto",
"parameters": {
"bpm": 95,
"key": "Am",
"genre": "reggaeton",
"style": "perreo",
"intensity": "medium",
"original_description": "reggaeton perreo 95bpm Am corto"
},
"samples": {
"kick": "kick 1.wav",
"snare": "snare 1.wav",
"hihat": "hi-hat 1.wav",
"bass": "reese bass 1.wav"
},
"structure": [
{
"name": "Hook",
"type": "chorus",
"bars": 8
},
{
"name": "Drop",
"type": "drop",
"bars": 8
},
{
"name": "Out",
"type": "outro",
"bars": 4
}
],
"coherence": 0.95,
"mix_applied": false,
"created_at": "2026-04-12 13:11:38"
}

View File

@@ -0,0 +1,38 @@
{
"name": "perreo_Am_95bpm_1776010664",
"description": "reggaeton perreo 95bpm Am",
"parameters": {
"bpm": 95,
"key": "Am",
"genre": "reggaeton",
"style": "perreo",
"intensity": "medium",
"original_description": "reggaeton perreo 95bpm Am"
},
"samples": {
"kick": "kick 1.wav",
"snare": "snare 1.wav",
"hihat": "hi-hat 1.wav",
"bass": "reese bass 1.wav"
},
"structure": [
{
"name": "Hook",
"type": "chorus",
"bars": 8
},
{
"name": "Drop",
"type": "drop",
"bars": 8
},
{
"name": "Out",
"type": "outro",
"bars": 4
}
],
"coherence": 0.85,
"mix_applied": false,
"created_at": "2026-04-12 13:17:44"
}