// python genwav.py 2000 8486464296 // D. Parson, 2023 // Generator inserts actual code for the following (ABOVE): // WAVEFORM generator => Gain mixer => dac ; // Noise noisey => Gain noisegain => mixer ; // FREQ => generator.freq ; // GAINOSC => generator.gain ; // GNOISE => noisegain.gain ; // dac => Gain __g__ => WvOut __w__ => blackhole; // Parameters: WAVEFORM_FREQ_GAINOSC_GNOISE // "lazy1_SERIALNUMBER.wav" => __w__.wavFilename ; // 1::second => now ; // Run for 1 second, save output .wav file. // null @=> __w__; PulseOsc generator => Gain mixer => dac ; 0.1 => generator.width ; Noise noisey => Gain noisegain => mixer ; 1494 => generator.freq ; 0.5098721923719535 => generator.gain ; 0.20122965653090588 => noisegain.gain ; dac => Gain __g__ => WvOut __w__ => blackhole; // Parameters: WAVEFORM_FREQ_GAINOSC_GNOISE // Parameters: PulseOsc_1494_0.5098721923719535_0.20122965653090588 "lazy1_PulseOsc_1494_0.5098721923719535_0.20122965653090588_234361.wav" => __w__.wavFilename ; 1::second => now ; null @=> __w__;