Closed nivinm closed 3 years ago
Did you run it from source at any point, or just the binaries?
I did, but ran into various missing modules. After I installed one it would complain about the next, after the third one I figured there are a lot of modules that are missing :). Is there a way to run a script of required modules and then install?
Error: Cannot find module 'request' Error: Cannot find module 'express' Error: Cannot find module 'body-parser'
Oh you know what, I just ran npm install inside of the source directory and it took care of all the missing modules. Then ran node main.js and it worked!
Great!
Can confirm, released binaries 2.2.0 for Windows do not pick up any of the MIDI devices on my machine nor other hosts. Multiple machines tested. Suggest reopen or re-release? I have not tried source yet.
Try from source as it’s likely a packaging issue with the binaries.
Hello,
I tried running midi-relay 2.1 and 2.2 on two PC's using rtpmidi on both machines or bome network on both machines. Machine 1 was using ProPresenter 7 7.4.2 and machine 2 only had Companion running. The goal was to send a cue from Pro7 to companion to press certain buttons.
Each time I ran midi-relay (2.1 or 2.2) it would not see the cues coming from Pro7. I ran the settings page and everything was blank, even though the console said it was able to load the input and output midi ports.
Troubleshooting
Solution I ran midi-relay 2.0 on the Companion machine and (yay) worked perfectly.