云教练github库

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

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.