beep
C
3
Z
C♯
3
S
D
3
X
E♭
3
D
E
3
C
F
3
V
F♯
3
G
G
3
B
A♭
3
H
A
3
N
B♭
3
J
B
3
M
C
4
Q
<
C♯
4
2
D
4
W
E♭
4
3
E
4
E
F
4
R
F♯
4
5
G
4
T
A♭
4
6
A
4
Y
B♭
4
7
B
4
U
C
5
I
Beep.editor
window.synth = new Beep.Instrument()
/* .applyVoices( function(){ this.voices.push( new Beep.Voice( this.note, this.audioContext ) .setOscillatorType( 'sine' ) .setAttackGain( 0.8 ), new Beep.Voice( this.note.hertz * 3 / 2, this.audioContext ) .setOscillatorType( 'triangle' ) .setAttackGain( 0.2 ) .setDelayDuration( 0.05 ), new Beep.Voice( this.note.hertz * 4, this.audioContext ) .setOscillatorType( 'sawtooth' ) .setAttackGain( 0.04 ), new Beep.Voice( this.note.hertz / 2, this.audioContext ) .setOscillatorType( 'square' ) .setAttackGain( 0.06 ) )}) .addStyleClass( 'rainbow' ) */