Raspberry Pi running a probability-based boring metal song generator Pd patch. This was originally something I wrote as an RjDj scene, so I tweaked a few things to get it running on Puredata in the Raspberry Pi. I'm using one of the Pis with 512MB memory, running Raspbian Wheezy.
I used the install instructions for Pd-Vanilla found here:
http://log.liminastudio.com/programmi...
I'm SSH'ing the commands from my laptop, using this command:
pd -nogui -noadc -alsa yourfilename.pd
With Raspbian Wheezy you don't need to run the extra "sudo modprobe snd_bcm2835" command suggested in the luminastudio.com link posted above, that's baked into the OS now.
As you can see, I'm using the HDMI out for sound to my TV, but the headphone jack seems to be working fine as well. I haven't had the sound crackling problems that people described earlier on when Pd + Pi stuff started happening.
Next I'll be really trying to push things to see just how much processing the Pi can handle, porting a patch that uses delay, reverb, etc.