03-25-2018, 10:08 PM
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.
Sawtooth Wave
|
03-25-2018, 10:08 PM
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.
03-26-2018, 03:21 PM
Speaking of which, can we get 8-bit noise?
Kim Wrote:##878337 + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin
03-26-2018, 03:50 PM
Kim Wrote:##878337 + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin
03-26-2018, 04:46 PM
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 Kim Wrote:##878337 + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin |
Users browsing this thread: 2 Guest(s) |