Page 1 of 1

OSCQuery Websocket

Posted: Thu Sep 05, 2019 2:09 pm
by BigHoss
Hey there,

i am working on a remote application vor MadMapper once again.
Now that madmapper support OSCQuery for quite i while i thought i will give it another shot.
I saw that there are some things missing in the oscquery implementation, or maybe i am just doing it wrong.

HOST_INFO missing - in the Required Attributes the spec defines the HOST_INFO, but madmapper doesn't seem to have that.
Bi-Directional Communication - Do you plan to add that function? or is there any other way to remotely add or at least duplicate an already existing Surface?

Re: OSCQuery Websocket

Posted: Fri Sep 06, 2019 9:46 am
by mad-matt
Hi,
Yes we don't support websockets actually (only http) and we don't handle bi-directionnal connection. We plan to implement it in a close future but can't promise a release date.
There are ways to add surfaces and more possibilities (load project, save, save as, fullscreen on/off etc) with the actual release by activating an hidden setting:
on Windows, in Cmd.exe:
REG ADD HKCU\SOFTWARE\Garagecube\MadMapper /f /v enableApplicationController /t REG_SZ /d 1
on macOS, in Terminal.app:
defaults write com.garagecube.MadMapper enableApplicationController 1
Then, restart MadMapper, you'll see new controls in /application/...
Thanks for your feedback!