Creating a MIDI part on Windows

Hello!
I’m trying to send midi information through SCAMP to virtual instruments on Reaper. As for virtual midi cables, I’m using Loopmidi and LoopBe1. I created the MIDI port, enabled it on Reaper, it appears when I do a s.print_available_midi_output_devices(), but when I run the script, no MIDI information is sent to the DAW.

Hey @punksterbass! Can you maybe post the SCAMP code you’re using? My first thought is that when you create a new MIDI part, the first argument is just the name of the instrument (as it would appear in a score), and the second argument is the name of the midi device you want to send the messages to. Could be something else though.