Online Sequencer Forums

Full Version: Mess with synths
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
function warp(amount){oscillators.map(x=>values(x).map(y=>y.frequency.value*=1-amount+2*amount*Math.random()))}
This code messes with the synth frequencies. It does not do anything on its own, but then you can type
Code:
warp(0.01)
or something like that to produce a feel that something is off.
Yay

Example Synth Song (Not Mine)
this makes my songs sound like a 2 year old banged their face on my keyboard
(06-07-2018, 08:29 PM)Eandrew Wrote: [ -> ]this makes my songs sound like a 2 year old banged their face on my keyboard

That is pleasant, no?
how nice