Code Monkey home page Code Monkey logo

mpc's Introduction

#MPC prototype Just a quick Proof of concept, for a client.

Examples

Example

Sampler

A sampler loads and stores external audio files in buffers so they can be attached to a audio context. It dispatches progress and complete loading events.

public methods

  • add(url) adds a file url to the sampler.
  • load() loads all files in the sampler.

Mixer8

An Mixer8. Combines 8 signals into a stereo output.

Analyzer

An Analyzer analyzes using sound buffers. Can be attached to any buffer (this includes the master and the individual faders in the Mixer8).

public methods

  • average() returns the average value of the buffer.
  • octaves(count) returns an array of averages by octave.

Filter

A Filter can added to any sound buffer. There are several kinds of filters.

  • Low Pass
  • High Pass
  • Band Pass
  • Low Shelf
  • High Shelf
  • Peaking
  • Notch
  • All Pass

For more info, please read the specification.

public methods

  • toggle(boolean) bypass filter.
  • changeQuality(value) changes Q factor of the filter.
  • changeFrequency(value) changes cutoff frequency.

##Running local version

  • Install all dependencies in your package.json
npm install 
  • Run local Gruntfile
grunt

mpc's People

Contributors

andrevenancio 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.