Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 503 Bytes

osc in p5.js

adapted from osc-web.

setup

  1. install node

$ git https://github.com/genekogan/p5js-osc
$ cd p5js-osc/
$ npm install
$ node bridge.js

then open index.html from a sketch in a browser, which connects to bridge.

  1. send OSC to p5 via port 3333. send OSC from p5 via port 3334

examples todo

  • basic (done)
  • in: kinect
  • in: leap-motion
  • in: faceosc
  • in: midi device?
  • out: ableton?