Algorithmic modular music program (man3_2019). The computer is my analog modular synth. 00 rem -------------- man3_2019 --------------00 rem man3 - modular algorithm no 300 rem the steps/command lines, 01 to 08, are steps on a step sequencer00 rem main clock (lfo_2) 3hz00 rem the cv sequencer (seq) are tuned to an octave split in 5 equal parts. 00 rem seq has its own clock00 rem lfo_2 controls vco_2 via vca_2 and vca_300 rem lfo_3 controls wave shaper and vcf00 rem vco_1 tuned to 150hz sin -> wave shaper00 rem vco_2 tuned to 150hz tri00 rem vco_3 tuned to 75hz sqr -> vcf00 rem ----------------------------------------01 sampl lfo_1 -> vca_1 (vco_1)02 sampl seq -> vco_203 sampl lfo_1 -> vca_2 (vca_3) : rem [lfo_2 -> vca_2 -> vca_3 (vco_2)]04 sampl seq -> vco_105 trg -> noise -> delay_106 sampl seq -> vco_307 trg -> env (vco_3)08 trg -> noise -> delay_110 goto 01.
Autor: Gis Sweden