GithubHelp home page GithubHelp logo

tubbo / stagefright Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 142 KB

Jam with other musicians in realtime using WebRTC and Web MIDI

Home Page: https://tubbo-stagefright.herokuapp.com

JavaScript 87.74% Dockerfile 1.00% HTML 10.23% CSS 1.03%

stagefright's Introduction

stagefright

Jam with other musicians in realtime using WebRTC and Web MIDI

features

  • Hear and mix audio from all sources dynamically
  • Synchronize MIDI devices over the network with MTC

installation

Clone this repo:

git clone https://github.com/tubbo/stagefright.git

Install dependencies:

yarn install

Run the development server:

yarn start

View the app at http://localhost:1337

usage

Go to https://tubbo-stagefright.herokuapp.com and allow audio/MIDI permissions, then start jamming! It's all one big room for now.

To connect your DAW, create an IAC Driver and set your DAW to receive MIDI Clock/Sync from that device.

https://stackoverflow.com/questions/43544357/how-to-connect-web-midi-api-to-native-application-like-ableton-live

deployment

This app is deployed to Heroku using a Docker image.

To deploy the application, first build the Docker image:

docker build . -t tubbo-stagefright/web

Then, push the image to Heroku:

docker push registry.heroku.com/tubbo-stagefright/web

Finally, run this command to create a new release:

heroku container:release web

stagefright's People

Watchers

Tom Scott avatar James Cloos avatar  avatar

stagefright's Issues

MBC, not MTC

๐Ÿ‘‹ This is a small correction: this sequencer sends out MIDI Beat Clock (MBC), not MIDI Time Code (MTC). I found this project while searching for an example for WebMIDI + MTC, so changing the references to MTC might prevent that confusion for others ๐Ÿ™‚.

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.