UNPKG

jzz-synth-osc

Version:

Fallback MIDI-Out implementation

43 lines (42 loc) 1.05 kB
{ "name": "jzz-synth-osc", "version": "1.2.8", "description": "Fallback MIDI-Out implementation", "main": "javascript/JZZ.synth.OSC.js", "scripts": { "test": "nyc mocha test/mocha.js", "lint": "eslint javascript test", "coverage": "nyc report --reporter=lcov" }, "keywords": [ "midi", "midi-synth", "webaudio", "webaudioapi", "web-audio", "web-audio-api", "synth" ], "author": "jazz-soft (https://jazz-soft.net/)", "dependencies": { "jzz": "^1.9.2" }, "devDependencies": { "eslint": "^9.23.0", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2", "jzz-midi-smf": "^1.9.7", "mocha": "^11.1.0", "node-web-audio-api": "^1.0.4", "nyc": "^17.1.0", "web-audio-test": "^0.0.8" }, "repository": { "type": "git", "url": "https://github.com/jazz-soft/JZZ-synth-OSC.git" }, "homepage": "https://jazz-soft.net", "bugs": "https://jazz-soft.org", "license": "MIT" }