Vortex Sound Research
Synth Pseudo Code - Printable Version

+- Vortex Sound Research (http://www.n01ze.com/synthwizards/Forum)
+-- Forum: N01ZE World Net News (http://www.n01ze.com/synthwizards/Forum/forumdisplay.php?fid=45)
+--- Forum: World Wide Gear News (http://www.n01ze.com/synthwizards/Forum/forumdisplay.php?fid=2)
+--- Thread: Synth Pseudo Code (/showthread.php?tid=19735)



Synth Pseudo Code - SynthWizard - 01-25-2021

Synth Pseudo Code

<!-- SC_OFF --><div class="md"><p>Does anyone else write out pseudo code for a patch before trying to implement it? For example: </p> <p><strong>Pick an enharmonic key</strong></p> <p><strong>Randomize chords</strong></p> <ul> <li>Subject to key</li> <li>Randomize notes within each chord (plays 135, 13, 15, 35, 1, 3, 5)</li> <li>Randomize note duration within each chord (bound to limits of chord duration)</li> </ul> <p><strong>Randomize when each chord plays</strong></p> <p><strong>Randomize chord duration</strong></p> <ul> <li>Define min/max</li> </ul> <p><strong>Randomize Root Note</strong></p> <ul> <li>On/Off</li> <li>Duration <ul> <li>Define min/max</li> </ul></li> </ul> <p><strong>Randomize Synth Voice(s)</strong></p> <ul> <li>For each note <ul> <li>Define voices to select from</li> </ul></li> </ul> <p><strong>Randomize delay:</strong></p> <ul> <li>Type <ul> <li>Define types to select from</li> </ul></li> <li>Duration <ul> <li>Define min/max</li> </ul></li> <li>Feedback <ul> <li>Define min/max</li> </ul></li> <li>Mix</li> <li>Which note(s) it applies to</li> <li>Time Division (⅛, ¼, .⅛, etc.)</li> </ul> <p><strong>Randomize reverb:</strong></p> <ul> <li>Type <ul> <li>Define types to select from</li> </ul></li> <li>Duration <ul> <li>Define min/max</li> </ul></li> <li>Mix</li> <li>Which note(s) it applies to</li> </ul> </div><!-- SC_ON --> submitted by <a href="https://www.reddit.com/user/An0nR3dd1tUs3r"> /u/An0nR3dd1tUs3r </a> <br/> <span><a href="https://www.reddit.com/r/modular/comments/l46rsr/synth_pseudo_code/">[link]</a></span> <span><a href="https://www.reddit.com/r/modular/comments/l46rsr/synth_pseudo_code/">[comments]</a></span>