Greetings all.
I have made really great progress with my controller project www.beatjazz.blogspot.com. Now its getting into the fiddley stuff.
I have been using [value] to sample the stream of breath data and use it to generate a velocity value, but I noticed that because it gets "stored" first rather than simply triggered in realtime, it is always one note behind, ie, if I play a note with a particular velocity, that velocity won't trigger until the following note because the value object is triggering the stored value
Is there a way of triggering or banging a value in Realtime, from the stream of sensor data? Something like [value] in that it will give one value per bang, but be in Realtime?
Thanks in advance,
Onyx