Hi all, today I noticed the second example in the Pfindur help file includes a strange-looking “filling” keyword:
(
var a, b;
a = Pfindur(5, Pbind(\dur, Prand([1, 2, 0.5, 0.1], 4)), filling: (note: 1920));
x = a.asStream;
9.do({ x.next(Event.default).postln; });
)
For me, on SC 3.13.0, This example prints in the post window:
WARNING: keyword arg 'filling' not found in call to Meta_Pfindur:new
note: 1920
also looks weird to me (that’s a really high note number). Does anyone know what’s going on here? Is this a holdover from a previous version? Is this example intending to use the “tolerance” keyword instead?