windows 11 machine. I’m using Reaper as the DAW. I pretty sure I got it to work with Loopbe1 but can’t recreate it. I just got an Arturia MiniFuse 2 for the audio interface. I run the python code and nothing happens no error message. thanks in advance for any suggestions.
oops hit send by mistake. This is the code I use ((the instrument name is irrelevant as you can change what instrument is on each track in the DAW)
one = s.new_midi_part(“one”, midi_output_device=“loopMIDI Port1”)
two = s.new_midi_part(“two”, midi_output_device=“loopMIDI Port2”)
then point the ‘midi in’ for each track in your DAW to a different Loop midi port
Alas I don’t know what that would look like in Reaper
You can send midi out of the audio interface, but you can’t send MIDI to the input of the audio interface from your computer. It seems like maybe you’re trying to simulate it as though the MIDI is coming into your audio interface when it’s actually coming from SCAMP? If the midi is just going from Scamp to reaper, it doesn’t really make sense to involve the audio interface, since it’s not going into or out of your computer.