USB MIDI in Plugdata with Daisy Seed

Hi!

I am trying to implement receiving Midi notes from a sequencer through the Usb Midi of a Daisy Seed. I am using Plugdata and I must say that I am a bit lost… moreover, I see that when I open the dial to flash my code to Daisy Seed, the Usb Midi option is greyed out. Any clue?

The Daisy can only be one type of USB device at a time. So if you have usb serial debug printing enabled you cannot also use USB MIDI.

Disable the Debug printing and USB MIDI will be selectable again.

1 Like

Thanks!