The best way to connect a midi controller to PsychoPy

I am currently building an experiment to read inputs continuously from a midi controller slider every 0.5 sec. I am using Korg NanoKontroller midi controller and from this link, I came to know that the hardware that PsychoPy supports and Korg NanoKontroller is not in the list. What’s the best way to connect a midi controller to PsychoPy?

I am also trying to do something similar, using psychopy to control the recording of a midi file. I’m sure you’re already familiar with Mido, and we’re currently figuring out how to connect our keyboard with PsychoPy using a MIDI-USB cord to play stimuli and then record keystrokes as our data. Would love any input you may have and we’re always looking to collaborate!

1 Like

Hi MusicStudier!

I am wondering if you had a chance to work on integrating mido in standalone PsychoPy. We recently started working on this and for the life of me, cannot figure out a way to properly import the mido module (specifically with importing rtmidi in runtime) even with all the proper paths added.