Open
Description
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:
[backend winmidi]
detect = on
[winmidi loopbe]
; 0 is the id of loopbe
read = 0
[backend osc]
detect = on
[osc lt]
dest = localhost 65535
/lighttoys/start/* = i 1 1
[map]
loopbe.ch0.note0 > lt./lighttoys/start/01
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
- why does midimonster need to listen for osc, when I'm only trying to send
- why is the command not be transfered to another application
thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels