云教练github库

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

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.