I have a set up with an input device (basically an Arduino nano) which I then use a Python script to read in the input, process it and send the results over OSC to a Pure Data patch.
This all works fine on my Windows laptop but I really want it to run on a Pi.
I did try on an old model B and it got nowhere but now I have a Pi3 I am hoping it should be fine. The python works fine and is processing the input etc but Pd doesn't seem to respond at all. If I check the DSP box to turn the Audio on on the main pd window I get the error ALSA input error (snd_pcm_open): No such file or directory
I have searched around for that error but none of the forum posts etc are very helpful or relate tot he problem I have (ALSA seems to work and I can play sounds with it from the CLI)
Not really sure what to try next. Any ideas?