-
oli44
Hello,
I've bben fiddling around for a few days with that question: how come PDP keeps telling me, whatever the Installer (extended 0.38 or 0.39-test4, hand compilation via fink) that the Jpeg codec / animation jpeg A or B are unsupported video codec?
I tried to fix it on my Titanium running Panther as well as on dual G5 running Tiger, in vain.
Any hints?
O.
-
oli44
You should have a look to the aubio library cf http://aubio.piem.org
then use the aubionotes~ object to detect pitch in realtime
here is an abstraction I wrote that might be useful for you to design your own.
Dont forget to declare the variables at creation time suche as [myaubio test]
You then can modify the parameters by replacing the $1-variableName by test-variableName
Enjoy!
-
oli44
I managed tonight to have PDP running more or less on OSX.
I installed PD-0.39.2-extended-test4 from http://at.or.at/hans/pd/installers.html
Then I installed pdp after Yves Degoyons instructions:
http://ydegoyon.free.fr/pidip.html
But i didnt use the .pdrc instructions. I just addede to the path these two lines:
/usr/local/lib/pd/pdp_pidip_osx/
/usr/local/lib/pd/pdp_pidip_osx/doc/objects
the latter for the help files.
Still some objects not working : pdp_blur , pdp_diff, pdp_motionfade, pdp_contrast
-
oli44
Hi jonathan,
as hardoff wrote, you just add a counter to the right inlet, for instance with a counter at a 40 tempo, which allows you to play a video @25fps (if in PAL format).
Just stop the counter without resetting it, and start it again once the video should be turned back on!
That's it!