Hey there,
I am currently working on a Pd Synthesizer running on the Daisy Seed. I am looking for ways to integrate Midi and i’m a bit confused which is the best solution. I figured, in my case it would be the most useful to use a 5-pin Midi jack or preferably a 3.5mm stereo jack for the Midi Input.
I’ve seen examples with Arduino boards, using an optocupler to create serial data from the Midi input and route it to the USART RX Input. Now my question: Is it possible to receive this data from the USART RX input in Pd? (and how do i set it up?) Will the data come in the standard Midi format and can be easily split into the individual data sets as with a notein object?
Should i rather go for the midi via USB connection? In my case it seems less compatible with the devices i was going to use the synthesizer with.
Or is there even another option which i haven’t stumbled across yet?
Thanks in advance for your help!