Skip to content

Commit b37305a

Browse files
committed
Add Jingle bells
1 parent 5324393 commit b37305a

File tree

3 files changed

+343
-1
lines changed

3 files changed

+343
-1
lines changed

data/artists.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,11 @@
220220
"title": "John Frusciante",
221221
"slug": "john-frusciante",
222222
"description": "John Frusciante is an influential guitarist and songwriter best known for his work with Red Hot Chili Peppers, blending melodic expression, funk rhythms, and experimental sounds."
223+
},
224+
{
225+
"id": 38,
226+
"title": "Bobby Helms",
227+
"slug": "bobby-helms",
228+
"description": "Bobby Helms was an American country and rockabilly singer best known for the classic hit ‘Jingle Bell Rock,’ a timeless holiday favorite."
223229
}
224230
]

data/generations.json

Lines changed: 233 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,237 @@
11
{
22
"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+
},
3235
{
4236
"timestamp": "2025-12-24T03:32:30.410Z",
5237
"originalPrompt": "Before The Beginning John Frusciante Solo",
@@ -28007,6 +28239,6 @@
2800728239
],
2800828240
"meta": {
2800928241
"version": "1.0.0",
28010-
"lastUpdated": "2025-12-24T03:32:30.430Z"
28242+
"lastUpdated": "2025-12-25T05:51:52.096Z"
2801128243
}
2801228244
}

data/presets.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7889,5 +7889,109 @@
78897889
"tabsUrl": "https://www.songsterr.com/a/wsa/john-frusciante-before-the-beginning-tab-s39688",
78907890
"createdAt": "2025-12-24T03:36:39.365Z",
78917891
"updatedAt": "2025-12-24T03:36:39.365Z"
7892+
},
7893+
{
7894+
"id": "gen_mjl0zbj2_n1hkk8o3t",
7895+
"origin": {
7896+
"artistId": 38,
7897+
"song": "Jingle Bell Rock",
7898+
"part": "Chords",
7899+
"imageUrl": "/images/cover/default-cover.webp"
7900+
},
7901+
"description": "Bright, jangly, clean with a touch of warmth; chimey high end, dynamic response, slight slapback for vintage vibe, moderate sustain.",
7902+
"chain": {
7903+
"noisegate": {
7904+
"type": "Noise Gate",
7905+
"enabled": false,
7906+
"params": {
7907+
"Sensitivity": 50,
7908+
"Decay": 50
7909+
}
7910+
},
7911+
"compressor": {
7912+
"type": "K Comp",
7913+
"enabled": true,
7914+
"params": {
7915+
"Level": 52,
7916+
"Sustain": 42,
7917+
"Clipping": 35
7918+
}
7919+
},
7920+
"modulation": {
7921+
"type": "CE-1",
7922+
"enabled": false,
7923+
"params": {
7924+
"Rate": 50,
7925+
"Depth": 50,
7926+
"Intensity": 50
7927+
}
7928+
},
7929+
"effect": {
7930+
"type": "Distortion+",
7931+
"enabled": false,
7932+
"params": {
7933+
"Output": 50,
7934+
"Sensitivity": 50
7935+
}
7936+
},
7937+
"amplifier": {
7938+
"type": "Deluxe Rvb",
7939+
"enabled": true,
7940+
"params": {
7941+
"Gain": 36,
7942+
"Master": 62,
7943+
"Bass": 38,
7944+
"Middle": 47,
7945+
"Treble": 68
7946+
}
7947+
},
7948+
"cabinet": {
7949+
"type": "DR112",
7950+
"enabled": true,
7951+
"params": {
7952+
"Level": 54,
7953+
"LowCut": 58,
7954+
"HighCut": 63
7955+
}
7956+
},
7957+
"eq": {
7958+
"type": "6-Band",
7959+
"enabled": false,
7960+
"params": {
7961+
"100": 50,
7962+
"220": 50,
7963+
"500": 50,
7964+
"1200": 50,
7965+
"2600": 50,
7966+
"6400": 50
7967+
}
7968+
},
7969+
"reverb": {
7970+
"type": "Spring",
7971+
"enabled": true,
7972+
"params": {
7973+
"Level": 57,
7974+
"Decay": 43
7975+
}
7976+
},
7977+
"delay": {
7978+
"type": "Analog Delay",
7979+
"enabled": true,
7980+
"params": {
7981+
"Intensity": 37,
7982+
"Rate": 32,
7983+
"Echo": 41
7984+
}
7985+
}
7986+
},
7987+
"pickup": {
7988+
"type": "single",
7989+
"tone": 8,
7990+
"position": "neck"
7991+
},
7992+
"slug": "jingle-bell-rock-guitar-chords",
7993+
"tabsUrl": "https://www.songsterr.com/a/wsa/bobby-helms-jingle-bell-rock-tab-s66322t2",
7994+
"createdAt": "2025-12-25T05:57:45.410Z",
7995+
"updatedAt": "2025-12-25T05:57:45.410Z"
78927996
}
78937997
]

0 commit comments

Comments
 (0)