-
Wedontplay
Hi, i need to delay a signal changing the delay time constantly (DeltaTime < 40 ms) without changing the pitch, and without generate clicks. How can i do? With vd~ object i didn't found a way to avoid cliks...
Thanks
-
Wedontplay
Hi, does anyone know if there is an object to calculate the inverse of cos?
i mean arccos of course, there is a way to evaluate it but is a bit expensive for the cpu:sin(t)^2 + cos(t)^2 = 1
so
sin(arccos(x)) = sqrt(1-x^2)
so
tan(arccos(x)) = sin(arccos(x))/cos(arccos(x)) = sqrt(1-x^2)/x
so
arccos(x) = arctan(tan(arccos(x))) = arctan(sqrt(1-x^2)/x) -
Wedontplay
Hi, i need to slow down a number frequency outlet, i encountered an object that serve this purpose once but i can't remember the name....
any suggestion?I try to explain better: i have an output of a calculation that send too much values and i need to filter those values so that i can choose the frequency of the output.
tx
-
Wedontplay
Hi, i read about this library called Bin-ambi, is for binaural spatialization, does anybody knows where to download it? or if you know other binaural spatialization tools, i'm interested. At the moment i use the binaural_cw but i want to try other solution.
tx
-
Wedontplay
Hi, i need to use the convert.ascii2pd external but i can't find it on the web, any link please?
-
Wedontplay
Hi, i need to send three different values from arduino to pure data, i tried to use a comport obj but i have problems, basically i need to send a message like this:
0.876 0.234 -0.765
where the three numbers controls three different object in pd and are not direct readings from analog/digital but calculated values.
I tried to format the serial from arduino to list the output of the comport and then unpack but it isn't working....
Suggestion?
Tx
-
Wedontplay
any ideas? i though it was a quite common problem...
-
Wedontplay
well, yes... I need to recreate Interaural Time Difference tought, so i need to be precise..
-
-
Wedontplay
Hi, i succeded using convert.ascii2pd and then route and unpack.
tx