Electronic Minute No 232 - Modular Algorithm No 3.wav
Description
Algorithmic modular music program (MAN3_2019). The computer is my analog modular synth. 00 rem -------------- MAN3_2019 -------------- 00 rem MAN3 - Modular Algorithm No 3 00 rem the steps/command lines, 01 to 08, are steps on a step sequencer 00 rem main clock (LFO_2) 3Hz 00 rem the cv sequencer (SEQ) are tuned to an octave split in 5 equal parts. 00 rem SEQ has its own clock 00 rem LFO_2 controls VCO_2 via VCA_2 and VCA_3 00 rem LFO_3 controls wave shaper and VCF 00 rem VCO_1 tuned to 150Hz sin -> wave shaper 00 rem VCO_2 tuned to 150Hz tri 00 rem VCO_3 tuned to 75Hz sqr -> VCF 00 rem ---------------------------------------- 01 sampl LFO_1 -> VCA_1 (VCO_1) 02 sampl SEQ -> VCO_2 03 sampl LFO_1 -> VCA_2 (VCA_3) : rem [LFO_2 -> VCA_2 -> VCA_3 (VCO_2)] 04 sampl SEQ -> VCO_1 05 trg -> noise -> delay_1 06 sampl SEQ -> VCO_3 07 trg -> env (VCO_3) 08 trg -> noise -> delay_1 10 goto 01