First we take Berlin (Manhattan later): The Berlin Sprint

This is where you can download your test scenes from Berlin (only works inside moviepilot office)

http://local.rjdj.me http://sprint.rjdj.me

You can upload into this directory if you connect to the directory service using:

smb://guest@local.rjdj.me/incoming

in the OS-X Finder. On Linux use something like:

smbmount //local.rjdj.me/incoming ~/rjdj/ -o user=guest

(empty password) to mount the share to a directory "~/rjdj/".

In Windows, use the adress \\172.16.2.144\incoming in a explorer window.

Some useful zip files:

Rjlib snapshot at http://rjdj.me/~fbar/rjlib.zip (date: 12.12.2008)

Also useful: The rjutils from http://rjdj.me/~fbar/rjutils.zip (includes accelerometer data and a SceneTemplate??)

Installing RjLib

  • Extract the zip file rjlib.zip - this creates a folder "rjlib" which hasa folder "rj" inside.
  • Add the full path to this "rjlib" folder to your Pd "Path" in the settings dialog.
  • Add the full path to the "rjlib/rj" folder to your Pd "Path" in the settings dialog as well!
  • Restart Pd.
  • Test:
    • Try to create an object called "soundoutput" - this has to work. If not, add the paths again
    • Try to create an object called "rj/e_pan" - this should work too, otherwise you didn't add the "rjlib" path correctly.
    • Try to create an object called "e_pan" (no "rj" prefix!) - this should work too, otherwise you didn't add the "rj" path correctly.

Using the Scene Template

In the rjutils.zip you will find a directory "SceneTemplate?.rj"

  • Copy this whole directory to your working directory and rename it to your scene name like "MyCoolScene?.rj".
  • Edit the file "Info.plist" there and replace the name of the scene and your directory name.
  • Open up "_main.pd" - this is the file that will be loaded by the RjDj.App on the iPhone/iTouch etc.

Saturday Pd intro

On Saturday we had a small Pd crash course workshop. The patches built there are available at: http://rjdj.me/~fbar/crash-pd.zip Note: These are undocumented and only here for reference.