-
-
excalibur
Hello,
Yes it is.
See here:
http://puredata.hurleur.com/sujet-5302-video-mixer-help-manipulator-objects-rgb-etc
-
excalibur
Hello,
This installation uses puredata + arduino + wiimote:
This is a dance piece where the video is done with puredata:
This is a test of generating video with midi events but something went wrong when joining the screen capture and the sound and it gets progressively out of sync:
Good luck for the presentation.
-
excalibur
Lazy way with pd-extended on Linux:
[counter] and [playlist]
Send the message "seek $1" to playlist it will send the files path in sequence and behave like a round list (see the help file).
-
excalibur
I don't think you need to study computer programming properly to go into Linux, it can be frustrating at times but it is like that with all operating systems, you just need patience and a web browser
Do you have audio when the system starts or you play a sound file?
-
excalibur
I use pulse-jack from falkTX ppa but this is for ubuntu Lucid only, or a music player that can use jack like Aqualung.
-
excalibur
@morganevansweiler said:
it generally uses upwards 50 percent. is that causing it?
Possibly, pd can only use one core of the cpu so you only see 50% usage, if you use 2 instances it can use 2 cores or 100%.
Even if you only have one core hyper threading can make the OS act as there are two.
-
excalibur
Please do, I am very Interested in this.
Thank you and good luck.
-
excalibur
Yes, it is kind of raw programming packaged with a few graphical boxes and some string, that's what is nice about it, you can do whatever you like.
But there is a lot more documentation besides the wiki, you can start here maybe:
or here
http://en.flossmanuals.net/PureData
Also on the program itself if you press ctrl+b you get lots of example patches and every object (graphical box) has a help file showing how to use it and giving some example, just right-click and choose help.
If you prefer video there are some nice tutorials on youtube like this one:
Good luck.
-
excalibur
If you want to use the computer keyboard you can use the [key] object, check the help on that, for the drum pad check the help for [notein]. To send the messages to the DMX you can use [sendOSC] and wtf2osc ( http://www.ohloh.net/p/wtf2osc ). wtf2osc comes with a pd patch explaining how to use.
Hope this helps.
-
excalibur
I don't know if I understand completely your problem, but I have used wtf2osc http://www.ohloh.net/p/wtf2osc on Ubuntu Lucid Linux to control DMX via PD it worked very nice.