; Example Additive synthesis script for Assignment 1 ; of Synthesis Theory II ; ; run with the command: ; addsyn script.addsyn output.wav ; ;osc start duration freq amp osc 0.0 1.0 440 0.003 osc 0.0 1.0 880 0.009 osc 0.0 1.0 1320 0.001 osc 0.0 1.0 1760 0.013 osc 0.0 1.0 2200 0.004 osc 0.0 1.0 2640 0.003 osc 0.0 1.0 3080 0.001