Online Sequencer Forums

Full Version: Sawtooth Wave
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to have the Sawtooth wave lowered down an octave? I find that I want to use it as a bass for a lot of songs but it can't get that low range I need.
Speaking of which, can we get 8-bit noise?
var ac = new AudioContext(); //I don't know what audio context you use
var noise = ac.createPeriodicWave([0,1],[0,0]); //See below link for more info, still can't figure it out.
oscillators[0].C5.setPeriodicWave(noise); //Replaces the oscillator of the C5 of the sine wave.
https://developer.mozilla.org/en-US/docs...riodicWave