Guest User

Untitled

a guest
Jan 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. this.gain.gain.value = 0;
  2. this.oscillator.frequency.value = 750;
  3. this.oscillator.connect(this.gain);
  4. this.gain.connect(this.audioContext.destination);
Add Comment
Please, Sign In to add comment