«Crystal Waters' Gypsy Woman (She's Homeless) - intro chords» by Bruno Ruviaro

on 19 Jan'23 05:24 in chordstranscriptioncrystal watershouse music

Pattern transcription of intro chords of this song.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Crystal Waters "Gypsy Woman (She's Homeless)" - chords
(
~bpm = TempoClock.new(120/60);
Pbind(
	\midinote, Pseq([
		Pn([45, 57, 67, 72, 76], 2),
		Pn([46, 58, 69, 74, 77], 3),
		Pn([43, 55, 67, 70, 74, 77], 2), 
		Pn([48, 60, 67, 70, 73, 76], 3),
		Pseq([
			Pn([50, 62, 65, 69, 72, 76], 2),
			Pn([50, 62, 65, 69, 72, 74], 3)
		], 2),
		Pn([45, 57, 67, 72, 76], 2),
		Pn([46, 58, 69, 74, 77], 3),
		Pn([52, 64, 76, 79, 83, 86], 2),
		Pn([51, 63, 75, 79, 82, 86], 3),
		Pseq([
			Pn([50, 62, 65, 69, 72, 76], 2),
			Pn([50, 62, 65, 69, 72, 74], 3)
		], 2),
	], inf),
	\ctranspose, -12,
	\dur, Pseq([1, Pn(3/4, 4)], inf),
	\amp, 0.2,
	\legato, Pseq([0.5, 0.5, Pwhite(0.2, 0.3, 3)], inf)
).play(~bpm);
)
raw 731 chars (focus & ctrl+a+c to copy)
reception
comments