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 folder00 rem vco_2 tri00 rem vco_3 sqr through vcf00 rem (vco_1, vco_2, vco_3) tuned to 130 hz00 rem rnd pitch cv from attenuated tri lfo00 rem rnd cv from tri lfo00 rem main clock (lfo_1) start frq 10 hz00 rem reset is tricky, trg -> short env -> reset00 rem (noise) is noise through a lfo sweeped vcf00 rem ---------------------------------------01 rnd -> vca cv in (vco_1)02 rnd -> wave folder (vco_1): rnd -> vcf (vco_3)00 rem line 08 in ver. 103 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. 108 [07] trg short env (vco_3): rnd pitch @ eoc (vco_3)00 rem line 07 in ver. 100 rem [long env in ver. 1 - with long env i seldom reach eoc]10 goto 01.
Author: Gis Sweden