-
Notifications
You must be signed in to change notification settings - Fork 1
/
play2050719_03.spi.spi
209 lines (181 loc) · 3.95 KB
/
play2050719_03.spi.spi
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
use_bpm 127/2.0
def glitch(*args)
params, opts = split_params_and_merge_opts_array(args)
opts = current_midi_defaults.merge(opts)
n, vel = *params
if n
midi n,vel, channel: 3
end
end
def piano(*args)
#return
params, opts = split_params_and_merge_opts_array(args)
opts = current_midi_defaults.merge(opts)
n, vel = *params
if n
midi n,vel, *(args << {port: :iac_bus_1} << {channel: 1})
end
end
def vox(*args)
params, opts = split_params_and_merge_opts_array(args)
opts = current_midi_defaults.merge(opts)
n, vel = *params
if n
midi n,vel, *(args << {port: :iac_bus_1} << {channel: 2})
end
end
def bass(*args)
params, opts = split_params_and_merge_opts_array(args)
opts = current_midi_defaults.merge(opts)
n, vel = *params
if n
midi n,vel, *(args << {channel: 4})
end
end
live_loop :form do
tick
score = (ing
# [:e3 :g4 :b3]
#PART 4
# [:e3 :gs4 :b3]
# [:fs3 :a3 :cs4]
# [:a3 :cs4 :e4]
# [:b3 :ds4 :fs4 ]
# [:cs3 :e4 :gs4]
# [:gs3 :b4 :ds4]
# [:e3 :gs3 :b3]
# [:fs3 :a3 :cs4]
# [:a3 :cs5 :e4 :gs4]
# [:b3 :ds4 :fs4]
# [:cs3 :e4 :gs4]
# [:b3 :ds4 :fs4]
#PART 3
# [:e3 :gs4 :b3]
# [:a3 :cs4 :e4 :gs4]
# [:b3 :ds4 :fs4]
# [:e3 :gs4 :b4]
# [:a3 :cs5 :e4 :gs4]
# [:b3 :ds4 :fs4]
#PART 2
[:e3 :g4 :b3 :fs3]
# [:b3 :ds4 :fs4]
# [:cs3 :e4 :gs3]
# [:a2 :cs4 :e3 ]
# [:b2 :ds4 :fs3]
# [:cs3 :fs4 :gs4]
# [:cs3 :e4 :gs5]
#COMPOS 1
# [:cs3 :e4 :gs3]
# [:b2 :ds4 :fs3] #long
# [:b2 :ds4 :fs3] #long
# [:a2 :cs4 :e3]
# [:e3 :gs4 :b3] #LOVELY
# [:cs3 :es4 :gs3]
# [:cs3 :e4 :gs3]
# [:gs3 :b4 :ds4]
# [:b3 :ds4 :fs3]
# [:ds3 :fs4 :as3]
# [:cs4 :e4 :gs3]
#[_ _ _ _]
).look
puts score
#glitch :C3, 85
if score[0] == _
#vox :e2, sus:2.0
else
with_transpose 12{
#vox root(score), sus:2.0
}
end
#end
with_transpose 0{
at{
#bass root(score),120, sus: 2.5
#midi :e3, channel: 4, sustain: 4, sus: 2
sleep 3.0
#midi :e5,127, channel: 4, sustain: 4, sus: 2
sleep 0.5
#bass root(score),105, sus: 0.5
}
}
with_transpose 0{
s = (ing
[:a4 :a4]
[:fs5 _ :fs5]
[:a3 :b4 :b5]
[:a4 :cs4 :Cs5]
[:fs4 :fs4]
[:gs4 :gs4]
[:e5 :e4]
[:e4 :e5]
[:ds4]
[:fs4]
[:cs4]
[:gs4]
[:es4]
[:e4 :e5 :e4 :e4]
).look
at{
sleep 1.5
s.each{|n|
with_swing 0.02{
#midi n, (ing 80 60 50).look, sus: 0.25, channel: 6# if spread(7,11).tick(:n1)
}
sleep 0.25
}
}
}
if true#(ing 1 1 0 0 1 1 1).look == 1
#if (ing 1 1).look == 1
#if (ing 1 1 0 1 1 1).look == 1
vox score[0], sus:1.0
#vox score[1], sus:3.5
vox score[2], 80, sus:1.5
#vox score[3], 80, sus:3.5
with_transpose 12{
piano score[1],62,sus:2
}
sleep 1/2.0
sleep 1/2.0
piano score[1], 60, sus:2 if spread(1,2).look
with_transpose 12{
piano score[1], 62, sus:2
}
vox score[3], 80, sus: 2.5
sleep 1/2.0
#glitch :f3, 60
sleep 1/2.0
glitch :as3,50
sleep 1/2.0
glitch :e3,60+rand*5 if spread(1,2).look
sleep 1/2.0
glitch :d3,60+rand*5 if spread(1,2).rot(-1).look
sleep 1/2.0
midi score[1], 32, sus:4, channel: 5
glitch :fs3,60+rand*5 if spread(2,3).look
sleep 1/4.0
glitch :fs3,70+rand*5 if spread(4,5).look
sleep 1/4.0
else
vox score[0], sus:2
#vox score[1], sus:1
#vox score[2], 80, sus:1
with_transpose 12{
piano score[1],82, sus:1
}
sleep 1/2.0
with_transpose 12{
piano score[1],60, sus:1
}
glitch :a3,40
sleep 1/4.0
sleep 1/4.0
piano score[1],82, sus:1
sleep 1/2.0
glitch :C3, 50
glitch :fs3,70
sleep 1/4.0
glitch :a3,127
sleep 1/4.0
end
end