-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help sending OSC commands #133
Comments
edit: |
I just had a similar problem (except it was In my case adding the bind option was all I had to do to make it work. If midimonster is terminating as soon as you send a command, there may be something else going on. Could you please post a copy of the full log output? |
I found the same thing on Windows with the 0.6 release. Adding bind allowed it to work once, but subsequent transmits after that failed. This would have been on:
Doing MIDI to OSC (if it matters). |
hello there
I'm trying to convert incoming midi-messages into OSC-signals.
My OSC-Device is listening on Port 65535. I use following config:
I managed to receive the midi-trigger, but then i get the error:
Failed to transmit packet: An operation was attempted on something that is not a socket.
If I add
bind = :: 65535
the error disappears, and the programm also captures the osc-command, but it never reaches my desired application (which is also listening on 65535, confirmed using ShowCockpit) and the programm terminates immediately.I hope you can help me
thanks in advance!
The text was updated successfully, but these errors were encountered: