Hi,
Sorry in advance if this post is confusing.
I am trying to setup Pd to run headless on a Raspberry Pi with my midi controller. I need the controller to both send and received midi from Pd. I was referencing this page for command line options that I put in the startup flags preferences:
https://puredata.info/docs/faq/commandline
Right now I can only send midi to my controller, but not from my controller (so no midi inputs in Pd) My midi controller shows up in Pd as: /dev/midi1 in the Oss midi window.
I see this flag in the command line options and I want to use it: -midiaddindev
But it doesn't seem to work. Am I supposed to put the name of the device? Which I guess is "midi1" so it would be -midiaddinmidi1. Or should it work with just -midiaddindev?
Also, I want so specify Alsa midi. If I want to put more than one startup flag how do I format them? Are the separated by a comma as in: -midiaddindev,-alsamidi ? or no comma as in -midiaddindev -alsa midi?
Either way I do it I get this message: error parsing startup arguments. Or are these messages totally different than startup flags?
Sorry for the long rambling post. I hope my questions are clear.
Thank you.
Nick