Add music

This commit is contained in:
Michal Moskal
2017-07-07 11:44:34 +01:00
parent 43b167957b
commit 97b6c7dc4b
13 changed files with 166 additions and 5 deletions

21
libs/music/pxt.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "music",
"description": "The music library",
"files": [
"README.md",
"music.cpp",
"enums.d.ts",
"shims.d.ts",
"melodies.ts",
"music.ts",
"ns.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/music",
"dependencies": {
"core": "file:../core"
}
}