云教练github库

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

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.