localhost (owner)

Revisions

gist: 110939 Download_button fork
public
Description:
warp-o-mat: my 2nd Bloopsaphone tune (currently unfinished)
Public Clone URL: git://gist.github.com/110939.git
Embed All Files: show embed
tune_warp.rb #
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
#
# -=) warp-o-mat (=-
# tune coded/composed by freQvibez
# (c) 2009 Alex Brem
#
# exclusively for why's BloopSaphone
#
# from Farbrausch with ♥
#
 
module LousyBloopMachine
 
  class Tune
 
    BPM = 67
 
    ###
     ### sequences
      ###
 
    SEQUENCES = {
      :bass => %w^
01 02 01 02 01 02 01 02
01 02 01 02 01 02 01 02
 
01 02 01 02 01 02 01 02
01 02 01 02 01 02 01 02
^,
:base => %w^
00 01 01 01 01 01 01 01
01 01 01 01 01 01 01 01
 
01 01 01 01 01 01 01 01
01 01 01 01 01 01 01 01
^,
:snare => %w^
00 00 00 00 01 01 01 02
01 01 01 02 01 01 01 02
 
01 01 01 02 01 01 01 02
01 01 01 02 01 01 01 02
^,
:hihat => %w^
00 00 01 01 01 01 01 01
01 01 01 01 01 01 01 01
 
01 01 01 01 01 01 01 01
01 01 01 01 01 01 01 01
^,
:rhodes_1 => %w^
00 00 00 00
01 02 03 04
 
01 02 03 04
01 02 03 04
^,
:rhodes_2 => %w^
00 00 00 00
01 02 03 04
 
01 02 03 04
01 02 03 04
^,
:rhodes_3 => %w^
00 00 00 00
01 02 03 04
 
01 02 03 04
01 02 03 04
^,
:rhodes_4 => %w^
00 00 00 00
01 02 03 04
 
01 02 03 04
01 02 03 04
^,
:silent => %w^
00
00
 
01
01
^,
:naughty => %w^
00
00
 
00
01
^
}
 
###
### patterns
###
 
PATTERNS = {
 
:bass => {
01 => %q^
32a1[attack 0.1][sustain 0.05] 32a
32a 32a
32a 32a2
32a1 32a
 
32a[sustain 0.1] 32a
32a 32a
32a[sustain 0.15] 32a
32a2[sustain 0.1] 32a1
^,
02 => %q^
8 16a[attack 0.2][psweep 0.5][square 0.2] 16a[attack 0.1]
8 16a 16
 
16a 8 16a
16 16a 16 16a
 
8 16a 32a 16a 32a
32a 32 16a 32
^
},
 
:base => {
00 => %q^
1
^,
01 => %q^
8d2 8d 8d 8d
8d 8d 8d 8d
^
},
 
:snare => {
00 => %q^
1
^,
01 => %q^
8 8a 8 8a
8 8a 8 8a
^,
02 => %q^
8 8a 8 8a
16 16 8a 32 32a[volume 0.05] 16 8a[volume 0.25]
^
},
 
:hihat => {
00 => %q^
1
^,
01 => %q^
16 16a 16 16a 16 16a 16 16a
16 16a 16 16a 16 16a 16 16a
^
},
 
:rhodes_1 => {
00 => %q^
1 1
^,
01 => %q^
1c4 1e4
^,
02 => %q^
1c4 1e4
^,
03 => %q^
1d4 1c4
^,
04 => %q^
1e4 1eb4
^
},
 
:rhodes_2 => {
00 => %q^
1 1
^,
01 => %q^
1e4 1g4
^,
02 => %q^
1e4 1g4
^,
03 => %q^
1g4 1d4
^,
04 => %q^
1gb4 1gb4
^
},
 
:rhodes_3 => {
00 => %q^
1 1
^,
01 => %q^
1g4 1b4
^,
02 => %q^
1g4 1b4
^,
03 => %q^
1a4 1g4
^,
04 => %q^
1g4 1g4
^
},
 
:rhodes_4 => {
00 => %q^
1 1
^,
01 => %q^
1b4 1d4
^,
02 => %q^
1b4 1d4
^,
03 => %q^
1c4 1b4
^,
04 => %q^
1c4 1b4
^
},
 
:silent => {
00 => %q^
1 1 1 1
1 1 1 1
^,
01 => %q^
1b4 1d5
2b4 2g4 1e4
 
1c4 2gb5 2b4
1c4 1b3
^
},
 
:naughty => {
00 => %q^
1 1 1 1
1 1 1 1
^,
01 => %q^
2
 
1b4 1e4
2b3 2d4 2b4
 
1a4 2gb4 2a3
1eb4 1gb4
^
      }
 
    }
 
  end
 
  ###
   ### playroutine
    ###
 
  require 'yaml'
  require './bloops'
 
  extend self
 
  def init
    @bloops ||= Bloops.new
    @bloops.tempo = Tune::BPM
 
    return if @sounds
 
    @sounds = {}
    YAML.load(DATA.read).each do |track,instrument|
      @sounds[track] = @bloops.sound instrument['sound'].split("::").inject(Object) { |c1,c2| c1.const_get(c2) }
      instrument.reject{|k,v| k == 'sound'}.each do |sound,value|
        @sounds[track].send "#{sound}=", value
      end
    end
 
    Tune::SEQUENCES.each do |track,sequences|
      instr = track.to_s.split('_')[0]
      next unless @sounds[instr]
      next unless Tune::PATTERNS[track]
 
      notes = ''
      sequences.each do |seq|
        seq = seq.to_i
        next unless Tune::PATTERNS[track][seq]
        notes << Tune::PATTERNS[track][seq]
      end
      @bloops.tune @sounds[instr], notes
    end
  end
 
  def play
    init unless @bloops
    @bloops.play
    sleep 0.05 while !@bloops.stopped?
  end
 
  def play_endless
    while true do play; end
  end
 
end
 
LousyBloopMachine.play_endless if $0 == __FILE__
 
###
 ### instruments
  ###
 
__END__
 
bass:
sound: Bloops::SQUARE
volume: 0.9
attack: 0.1
decay: 0.15
sustain: 0.05
square: 0.05
phase: 0.5
psweep: -0.255
 
base:
sound: Bloops::SINE
volume: 0.6
attack: 0.0
decay: 0.25
sustain: 0.15
lpf: 0.45
resonance: 0.4
dslide: -0.3
 
snare:
sound: Bloops::NOISE
volume: 0.25
attack: 0.01
decay: 0.305
sustain: 0
hpf: 0.65
resonance: 0.24
dslide: -0.452
 
hihat:
sound: Bloops::NOISE
volume: 0.25
attack: 0.150
decay: 0.105
sustain: 0.205
hpf: 0.95
 
rhodes:
sound: Bloops::SAWTOOTH
volume: 0.09
attack: 0.55
decay: 1.0
sustain: 0.45
lpf: 0.55
lsweep: -0.005
resonance: 0.35
vibe: 0.035
vspeed: 0.292
phase: 0.305
psweep: -0.025
vdelay: 0.9
 
silent:
sound: Bloops::SINE
volume: 0.45
attack: 0.35
decay: 0.95
sustain: 0.85
lpf: 0.25
lsweep: -0.025
hpf: 0.25
hsweep: -0.025
resonance: 0.75
vibe: 0.055
vspeed: -0.325
phase: 0.505
psweep: -0.025
 
naughty:
sound: Bloops::SQUARE
volume: 0.15
attack: 0.45
decay: 0.95
sustain: 0.85
lpf: 0.25
lsweep: -0.025
hpf: 0.25
hsweep: -0.025
resonance: 0.65
vibe: 0.065
vspeed: -0.325
phase: 0.305
psweep: -0.025
square: 0.75
phase: 0.0
psweep: 0.555