I am making an interface for audio and visuals processing,
I wanna have 20 sounds and so then 20 visuals, I have developed a prototype with 8 sounds and 2 effects (chorus and reverb) all this was developed in PureData, you can watch all this here
So I used an Arduino to select and assign the bank sound, but now I thought in something new...I don't wanna use my computer for operate this interface, so I thought that maybe I could use an ARM (Embedded systems like Samsung Mini2440 or Beagleboard) so then i will not use an arduino and a computer anymore, so what do you think?, is it complex to link an ARM with PureData?, is it feasible?.