Hi,
I'm playing around with bitwiz (http://kymatica.com/Software/BitWiz), an ipad app that translates c-loke code into generative audio, and I'm trying to implement this in Pd.
So, some code is for example something like:
r=2,w=(t%13-t)*x-(754+w+c^y)
where t is the audio frame counter and counts from 0 and increments by one for each audio frame
c is the channel counter (0-1)
r is samplerate as 44100/r
and x and y are x and y coordinates of the touch screen
commands are being separated by commas.
What I'm really not sure of, is what w refers to. What kind of UGen could it be. I'm trying to make this using [expr], [bang~], [counter] and send all this to an array and read that with [tabosc4~] (with scaling and all), but the result is really different from the app.
Any ideas how to do this?
Thanks