GENERATOR 1.0
A visual experiment in code to explore whether or not initial state parameters can create emergent form in drawing
Parameters :
const stepSize = 3.0;
const minPitch = 16.0;
const maxPitch = -24.0;
let currentWidth = 1.0;
const widthDrift = 0.5;