PdPod
From iPodLinux
Contents |
Description
pdPod allows the creation of interactive musical applications for the iPod. It integrates Pure Data a visual sound programming language by Miller Puckette which allows the rapid development of musical applications. Guenter Geiger has made PDa, a port of Pure Data for PDA linux devices which we recently adapted to run under iPod Linux as well. Martin Kaltenbrunner created a GUI application which allows the execution, display and control of PD patches from within podzilla. This application was created at the Music Technology Group at the Universitat Pompeu Fabra in Barcelona, Spain. Have a look at this paper we presented at the ICMC05 for some ideas what might be possible to do with this application for the iPod. You might also want to have a look at this little
Videos
Installation
- replace your podzilla binary with the version provided on this page
- unzip the "PureData" folder to the root of your iPod music partition (next to iPod_Control)
- add the line "ifconfig lo 127.0.0.1" to the file /etc/rc (if not already there)
(hint: use the "start" script to copy podzilla and to retrieve, edit and store the /etc/rc file)
Usage
- select the pdPod application in the Extras menu
- load the desired patch from the file selector box
- if the patch has no custom GUI a default GUI is displayed
- the four iPod buttons (rwd,menu,play,fwd) serve as simple note on/off buttons
- the wheel sends incrementing/decrementing values
- the "action" button just sends a simple bang
- to exit from your patch hold the "action" button and press the "menu" button
- to pause your patch hold the "action" button and press the "play/pause" button
- to exit from the file selector press the "menu" button
Content Creation
- learn PD first http://www-crca.ucsd.edu/~msp/Pd_documentation/
- for the creation of custom GUIs you have to name the widgets you want to display with a preceding pod_
- the patch "ipod_decode.pd" is needed for the communication with the GUI (control and visual feedback)
- just have a look at the example patches below for a quick start
- you have to create the patches using PD for Linux/Mac/Win32, pdPod is just an execution environment
- your patches need to be placed into the "PureData" directory in order to be found by pdPod
Compatibility
pdPod is based on the legacy podzilla0 code and supports all iPod models that are supported by the original podzilla. This means that all but 5G iPods can run the pdPod interface. The pd binary itself should run on all platforms though. We are currently working on a module for the new podzilla version, which is still to unstable for a release though.
Resources
Binaries
- podzilla with pdPod (Pdpod_podzilla.gz): ipodlinux.org or sourceforge.net
- the PureData folder incl. examples (PureData.zip): ipodlinux.org or sourceforge.net
- alternative kernel with lower latency (Pdpod_kernel.bin.gz): ipodlinux.org or sourceforge.net
- Remark: this kernel just reduces the buffer size to 8*1024 instead of 40*1024. This is a temporary "hack" to increase the responsiveness of pdPod.
Examples
The PureData folder contains four example patches:
- pdpod_test: plays s simple sine wave, change the frequency turning the wheel
- pdpod_fm: FM synth demo, push the buttons to play the notes, turn the wheel to change FM params
- pdpod_drums: a simple drum pad. the buttons trigger drum samples
- pdpod_l8p: an advanced sequencer demo (as shown in the video)
Source
- pdPod v0.2 (Pdpod.c.gz): ipodlinux.org or sourceforge.net
- PDa v0.5 (PDa-0.5-src.tgz): sourceforge.net
Support
- If you have questions regarding Pure Data in general please post to the PD mailing list: pd-list[AT]iem.at
- For any specific question regarding pdPod please post to the ipodlinux forum
- pdPod thread on old forums: http://ipodlinux.org/oldforums/viewtopic.php?t=4414
