-
DOC LABYRINTH
Hello
Does anyone know if is it possible to do spectral synthesis with PD? If yes, are there some patches for me to take a look?
Thanks
-
DOC LABYRINTH
I'm just a begginer also, but relatively to the rgb problem, I think I can help. Midi notes have values between 0 and 127, and RGB values are between 0 and 255. Because of that, you will have to convert the 0-127 range to a 0-255 range. Imagine that A is a midi and B is a rgb value. The calc will be A*255/127=B
Hope this helps, I'm a begginer too
-
DOC LABYRINTH
Okay, problem solved
Thank you guys very much for the help. This is gonna be very helpful for the patches i'm creating for an audio installation. I'll provide them here when finished. -
DOC LABYRINTH
I'm trying to play with help patches. For instance, with morphine the errors are these:
morphine~
... couldn't create
error: inlet: expected '' but got 'transition'
... you might be able to track this down from the Find menu.
error: signal outlet connect to nonsignal inle morphine~
... couldn't create
error: inlet: expected '' but got morphine~
... couldn't create
error: inlet: expected '' but got 'transition'
... you might be able to track this down from the Find menu.
error: signal outlet connect to nonsignal inle morphine~
... couldn't create
error: inlet: expected '' but got 'transition'
... you might be able to track this down from the Find menu.
error: signal outlet connect to nonsignal inlet (ignored)
error: signal outlet connect to nonsignal inlet (ignored)
t (ignored)
error: signal outlet connect to nonsignal inlet (ignored)
'transition'
... you might be able to track this down from the Find menu.
error: signal outlet connect to nonsignal inlet (ignored)
error: signal outlet connect to nonsignal inlet (ignored)
t (ignored)
error: signal outlet connect to nonsignal inlet (ignored)and then
error: inlet: expected '' but got 'float'
Thanks for the help
-
DOC LABYRINTH
Hi Boonier,
I downloaded the spectral objects from the link you gave me and I followed the instructions on the readme, but I can't make anything out of them beacause it's allways printing errors. Am I making anything wrong?
Thanks -
-
DOC LABYRINTH
Thanks.
I'll give it a try. I'm an absolute begginer on Pd.