Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 973 Bytes

File metadata and controls

54 lines (33 loc) · 973 Bytes

osc-webapp

serve osc from www: simple web OSC controller

ss

install

  • node.js
  • npm
git clone git@github.com:atsukoba/osc-webapp.git
cd osc-webapp
npm install

run

npm start

and share generated qr code/URL of local ip address and ngrok url to participants.

or you may use servo to publish your local port to www

ssh -R 80:localhost:7000 serveo.net

demo : Tiles

screenshot animation

sending osc message by tapping tiles

demo : Throwing Bubble

screenshot animation

sending osc message by flicking a bubble

config

changing QR code URL (append them to URL)

  • messaging : "mode": "/"
  • Demo Tiles : "mode": "/tiles"
  • Demo Throwing : "mode": "/throw"

dev

fork this repo and use demo.ejs as html template.