From: Eugene Petkevich Date: Tue, 21 Mar 2023 01:55:10 +0000 (+0100) Subject: more experiments with parameters X-Git-Url: https://git.zuelum.org/?a=commitdiff_plain;h=19ce5dcf0421bdfa0c80795a06eeb9051c2856c5;p=scprojects.git more experiments with parameters --- diff --git "a/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221.scd" "b/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221.scd" index f75e320..1939837 100644 --- "a/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221.scd" +++ "b/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221.scd" @@ -320,19 +320,20 @@ Pdef(\cocewary, ~cocewary).quant_(1).play; ]); Pdef(\sicilaqe, ~sicilaqe).quant_(2).play; -~beatGytuzowi = ~beatGenerator.(7, 2, db: -12, chance: 0.5); +~beatGytuzowi = ~beatGenerator.(7, 4, db: -17, attack: 0.05, release: 1.0, chance: 0.5, weights: #[3, 7]); +~beatGytuzowi.size.postln; ~gytuzowi = Pbind(*[ out: Pshuf(~reverbBusses.wrapExtend(~beatGytuzowi.size), inf), instrument: Pshuf(~synthNames.wrapExtend(~beatGytuzowi.size), inf), pan: [-0.9, 0.9], scale: Pn(~scale), - octave: 6, + octave: Prand([6, 7, 8], inf), #[\dur, \degree, \db, \attack, \release]: Pseq( ~beatGytuzowi, inf, ), timingOffset: 0, ]); -Pdef(\gytuzowi, ~gytuzowi).quant_(2).play; +Pdef(\gytuzowi, ~gytuzowi).quant_(4).play; /* very nice beat hediwana.beats: ~beatQogamocy = [ [ 0.125, 3, -9, 0.0175, 0.175 ], [ 0.125, 3, -9, 0.0175, 0.175 ], [ 0.25, 2, -6, 0.023333333333333, 0.23333333333333 ], [ 0.125, 3, -9, 0.0175, 0.175 ], [ 0.125, 3, -9, 0.0175, 0.175 ], [ 0.25, 2, -3, 0.035, 0.35 ] ]; @@ -354,7 +355,7 @@ Pdef(\gytuzowi, ~gytuzowi).quant_(2).play; ~beatCocewary, ~beatSicilaqe, ~beatGytuzowi, -].writeArchive(Document.current.dir +/+ "hediwana.beats"); +].writeArchive(Document.current.dir +/+ "dyxisija.beats"); ) Pdef.all.do{|i| i.stop};