jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
705 stars 90 forks source link

[BUG] send('/address','value') doesn't work #842

Closed patricecolet closed 7 months ago

patricecolet commented 7 months ago

send('/widgetID','value) in console is undefined while send('localhost:5000','/widgetID','value')works fine

jean-emmanuel commented 7 months ago

there's a missing closing quote in the first command.