Views
pdj allows you to write Pd objects in Java. It is a clone of the mxj object for Max/MSP, so that the Java code that you write for pdj should also run fine in mxj
-
download pdj for your OS
-
unzip pdj and put the pdj folder into your externals folder (see the FAQ for more info: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files)
-
made a symlink to pdj.pd_linux (GNU/Linux) or pdj.pd_darwin (Mac OS X) and make it called pdj~.pd_linux (GNU/Linux) or pdj~.pd_darwin (Mac OS X) like:
(GNU/Linux)
cd ~/pd-externals ln -s pdj.pd_linux pdj~.pd_linux
(Mac OS X)
cd ~/Library/Pd ln -s pdj.pd_darwin pdj~.pd_darwin