Hi everyone,
I'm having trouble trying to send OSC commands via a third party osc sender (another computer) to madmapper.
I know the computer madmapper is on is recieveing OSC because we have another software than can read incoming messages.
The port is 8005
And the IP is 293.268.1.100
We can get other devices to talk to it by having a float osc message, however I am strictly limited to String or Integer from the program outputting.
The program requires the following to send out:
Mode:String/Integer
Address: (the command)
Type: String/Integer
Argument: outcome
So for example we tried:
String
Address: "surfaces/main/output"
Type: ",i"
Argument: "0" (or 1)
This was asking the madmapper software to simply turn on and off a surface (so we can control the output).
All we want to do is be able to send a command to turn on and off the surface or main layer even.
Any tips, tricks, or insights into this?
Thankyou in advance!