hi, quick question with the supercollider trill use,
is it important to use Ndef when applying trills?
or can i expand on this rough application with in an existing synthdef?
a = TrillCentroids.kr(i2c_bus: 1, i2c_address: 0x20, noiseThreshold: 0.02, prescaler: 3, t_resetBaseline: 1);
~notes.do({arg item;
~gcf = a.value.asString;
if (item.isPlaying,
{item.set(\cf,~gcf);});
});
)
.value = ~gcf;