Skip to content

multi-user musical toy - connect from mobile and make music with others

Notifications You must be signed in to change notification settings

Multimedia-Orchestra/musico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

  1. Someone start a server
  2. Visit the server on your web browser
  3. Connect with a phone to use it as a controller
  4. Bonus: Sends device orientation/acceleration through OSC to (e.g. Max)

Prerequisites

  1. git
  2. nodejs
  3. npm
  4. Bonus: Max MSP, odot

How to run?

1. git clone https://github.com/Multimedia-Orchestra/musico
2. npm install
3. node app.js

After that,

  1. Visit localhost on your web browser. You should hear a sound.
  2. Find your local IP address
  3. Have people visit your local IP address on your mobile phone; all of the devices will connect together and interact with each other
  4. Server will send out osc bundles that look like
/acceleration 0.0 0.0 0.0
/accelerationIncludingGravity 0.0 0.0 9.8
/timeStamp 193593523

through udp on localhost:3333. All updates from all phones will be sent, with no namespacing/differentiation of different phones (yet).

Help!

Email me at hellocharlien@hotmail.com for any questions :)

About

multi-user musical toy - connect from mobile and make music with others

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published