|
1 | 1 | { |
2 | 2 | "generations": [ |
| 3 | + { |
| 4 | + "timestamp": "2025-12-25T05:51:52.065Z", |
| 5 | + "originalPrompt": "jingle bell rock\tJoe Beal, Jim Boothe\tMain riff\tGuitar", |
| 6 | + "proDescription": { |
| 7 | + "tone_title": "Jingle Bell Rock - Main Riff", |
| 8 | + "genre": "Rockabilly / Early Rock 'n' Roll Holiday", |
| 9 | + "sound_description": "Bright, jangly, clean with a touch of warmth; chimey high end, dynamic response, slight slapback for vintage vibe, moderate sustain.", |
| 10 | + "guitar_rig_description": "Noise gate: not used. Compressor: subtle compression to smooth playing dynamics and add sustain. Overdrive/distortion/boost: not used (clean tone). Amplifier: vintage-style clean tube amp (e.g., Fender Deluxe Reverb) for sparkling highs and full lows. Cabinet: matching open-back 1x12 cabinet with bright character. EQ: gentle treble boost for clarity, slight roll-off of low frequencies to prevent muddiness. Modulation: not used. Delay: short slapback delay for rockabilly feel and depth. Reverb: spring reverb to add space and vintage character.", |
| 11 | + "references": [ |
| 12 | + "Bobby Helms - Jingle Bell Rock", |
| 13 | + "Elvis Presley - Blue Christmas", |
| 14 | + "Buddy Holly - Peggy Sue" |
| 15 | + ], |
| 16 | + "song_part": "main riff", |
| 17 | + "preferred_pickup": "bridge single-coil, tone = 8", |
| 18 | + "additional_info": "Use a clean picking technique with some palm muting for articulation. Light gauge strings (e.g., .010-.046) for snappy attack. Optionally, a semi-hollow or Tele-style guitar for extra twang." |
| 19 | + }, |
| 20 | + "realRig": { |
| 21 | + "pedalboard": [ |
| 22 | + "Xotic SP Compressor", |
| 23 | + "MXR M293 Carbon Copy Mini (for slapback delay set short)", |
| 24 | + "Strymon Flint (for spring reverb, reverb only)" |
| 25 | + ], |
| 26 | + "amplifier": "Fender '65 Deluxe Reverb Reissue", |
| 27 | + "cabinet": "Fender Deluxe Reverb 1x12 combo with Jensen C12K speaker (12\", ceramic, open-back)", |
| 28 | + "settings": { |
| 29 | + "amp": { |
| 30 | + "Volume": 4.5, |
| 31 | + "Treble": 7, |
| 32 | + "Bass": 3.5, |
| 33 | + "Reverb": 0 |
| 34 | + }, |
| 35 | + "compressor": { |
| 36 | + "Blend": 50, |
| 37 | + "Volume": 9, |
| 38 | + "Compression": 9 |
| 39 | + }, |
| 40 | + "delay": { |
| 41 | + "Delay Time": "80ms", |
| 42 | + "Regen": "1 repeat", |
| 43 | + "Mix": "20%" |
| 44 | + }, |
| 45 | + "reverb": { |
| 46 | + "Type": "Spring", |
| 47 | + "Mix": "25%", |
| 48 | + "Decay": "short to medium" |
| 49 | + }, |
| 50 | + "guitar": { |
| 51 | + "Pickup Selector": "Bridge single-coil", |
| 52 | + "Tone Knob": 8 |
| 53 | + } |
| 54 | + } |
| 55 | + }, |
| 56 | + "finalChain": { |
| 57 | + "noisegate": { |
| 58 | + "type": "Noise Gate", |
| 59 | + "enabled": false, |
| 60 | + "params": { |
| 61 | + "Sensitivity": 50, |
| 62 | + "Decay": 50 |
| 63 | + } |
| 64 | + }, |
| 65 | + "compressor": { |
| 66 | + "type": "K Comp", |
| 67 | + "enabled": true, |
| 68 | + "params": { |
| 69 | + "Level": 52, |
| 70 | + "Sustain": 42, |
| 71 | + "Clipping": 35 |
| 72 | + } |
| 73 | + }, |
| 74 | + "modulation": { |
| 75 | + "type": "CE-1", |
| 76 | + "enabled": false, |
| 77 | + "params": { |
| 78 | + "Rate": 50, |
| 79 | + "Depth": 50, |
| 80 | + "Intensity": 50 |
| 81 | + } |
| 82 | + }, |
| 83 | + "effect": { |
| 84 | + "type": "Distortion+", |
| 85 | + "enabled": false, |
| 86 | + "params": { |
| 87 | + "Output": 50, |
| 88 | + "Sensitivity": 50 |
| 89 | + } |
| 90 | + }, |
| 91 | + "amplifier": { |
| 92 | + "type": "Deluxe Rvb", |
| 93 | + "enabled": true, |
| 94 | + "params": { |
| 95 | + "Gain": 36, |
| 96 | + "Master": 62, |
| 97 | + "Bass": 38, |
| 98 | + "Middle": 47, |
| 99 | + "Treble": 68 |
| 100 | + } |
| 101 | + }, |
| 102 | + "cabinet": { |
| 103 | + "type": "DR112", |
| 104 | + "enabled": true, |
| 105 | + "params": { |
| 106 | + "Level": 54, |
| 107 | + "LowCut": 58, |
| 108 | + "HighCut": 63 |
| 109 | + } |
| 110 | + }, |
| 111 | + "eq": { |
| 112 | + "type": "6-Band", |
| 113 | + "enabled": false, |
| 114 | + "params": { |
| 115 | + "100": 50, |
| 116 | + "220": 50, |
| 117 | + "500": 50, |
| 118 | + "1200": 50, |
| 119 | + "2600": 50, |
| 120 | + "6400": 50 |
| 121 | + } |
| 122 | + }, |
| 123 | + "reverb": { |
| 124 | + "type": "Spring", |
| 125 | + "enabled": true, |
| 126 | + "params": { |
| 127 | + "Level": 57, |
| 128 | + "Decay": 43 |
| 129 | + } |
| 130 | + }, |
| 131 | + "delay": { |
| 132 | + "type": "Analog Delay", |
| 133 | + "enabled": true, |
| 134 | + "params": { |
| 135 | + "Intensity": 37, |
| 136 | + "Rate": 32, |
| 137 | + "Echo": 41 |
| 138 | + } |
| 139 | + } |
| 140 | + }, |
| 141 | + "versions": [ |
| 142 | + { |
| 143 | + "chain": { |
| 144 | + "noisegate": { |
| 145 | + "type": "Noise Gate", |
| 146 | + "enabled": false, |
| 147 | + "params": { |
| 148 | + "Sensitivity": 50, |
| 149 | + "Decay": 50 |
| 150 | + } |
| 151 | + }, |
| 152 | + "compressor": { |
| 153 | + "type": "K Comp", |
| 154 | + "enabled": true, |
| 155 | + "params": { |
| 156 | + "Level": 52, |
| 157 | + "Sustain": 42, |
| 158 | + "Clipping": 35 |
| 159 | + } |
| 160 | + }, |
| 161 | + "modulation": { |
| 162 | + "type": "CE-1", |
| 163 | + "enabled": false, |
| 164 | + "params": { |
| 165 | + "Rate": 50, |
| 166 | + "Depth": 50, |
| 167 | + "Intensity": 50 |
| 168 | + } |
| 169 | + }, |
| 170 | + "effect": { |
| 171 | + "type": "Distortion+", |
| 172 | + "enabled": false, |
| 173 | + "params": { |
| 174 | + "Output": 50, |
| 175 | + "Sensitivity": 50 |
| 176 | + } |
| 177 | + }, |
| 178 | + "amplifier": { |
| 179 | + "type": "Deluxe Rvb", |
| 180 | + "enabled": true, |
| 181 | + "params": { |
| 182 | + "Gain": 36, |
| 183 | + "Master": 62, |
| 184 | + "Bass": 38, |
| 185 | + "Middle": 47, |
| 186 | + "Treble": 68 |
| 187 | + } |
| 188 | + }, |
| 189 | + "cabinet": { |
| 190 | + "type": "DR112", |
| 191 | + "enabled": true, |
| 192 | + "params": { |
| 193 | + "Level": 54, |
| 194 | + "LowCut": 58, |
| 195 | + "HighCut": 63 |
| 196 | + } |
| 197 | + }, |
| 198 | + "eq": { |
| 199 | + "type": "6-Band", |
| 200 | + "enabled": false, |
| 201 | + "params": { |
| 202 | + "100": 50, |
| 203 | + "220": 50, |
| 204 | + "500": 50, |
| 205 | + "1200": 50, |
| 206 | + "2600": 50, |
| 207 | + "6400": 50 |
| 208 | + } |
| 209 | + }, |
| 210 | + "reverb": { |
| 211 | + "type": "Spring", |
| 212 | + "enabled": true, |
| 213 | + "params": { |
| 214 | + "Level": 57, |
| 215 | + "Decay": 43 |
| 216 | + } |
| 217 | + }, |
| 218 | + "delay": { |
| 219 | + "type": "Analog Delay", |
| 220 | + "enabled": true, |
| 221 | + "params": { |
| 222 | + "Intensity": 37, |
| 223 | + "Rate": 32, |
| 224 | + "Echo": 41 |
| 225 | + } |
| 226 | + } |
| 227 | + }, |
| 228 | + "prompt": "jingle bell rock\tJoe Beal, Jim Boothe\tMain riff\tGuitar", |
| 229 | + "timestamp": "2025-12-25T05:51:52.065Z" |
| 230 | + } |
| 231 | + ], |
| 232 | + "id": "gen_mjl0zbj2_n1hkk8o3t", |
| 233 | + "status": "draft" |
| 234 | + }, |
3 | 235 | { |
4 | 236 | "timestamp": "2025-12-24T03:32:30.410Z", |
5 | 237 | "originalPrompt": "Before The Beginning John Frusciante Solo", |
|
28007 | 28239 | ], |
28008 | 28240 | "meta": { |
28009 | 28241 | "version": "1.0.0", |
28010 | | - "lastUpdated": "2025-12-24T03:32:30.430Z" |
| 28242 | + "lastUpdated": "2025-12-25T05:51:52.096Z" |
28011 | 28243 | } |
28012 | 28244 | } |
0 commit comments