Skip to content

Commit 65f8079

Browse files
committed
Добавлен новый артист "Ten Years After" в файл artists.json. Создан новый пресет для гитарного соло "I'd Love To Change The World" в файлах presets.json и generations.json. Обновлены данные и структура в соответствующих файлах.
1 parent 813e0f6 commit 65f8079

File tree

3 files changed

+340
-1
lines changed

3 files changed

+340
-1
lines changed

data/artists.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,11 @@
112112
"title": "REM",
113113
"slug": "rem",
114114
"description": "American alternative rock band recognized as pioneers of the genre, blending jangly guitar sounds with introspective lyrics and distinctive vocal delivery. Influential in shaping modern rock with their unique melodic style and timeless songs."
115+
},
116+
{
117+
"id": 20,
118+
"title": "Ten Years After",
119+
"slug": "ten-years-after",
120+
"description": "British blues rock band celebrated for their electrifying guitar work, energetic performances, and fusion of blues, rock, and psychedelia. Best known for their legendary Woodstock appearance and the guitar mastery of Alvin Lee."
115121
}
116122
]

data/generations.json

Lines changed: 230 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,234 @@
11
{
22
"generations": [
3+
{
4+
"timestamp": "2025-09-12T02:36:19.368Z",
5+
"originalPrompt": "Ten Years After I'd Love To Change The World Guitar\n Solo",
6+
"proDescription": {
7+
"tone_title": "I'd Love To Change The World - Guitar Solo",
8+
"genre": "Classic Rock / Blues Rock",
9+
"sound_description": "Warm, singing lead tone with smooth sustain and slight breakup; expressive and dynamic, not overly compressed, with subtle vintage character and clarity. The solo has a touch of reverb and delay for ambience, but remains intimate and focused.",
10+
"guitar_rig_description": "Noise gate: not used (solo is dynamic and vintage, noise is acceptable). Compressor: not used (allows for natural touch dynamics). Overdrive/Distortion/Boost: vintage low-gain overdrive pedal for extra sustain and mild breakup, emulating a cranked tube amp. Amplifier: British-style vintage tube amp, set just into overdrive, providing warmth, articulation, and a touch of natural compression. Cabinet: open-back 2x12 cab with classic British speakers for airy mids and smooth highs. EQ: basic amp EQ for warmth and clarity, no external EQ block used. Modulation: not used (solo is dry and direct). Delay: short slapback delay for slight depth, subtle in the mix. Reverb: spring reverb for classic ambience, not overpowering.",
11+
"references": [
12+
"Ten Years After - I'd Love To Change The World",
13+
"Eric Clapton - Wonderful Tonight (solo tone)",
14+
"Peter Green - Need Your Love So Bad (solo tone)"
15+
],
16+
"song_part": "guitar solo",
17+
"preferred_pickup": "neck humbucker, tone = 7 (rolled off slightly for warmth)",
18+
"additional_info": "Use expressive vibrato and bends. Lighter string gauge (e.g., .010-.046) helps with bends and sustain. Pick attack should be dynamic; avoid heavy palm muting. Classic Les Paul or SG preferred, but any humbucker-equipped guitar can work."
19+
},
20+
"realRig": {
21+
"pedalboard": [
22+
"Ibanez TS808 Tube Screamer",
23+
"MXR Carbon Copy Analog Delay"
24+
],
25+
"amplifier": "Marshall 1962 Bluesbreaker Combo",
26+
"cabinet": "Marshall 1962 Bluesbreaker 2x12 Combo with Celestion G12M Greenback 25W speakers (open-back)",
27+
"settings": {
28+
"amp": {
29+
"Volume I": 5.5,
30+
"Volume II": 0,
31+
"Bass": 6,
32+
"Middle": 7,
33+
"Treble": 5,
34+
"Presence": 5,
35+
"Reverb": 3
36+
},
37+
"overdrive": {
38+
"Drive": 3.5,
39+
"Tone": 4.5,
40+
"Level": 7
41+
},
42+
"delay": {
43+
"Delay Time": "90 ms",
44+
"Mix": 10,
45+
"Repeats": 1
46+
}
47+
}
48+
},
49+
"finalChain": {
50+
"noisegate": {
51+
"type": "Noise Gate",
52+
"enabled": false,
53+
"params": {
54+
"Sensitivity": 50,
55+
"Decay": 50
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": 55,
81+
"Drive": 38,
82+
"Tone": 40
83+
}
84+
},
85+
"amplifier": {
86+
"type": "Brit Blues",
87+
"enabled": true,
88+
"params": {
89+
"Gain": 57,
90+
"Master": 62,
91+
"Bass": 56,
92+
"Middle": 62,
93+
"Treble": 48,
94+
"Presence": 44
95+
}
96+
},
97+
"cabinet": {
98+
"type": "A212",
99+
"enabled": true,
100+
"params": {
101+
"Level": 53,
102+
"LowCut": 47,
103+
"HighCut": 52
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": "Spring",
120+
"enabled": true,
121+
"params": {
122+
"Level": 34,
123+
"Decay": 38
124+
}
125+
},
126+
"delay": {
127+
"type": "Analog Delay",
128+
"enabled": true,
129+
"params": {
130+
"Intensity": 22,
131+
"Rate": 27,
132+
"Echo": 29
133+
}
134+
}
135+
},
136+
"versions": [
137+
{
138+
"chain": {
139+
"noisegate": {
140+
"type": "Noise Gate",
141+
"enabled": false,
142+
"params": {
143+
"Sensitivity": 50,
144+
"Decay": 50
145+
}
146+
},
147+
"compressor": {
148+
"type": "K Comp",
149+
"enabled": false,
150+
"params": {
151+
"Level": 50,
152+
"Sustain": 50,
153+
"Clipping": 50
154+
}
155+
},
156+
"modulation": {
157+
"type": "CE-1",
158+
"enabled": false,
159+
"params": {
160+
"Rate": 50,
161+
"Depth": 50,
162+
"Intensity": 50
163+
}
164+
},
165+
"effect": {
166+
"type": "T Screamer",
167+
"enabled": true,
168+
"params": {
169+
"Level": 55,
170+
"Drive": 38,
171+
"Tone": 40
172+
}
173+
},
174+
"amplifier": {
175+
"type": "Brit Blues",
176+
"enabled": true,
177+
"params": {
178+
"Gain": 57,
179+
"Master": 62,
180+
"Bass": 56,
181+
"Middle": 62,
182+
"Treble": 48,
183+
"Presence": 44
184+
}
185+
},
186+
"cabinet": {
187+
"type": "A212",
188+
"enabled": true,
189+
"params": {
190+
"Level": 53,
191+
"LowCut": 47,
192+
"HighCut": 52
193+
}
194+
},
195+
"eq": {
196+
"type": "6-Band",
197+
"enabled": false,
198+
"params": {
199+
"100": 50,
200+
"220": 50,
201+
"500": 50,
202+
"1200": 50,
203+
"2600": 50,
204+
"6400": 50
205+
}
206+
},
207+
"reverb": {
208+
"type": "Spring",
209+
"enabled": true,
210+
"params": {
211+
"Level": 34,
212+
"Decay": 38
213+
}
214+
},
215+
"delay": {
216+
"type": "Analog Delay",
217+
"enabled": true,
218+
"params": {
219+
"Intensity": 22,
220+
"Rate": 27,
221+
"Echo": 29
222+
}
223+
}
224+
},
225+
"prompt": "Ten Years After I'd Love To Change The World Guitar\n Solo",
226+
"timestamp": "2025-09-12T02:36:19.368Z"
227+
}
228+
],
229+
"id": "gen_mfg8796b_ym27zckpd",
230+
"status": "draft"
231+
},
3232
{
4233
"timestamp": "2025-09-11T16:19:09.296Z",
5234
"originalPrompt": "REM The One I Love Clean Guitar Verse",
@@ -13164,6 +13393,6 @@
1316413393
],
1316513394
"meta": {
1316613395
"version": "1.0.0",
13167-
"lastUpdated": "2025-09-11T16:23:00.109Z"
13396+
"lastUpdated": "2025-09-12T02:36:19.379Z"
1316813397
}
1316913398
}

data/presets.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3606,5 +3606,109 @@
36063606
},
36073607
"slug": "the-one-i-love-guitar-clean-guitar-verse",
36083608
"tabsUrl": "https://www.songsterr.com/a/wsa/rem-the-one-i-love-tab-s78784"
3609+
},
3610+
{
3611+
"id": "gen_mfg8796b_ym27zckpd",
3612+
"origin": {
3613+
"artistId": 20,
3614+
"song": "I'd Love To Change The World",
3615+
"part": "Solo",
3616+
"imageUrl": "/images/cover/default-cover.webp"
3617+
},
3618+
"description": "Warm, singing lead tone with smooth sustain and slight breakup; expressive and dynamic, not overly compressed, with subtle vintage character and clarity. The solo has a touch of reverb and delay for ambience, but remains intimate and focused.",
3619+
"chain": {
3620+
"noisegate": {
3621+
"type": "Noise Gate",
3622+
"enabled": false,
3623+
"params": {
3624+
"Sensitivity": 50,
3625+
"Decay": 50
3626+
}
3627+
},
3628+
"compressor": {
3629+
"type": "K Comp",
3630+
"enabled": false,
3631+
"params": {
3632+
"Level": 50,
3633+
"Sustain": 50,
3634+
"Clipping": 50
3635+
}
3636+
},
3637+
"modulation": {
3638+
"type": "CE-1",
3639+
"enabled": false,
3640+
"params": {
3641+
"Rate": 50,
3642+
"Depth": 50,
3643+
"Intensity": 50
3644+
}
3645+
},
3646+
"effect": {
3647+
"type": "T Screamer",
3648+
"enabled": true,
3649+
"params": {
3650+
"Level": 55,
3651+
"Drive": 38,
3652+
"Tone": 40
3653+
}
3654+
},
3655+
"amplifier": {
3656+
"type": "Brit Blues",
3657+
"enabled": true,
3658+
"params": {
3659+
"Gain": 57,
3660+
"Master": 62,
3661+
"Bass": 56,
3662+
"Middle": 62,
3663+
"Treble": 48,
3664+
"Presence": 44
3665+
}
3666+
},
3667+
"cabinet": {
3668+
"type": "A212",
3669+
"enabled": true,
3670+
"params": {
3671+
"Level": 53,
3672+
"LowCut": 47,
3673+
"HighCut": 52
3674+
}
3675+
},
3676+
"eq": {
3677+
"type": "6-Band",
3678+
"enabled": false,
3679+
"params": {
3680+
"100": 50,
3681+
"220": 50,
3682+
"500": 50,
3683+
"1200": 50,
3684+
"2600": 50,
3685+
"6400": 50
3686+
}
3687+
},
3688+
"reverb": {
3689+
"type": "Spring",
3690+
"enabled": true,
3691+
"params": {
3692+
"Level": 34,
3693+
"Decay": 38
3694+
}
3695+
},
3696+
"delay": {
3697+
"type": "Analog Delay",
3698+
"enabled": true,
3699+
"params": {
3700+
"Intensity": 22,
3701+
"Rate": 27,
3702+
"Echo": 29
3703+
}
3704+
}
3705+
},
3706+
"pickup": {
3707+
"type": "humbucker",
3708+
"tone": 7,
3709+
"position": "neck"
3710+
},
3711+
"slug": "id-love-to-change-the-world-guitar-solo",
3712+
"tabsUrl": "https://www.songsterr.com/a/wsa/ten-years-after-id-love-to-change-the-world-solo-tab-s80557t5"
36093713
}
36103714
]

0 commit comments

Comments
 (0)