//ServerBoot.add(~drawWindows);
)
+// server boot
+
+s.reboot;
+
// recording
(
// pdefs
+(
+~walomaju = 4.split(5);
+"~walomaju = %\n".postf(~walomaju);
+)
+
+Pdefn(\fagiDur, Pseq(~walomaju, inf)).quant_(4);
+
(
Pdef(\fagi, Pbind(*[
group: ~fagiGroup,
db: 40,
pan: 0,
trig: 1,
- dur: 1,
+ dur: Pdefn(\fagiDur),
legato: 0.7,
release: TempoClock.tempo.reciprocal / 2,
octave: 5,
Pdefn(\x, Pseq((0..5), inf)).condition_({ |val, i| i.postln % 6 == 0 });
Pdefn(\x, Pseq((7..0), inf)).condition_({ |val, i| i.postln % 8 == 0 });
+// pbindf
+
+(
+a = Pbind(\x, Pseq([1, 2, 3]), \zzz, 9000); // input stream
+b = Pbindf(a, \y, Prand([100, 300, 200], inf), \zzz, 99);
+x = b.asStream;
+)
+
+x.next(()); // pass in an event ()
+x.next(());
+x.next(());
+x.next(()); // end: nil
+
/// different start / mid / end pitch
// synthdefs