Skip to content

toyoshim/webmusicplatform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Music Platform

This is a platform that provides an easy collaboration environment between Web Music applications, an development environment of Web Music, and an playground of Web Music on open web platform.

Web Music Platfrom image

Description

This platform manages connection between each "Custom Element Node" (both Audio and MIDI) and UI behavior.

(Custom Element Node: A script set of Web Audio and Web MIDI which developed as Polymer element. )

Good thing to use this platform

  • this platform built on top of the Web Components and Polymer
  • developers does NOT need to worry about conflict (e.g. class name, id name, method name and so on)
  • easy to add Custom Element Node on your environment
  • the Custom Element Nodes runs stand alone (e.g. embed on your Web page)

Demo

Web Music Platfrom

Concept

Basic concept is almost same as Web Audio Playground by Chris Wilson.
Difference is Web Music Platfrom is supporting...

  • supports MIDI(input/output)
  • applied Web Components and Polymer

Instructions for Users & Developers

Users' instruction

  • Tutorial: Play audio file and display its waveform on oscilloscope.

Developers' instruction

Requirement

  • Web Server
  • Web Audio/MIDI readied Web Browser(e.g. Google Chrome )

Setup Web Music Platform on your environment

  1. $ npm -g install bower
  2. $ git clone https://github.com/yamaha-webmusic/webmusicplatform.git
  3. $ cd webmusicplatform && bower install
  4. Copy them into your Web Server directory
  5. Access the URL where you copied them

Contribution

TBA

Licence

MIT

Copyright

Copyright (c) 2014 Yamaha Corporation

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.4%
  • CSS 15.6%