Electronic
95.0 seconds
10 views
0 downloads

Program001.wav

0:00 / 95:00
Free Download
Royalty-free for all projects
Download Program001.wav

Description

My first take on gis_sweden's computer program patch metaphor: const lfoRate = 10; var lfoCurrentValue = 0; var div = 1; var count = 1; bool cycle = true; var carrierPitch = 0; var carrierFallTime = 0; var modulatorPitch = 0; var leftSampleRate = 0; var modulatorFallTime = 0; var leftVCAlevel = 0; var rightVCAlevel = 0; var rightSampleRate = 0; var carrierBothTime = 0; while cycle = true { if (count == 1) then carrierPitch = lfoCurrentValue; if (count == 2) then carrierFallTime = lfoCurrentValue; if (count == 3) then modulatorPitch = lfoCurrentValue; if (count == 4) then leftSampleRate = lfoCurrentValue; if (count == 5) then modulatorFallTime = lfoCurrentValue; if (count == 6) then leftVCAlevel = lfoCurrentValue; if (count == 7) then leftVCAlevel = lfoCurrentValue; if (count == 8) { rightSampleRate = lfoCurrentValue; count = 0; } div ++; count ++; if (div == 3) then carrierBothTime = lfoCurrentValue; if (div == 7) then div = 0; }

Technical Details

Format WAV
Sample Rate 44100 Hz
Bit Depth 32 bit
Bitrate 320 kbps
Channels Stereo
File Size 0 bytes