Giter Club home page Giter Club logo

mpe-player's Introduction

MPE.js Player v1.0.0

MPE Player using mpe.js Library.

This demo app was built to play with Browser Based Audio Oscillators using MPE devices ( such as ROLI Lightpad & Seaboard BLOCKS ). This should work with any Modern Browser that supports AudioContext.

Seaboard BLOCK

seaboard

This demo uses the following Seaboard BLOCK config settings via the BLOCKS Dashboard.

  • Note Start channel: 2
  • Note End channel: 16
  • Use MPE: Checked
  • Pitch Bend Range: 48

Lightpad BLOCK

lightpad

This demo uses the following Lightpad BLOCK config settings via the BLOCKS Dashboard.

  • Setting: 4x4 MPE Mode
  • MIDI Mode: MPE
  • Note channel first: 2
  • Note channel last: 16
  • Base note: C3
  • Grid size: 4
  • Send pitch bend: unchecked

Instructions

Connect your MPE device to your Web Browser and tinker away.

If you want to tweak some stuff, MpePlayer has a few config options. waveShape is probably the one you might enjoy the most as it sets up the oscillator sound that the MPE device uses.

<script>
  MpePlayer.init({
    debug: false,
    debugHTML: true,
    waveShape: 'sine' // 'sine', 'square', 'sawtooth', 'triangle'
  });
</script>

Legal Stuff

Briosum is not affiliated with ROLI. All Product Names & Images are Copyright ROLI Ltd

mpe-player's People

Contributors

manifestinteractive avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mpe-player's Issues

Browser Permission Policies seem to have changed.

Hi!

In Google Chrome 78.0.3904.70 on Windows 10 (with Seaboard Block connected through BLE via MIDIBerry and Midi Loopback Device, but that should not matter) I recieve error messages instead of a working page:

script.js?v1.0.0:53 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
(anonymous) @ script.js?v1.0.0:53
script.js?v1.0.0:388 [Deprecation] Web MIDI will ask a permission to use even if the sysex is not specified in the MIDIOptions since M77, around September 2019. See https://www.chromestatus.com/feature/5138066234671104 for more details.
init @ script.js?v1.0.0:388

Maybe that means only a few changes to the code?

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.