Electronic Minute No 222 - Modular Algorithm No 2 v2 (MAN2v2_2019).wav
Description
Algorithmic modular music program ver. 2 (MAN2v2_2019). The computer is my analog modular synth. 01 to 08 are clock sequencer steps. Admit, the spring reverb makes a nice job! 00 rem -------------- MAN2_2019 -------------- 00 rem ------------------ v2 ----------------- 00 rem vco_1 sin through wave folder 00 rem vco_2 tri 00 rem vco_3 sqr through vcf 00 rem (vco_1, vco_2, vco_3) tuned to 130 Hz 00 rem rnd pitch cv from attenuated tri lfo 00 rem rnd cv from tri lfo 00 rem main clock (lfo_1) start frq 10 Hz 00 rem reset is tricky, trg -> short env -> reset 00 rem (noise) is noise through a lfo sweeped vcf 00 rem --------------------------------------- 01 rnd -> vca cv in (vco_1) 02 rnd -> wave folder (vco_1): rnd -> vcf (vco_3) 00 rem line 08 in ver.1 03 rnd frq lfo_1 (run speed) 00 rem [less secitive for cv change] 04 rnd fm mod (vco_1) with audio from (vco_2) 05 rnd -> vca cv in (vco_1, vco_2, vco_3): invert cv -> vca cv in (noise) 00 rem [added some offset with attenuverter] 06 trg short env (vco_2): rnd pitch @ eoc (vco_2) 00 rem [long env in ver.1 - with long env I seldom reach eoc] 07 if (lfo_2 = high) then goto 01 [= reset] 00 rem line 02 in ver.1 08 [07] trg short env (vco_3): rnd pitch @ eoc (vco_3) 00 rem line 07 in ver.1 00 rem [long env in ver.1 - with long env I seldom reach eoc] 10 goto 01