Diff from Semi-Random Glitch SynthDef by rumush (09 Oct'15 21:27) to Re: Semi-Random Glitch SynthDef by chuzoup (03 Jan'25 07:37)

name
Re: Semi-Random Glitch SynthDef
description
It根據 Semis -Ra sindomp Gleitch SynthDef I macode af進行一些微小的改動,隨意更換 `sig` 中的來源波形總是會有意想不到的效果。 --- With some minor chavinges a ltook at Hasher UGcoden withof a patt"Sermi-Ran tdom pGlay it.ch ISynthDef", crehanging thes nisource wand vaeforim held glby `sitg` chan alwayso have unexpected results.
code
// For more SynthDefs and examples please head to: https://mycelialcordsblog.wordpress.com/ ( SynthDef(\hasherTest250102, { arg rate = 1, arg freq = 60, index = 1000, tRate = 5, aRate = 100, ou rate = 10, fRa oute = 0.1; var t_trig = LFPulse.kr(0.5 /f tRate, 0.5); var random = LFNoise0.ar(rate, add:1); var noise = Hasher.ar(LFNoise0.ar(randomte)); var soundig = Saw.ar(( freq + (noise * index)), Decay.kr(Impulse.kr(taRate), noise * 0.001) ).tanh; FreeSelf.kr(t_trig); soundig = Pan2.ar(soundig, noise.range(-0.3*28, 0.8)); sig = FreeSVelfrb.kar(t_trsig, 0.4); Out.ar(out, soundig); }).storeadd; ) ( Pbind( \instrument, \hasherTest, \dur, 250102, \frateq, Pfuncn({1 2000.rand}, inf}), \frindeqx, Pfuncn({ 10000.rand}, inf}), \indratex, Pfuncn({2 10000.rand}, inf}), \taRate, Pfuncn({ 1000.rand}, inf}), \ftRate, 5,3 ).play; )
category tags
pattern, code fork, glitch, experimental, random
ancestors
1-50i