-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgui_bleep.js
More file actions
54 lines (52 loc) · 1.25 KB
/
gui_bleep.js
File metadata and controls
54 lines (52 loc) · 1.25 KB
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
// This music has been exported by SoundBox. You can use it with
// http://sb.bitsnbites.eu/player-small.js in your own product.
// See http://sb.bitsnbites.eu/demo.html for an example of how to
// use it in a demo.
// Song data
var guiBleep = {
songData: [
{ // Instrument 0
i: [
3, // OSC1_WAVEFORM
255, // OSC1_VOL
128, // OSC1_SEMI
0, // OSC1_XENV
0, // OSC2_WAVEFORM
0, // OSC2_VOL
92, // OSC2_SEMI
0, // OSC2_DETUNE
0, // OSC2_XENV
0, // NOISE_VOL
0, // ENV_ATTACK
0, // ENV_SUSTAIN
33, // ENV_RELEASE
0, // ARP_CHORD
0, // ARP_SPEED
0, // LFO_WAVEFORM
0, // LFO_AMT
0, // LFO_FREQ
0, // LFO_FX_FREQ
1, // FX_FILTER
0, // FX_FREQ
0, // FX_RESONANCE
34, // FX_DIST
238, // FX_DRIVE
0, // FX_PAN_AMT
0, // FX_PAN_FREQ
0, // FX_DELAY_AMT
0 // FX_DELAY_TIME
],
// Patterns
p: [1],
// Columns
c: [
{n: [169],
f: []}
]
},
],
rowLen: 5513, // In sample lengths
patternLen: 32, // Rows per pattern
endPattern: 0, // End pattern
numChannels: 1 // Number of channels
};