Skip to content

Commit 7c31c36

Browse files
committed
Add creep
1 parent 25db5ad commit 7c31c36

File tree

2 files changed

+339
-1
lines changed

2 files changed

+339
-1
lines changed

data/generations.json

Lines changed: 232 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,236 @@
11
{
22
"generations": [
3+
{
4+
"timestamp": "2025-09-28T05:29:22.185Z",
5+
"originalPrompt": "Metallica Creeping Death Intro Distortion Guitar\n",
6+
"proDescription": {
7+
"tone_title": "Creeping Death Intro Distortion Guitar",
8+
"genre": "Thrash Metal",
9+
"sound_description": "Aggressive, tight, and powerful with pronounced attack, moderate saturation, and a clear, cutting presence. The tone is thick but not overly bass-heavy, with a strong midrange and crisp highs. Minimal ambience, highly focused and percussive.",
10+
"guitar_rig_description": "1. Noise gate: Used to control excess noise and keep the palm-muted chugs tight and clean. 2. Compressor: Not used, as natural dynamics are preferred for attack. 3. Overdrive/Distortion: A classic high-gain distortion pedal (such as a Tube Screamer or Boss SD-1) used as a boost in front of the amp to tighten the low end and add bite. 4. Amplifier: High-gain tube amplifier head with a tight, aggressive voicing (e.g., modified Marshall JCM800 or Mesa/Boogie Mark series), dialed for heavy distortion with strong mids and controlled bass. 5. Cabinet: 4x12 closed-back cabinet with Celestion speakers, miked with a dynamic microphone for midrange punch. 6. EQ: Amp EQ set for a tight low end, pronounced mids, and presence in the highs; no separate graphic EQ block used. 7. Modulation: Not used. 8. Delay: Not used. 9. Reverb: Not used for live rhythm tone; if any, extremely subtle room reverb from the amp/cab interaction.",
11+
"references": [
12+
"Metallica - Creeping Death",
13+
"Metallica - Master of Puppets",
14+
"Slayer - Raining Blood"
15+
],
16+
"song_part": "intro/main riff",
17+
"preferred_pickup": "bridge humbucker, tone = 10",
18+
"additional_info": "Use a guitar with high-output bridge humbucker (e.g., EMG 81 or passive equivalent). Play with aggressive palm muting and downpicking. Medium or heavy gauge strings (.010-.046 or heavier) for tightness and clarity."
19+
},
20+
"realRig": {
21+
"pedalboard": [
22+
"Boss NS-2 Noise Suppressor",
23+
"Ibanez TS9 Tube Screamer"
24+
],
25+
"amplifier": "Mesa/Boogie Mark IIC+",
26+
"cabinet": "Mesa/Boogie Rectifier Standard 4x12 with Celestion Vintage 30 speakers",
27+
"settings": {
28+
"amp": {
29+
"Gain": 7,
30+
"Bass": 4,
31+
"Middle": 7,
32+
"Treble": 6,
33+
"Presence": 6,
34+
"Master": 3,
35+
"Lead Drive": 7,
36+
"Lead Master": 5
37+
},
38+
"overdrive": {
39+
"Drive": 4,
40+
"Tone": 5,
41+
"Level": 8
42+
},
43+
"noise_gate": {
44+
"Threshold": "just above noise floor, as high as possible without cutting off sustain",
45+
"Decay": "medium-fast"
46+
}
47+
}
48+
},
49+
"finalChain": {
50+
"noisegate": {
51+
"type": "Noise Gate",
52+
"enabled": true,
53+
"params": {
54+
"Sensitivity": 50,
55+
"Decay": 35
56+
}
57+
},
58+
"compressor": {
59+
"type": "K Comp",
60+
"enabled": false,
61+
"params": {
62+
"Level": 50,
63+
"Sustain": 50,
64+
"Clipping": 50
65+
}
66+
},
67+
"modulation": {
68+
"type": "CE-1",
69+
"enabled": false,
70+
"params": {
71+
"Rate": 50,
72+
"Depth": 50,
73+
"Intensity": 50
74+
}
75+
},
76+
"effect": {
77+
"type": "T Screamer",
78+
"enabled": true,
79+
"params": {
80+
"Level": 65,
81+
"Drive": 15,
82+
"Tone": 70
83+
}
84+
},
85+
"amplifier": {
86+
"type": "SLO 100",
87+
"enabled": true,
88+
"params": {
89+
"Gain": 75,
90+
"Master": 60,
91+
"Bass": 38,
92+
"Middle": 70,
93+
"Treble": 68,
94+
"Presence": 70
95+
}
96+
},
97+
"cabinet": {
98+
"type": "RECT 412",
99+
"enabled": true,
100+
"params": {
101+
"Level": 55,
102+
"LowCut": 60,
103+
"HighCut": 65
104+
}
105+
},
106+
"eq": {
107+
"type": "6-Band",
108+
"enabled": false,
109+
"params": {
110+
"100": 50,
111+
"220": 50,
112+
"500": 50,
113+
"1200": 50,
114+
"2600": 50,
115+
"6400": 50
116+
}
117+
},
118+
"reverb": {
119+
"type": "Room",
120+
"enabled": false,
121+
"params": {
122+
"Level": 50,
123+
"Decay": 50,
124+
"Tone": 50
125+
}
126+
},
127+
"delay": {
128+
"type": "Analog Delay",
129+
"enabled": false,
130+
"params": {
131+
"Intensity": 50,
132+
"Rate": 50,
133+
"Echo": 50
134+
}
135+
}
136+
},
137+
"versions": [
138+
{
139+
"chain": {
140+
"noisegate": {
141+
"type": "Noise Gate",
142+
"enabled": true,
143+
"params": {
144+
"Sensitivity": 50,
145+
"Decay": 35
146+
}
147+
},
148+
"compressor": {
149+
"type": "K Comp",
150+
"enabled": false,
151+
"params": {
152+
"Level": 50,
153+
"Sustain": 50,
154+
"Clipping": 50
155+
}
156+
},
157+
"modulation": {
158+
"type": "CE-1",
159+
"enabled": false,
160+
"params": {
161+
"Rate": 50,
162+
"Depth": 50,
163+
"Intensity": 50
164+
}
165+
},
166+
"effect": {
167+
"type": "T Screamer",
168+
"enabled": true,
169+
"params": {
170+
"Level": 65,
171+
"Drive": 15,
172+
"Tone": 70
173+
}
174+
},
175+
"amplifier": {
176+
"type": "SLO 100",
177+
"enabled": true,
178+
"params": {
179+
"Gain": 75,
180+
"Master": 60,
181+
"Bass": 38,
182+
"Middle": 70,
183+
"Treble": 68,
184+
"Presence": 70
185+
}
186+
},
187+
"cabinet": {
188+
"type": "RECT 412",
189+
"enabled": true,
190+
"params": {
191+
"Level": 55,
192+
"LowCut": 60,
193+
"HighCut": 65
194+
}
195+
},
196+
"eq": {
197+
"type": "6-Band",
198+
"enabled": false,
199+
"params": {
200+
"100": 50,
201+
"220": 50,
202+
"500": 50,
203+
"1200": 50,
204+
"2600": 50,
205+
"6400": 50
206+
}
207+
},
208+
"reverb": {
209+
"type": "Room",
210+
"enabled": false,
211+
"params": {
212+
"Level": 50,
213+
"Decay": 50,
214+
"Tone": 50
215+
}
216+
},
217+
"delay": {
218+
"type": "Analog Delay",
219+
"enabled": false,
220+
"params": {
221+
"Intensity": 50,
222+
"Rate": 50,
223+
"Echo": 50
224+
}
225+
}
226+
},
227+
"prompt": "Metallica Creeping Death Intro Distortion Guitar\n",
228+
"timestamp": "2025-09-28T05:29:22.185Z"
229+
}
230+
],
231+
"id": "gen_mg39ffa1_l63vh4doi",
232+
"status": "draft"
233+
},
3234
{
4235
"timestamp": "2025-09-28T05:23:38.957Z",
5236
"originalPrompt": "Bliss Muse Main riff Overdriven Guitar",
@@ -18941,6 +19172,6 @@
1894119172
],
1894219173
"meta": {
1894319174
"version": "1.0.0",
18944-
"lastUpdated": "2025-09-28T05:23:38.973Z"
19175+
"lastUpdated": "2025-09-28T05:29:22.202Z"
1894519176
}
1894619177
}

data/presets.json

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5069,5 +5069,112 @@
50695069
"tabsUrl": "https://www.songsterr.com/a/wsa/muse-bliss-tab-s14021",
50705070
"createdAt": "2025-09-28T05:26:43.345Z",
50715071
"updatedAt": "2025-09-28T05:26:43.345Z"
5072+
},
5073+
{
5074+
"id": "gen_mg39ffa1_l63vh4doi",
5075+
"origin": {
5076+
"artistId": 10,
5077+
"song": "Creeping Death",
5078+
"part": "Main Riff",
5079+
"imageUrl": "/images/cover/default-cover.webp"
5080+
},
5081+
"description": "Aggressive, tight, and powerful with pronounced attack, moderate saturation, and a clear, cutting presence. The tone is thick but not overly bass-heavy, with a strong midrange and crisp highs. Minimal ambience, highly focused and percussive.",
5082+
"chain": {
5083+
"noisegate": {
5084+
"type": "Noise Gate",
5085+
"enabled": true,
5086+
"params": {
5087+
"Sensitivity": 50,
5088+
"Decay": 35
5089+
}
5090+
},
5091+
"compressor": {
5092+
"type": "K Comp",
5093+
"enabled": false,
5094+
"params": {
5095+
"Level": 50,
5096+
"Sustain": 50,
5097+
"Clipping": 50
5098+
}
5099+
},
5100+
"modulation": {
5101+
"type": "CE-1",
5102+
"enabled": false,
5103+
"params": {
5104+
"Rate": 50,
5105+
"Depth": 50,
5106+
"Intensity": 50
5107+
}
5108+
},
5109+
"effect": {
5110+
"type": "T Screamer",
5111+
"enabled": true,
5112+
"params": {
5113+
"Level": 65,
5114+
"Drive": 15,
5115+
"Tone": 70
5116+
}
5117+
},
5118+
"amplifier": {
5119+
"type": "SLO 100",
5120+
"enabled": true,
5121+
"params": {
5122+
"Gain": 75,
5123+
"Master": 60,
5124+
"Bass": 38,
5125+
"Middle": 70,
5126+
"Treble": 68,
5127+
"Presence": 70
5128+
}
5129+
},
5130+
"cabinet": {
5131+
"type": "RECT 412",
5132+
"enabled": true,
5133+
"params": {
5134+
"Level": 55,
5135+
"LowCut": 60,
5136+
"HighCut": 65
5137+
}
5138+
},
5139+
"eq": {
5140+
"type": "6-Band",
5141+
"enabled": false,
5142+
"params": {
5143+
"100": 50,
5144+
"220": 50,
5145+
"500": 50,
5146+
"1200": 50,
5147+
"2600": 50,
5148+
"6400": 50
5149+
}
5150+
},
5151+
"reverb": {
5152+
"type": "Room",
5153+
"enabled": false,
5154+
"params": {
5155+
"Level": 50,
5156+
"Decay": 50,
5157+
"Tone": 50
5158+
}
5159+
},
5160+
"delay": {
5161+
"type": "Analog Delay",
5162+
"enabled": false,
5163+
"params": {
5164+
"Intensity": 50,
5165+
"Rate": 50,
5166+
"Echo": 50
5167+
}
5168+
}
5169+
},
5170+
"pickup": {
5171+
"type": "humbucker",
5172+
"tone": 10,
5173+
"position": "bridge"
5174+
},
5175+
"slug": "creeping-death-guitar-main-riff",
5176+
"tabsUrl": "https://www.songsterr.com/a/wsa/metallica-creeping-death-tab-s5194",
5177+
"createdAt": "2025-09-28T05:35:41.204Z",
5178+
"updatedAt": "2025-09-28T05:35:41.204Z"
50725179
}
50735180
]

0 commit comments

Comments
 (0)