Page 1 of 1

json command

Posted: Mon May 11, 2020 10:39 pm
by simonhu
Hello everybody
Is it possible to define a cue that sends out a string like "http://192.168.20.200/xml/jsonswitch.ph ... set=toggle" when it gets activated?
Or are there any other ways to send out such commands with MM?
Thank you

Re: json command

Posted: Mon May 11, 2020 11:01 pm
by mad-matt
That's not sending a string, that's making an HTTP GET. There's no such feature at the moment.

Re: json command

Posted: Tue May 12, 2020 8:20 pm
by simonhu
ok thanks. Are there any plans to integrate that into MM 4?

Re: json command

Posted: Tue May 12, 2020 9:15 pm
by jasonbeyers
You could potentially use the new OSC-out and MIDI-out modules in MM 4, using an external script of yours that listens for OSC or MIDI and then triggers whatever custom things you need.

Re: json command

Posted: Mon May 18, 2020 9:24 pm
by simonhu
Does anybody know a tool / piece of software from OSC or midi to http get commands?