云教练github库

Andrea Condoluci 85b0c65a33 Update README.md 9 vuotta sitten
experiments a3407e0f18 Fixed tests for canvas benchmarks on IE 9 vuotta sitten
src 551ec0d0bd FFT class 9 vuotta sitten
test 551ec0d0bd FFT class 9 vuotta sitten
typings 551ec0d0bd FFT class 9 vuotta sitten
.gitignore 250464a731 Added some classes and the gitignore file 9 vuotta sitten
.travis.yml 605b422a13 Hopefully last fix for ci 9 vuotta sitten
Gruntfile.js 551ec0d0bd FFT class 9 vuotta sitten
LICENSE 576455ab4d Initial commit 9 vuotta sitten
README.md 85b0c65a33 Update README.md 9 vuotta sitten
build.js 60156ef2f5 Preliminary skeleton 9 vuotta sitten
karma.conf.js c8c45052c4 Configured karma 9 vuotta sitten
package.json 551ec0d0bd FFT class 9 vuotta sitten
tsconfig.json 75f9643779 Added some json config files 9 vuotta sitten
tslint.json 75f9643779 Added some json config files 9 vuotta sitten
typings.json c8c45052c4 Configured karma 9 vuotta sitten

README.md

OSMD logo

Build Status   Dependency Status

Display sheet music (MusicXML files) in the browser.

Using the VexFlow music notation rendering API.

Written in TypeScript and released under MIT license.

See opensheetmusicdisplay.org for further information.

Build

$ git clone https://github.com/opensheetmusicdisplay/opensheetmusicdisplay.git
$ npm install
$ npm install -g grunt-cli
$ grunt

Install

Usage

License

The MIT License (MIT)

Copyright © 2016 PhonicScore GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.