pxt-common-packages
Version:
Microsoft MakeCode (PXT) common packages
28 lines (27 loc) • 581 B
JSON
{
"name": "mixer",
"description": "The music library with a mixer",
"additionalFilePath": "../music",
"files": [
"SoundOutput.h",
"sound.cpp",
"melody.h",
"melody.cpp",
"melody.ts",
"piano.ts",
"legacy.ts",
"ns.ts",
"targetoverrides.ts",
"music.ts",
"soundEffect.ts",
"instrument.ts",
"sequencer.ts",
"playable.ts",
"pxtparts.json",
"headphone.svg"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}