GithubHelp home page GithubHelp logo

tabarnotte's Introduction

Tabarnotte

Experiment in trying to play real-time music with someone over the network.

What is done

  • Browser getting midi signal from the instrument
  • Playing the midi notes locally via a simple oscilliator
  • Establishing a RTC connection between 2 browsers
  • Playing notes over the peer-to-peer connection into the other browser's oscilliator

What is not done

  • Handling more than 2 person at the time
  • Deconnections / Re-connections
  • Optimizing events and data for faster transfer and decoding
  • Setting up the signaling server and website on a publicly reacheable place
  • Choosing midi output
  • This hasn't been tested in a browser other than chrome 85

How to run

  • install npm dependencies docker-compose run npm install
  • run the web server and the websocket serverdocker-compose up -d
  • open 2 browser tabs in the same console, and verify that you get the Channel opened! message
  • Chrome asks for a user interaction before it allows to play sounds. Make sure to click the "Enable Audio" button to hear the synth.

To run on a network

  • Change the websocket server address in www/js/signaling.js
  • In chrome, midi is blocked by default on websites that don't have an https connection. You can workaround this using the flag chrome://flags/#unsafely-treat-insecure-origin-as-secure.

The local midi+oscilliator part can be tried online here (no RTC setup yet). https://tabarnotte.com

tabarnotte's People

Contributors

phillaf avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.