]);
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 ] ];
~beatCocewary,
~beatSicilaqe,
~beatGytuzowi,
-].writeArchive(Document.current.dir +/+ "hediwana.beats");
+].writeArchive(Document.current.dir +/+ "dyxisija.beats");
)
Pdef.all.do{|i| i.stop};