midi-json-parser
This module is parsing midi files into a human-readable JSON object.
File Explorer
- test.yml
- commit-msg
- pre-commit
- config.mjs
- src.mjs
- test.mjs
- config.json
- config.json
- bundle.mjs
- src.json
- unit.ts
- worker-es2019.js
- worker-es5.mjs
- 3rdpartylicenses.txt
- worker.ts
- module.ts
- tsconfig.json
- 26-2.json
- 26-2.mid
- 98137.json
- 98137.mid
- A_F_NO7_01.json
- A_F_NO7_01.mid
- because.json
- because.mid
- californication.json
- californication.mid
- MIDIOkFormat1-lyrics.json
- MIDIOkFormat1-lyrics.mid
- MIDIOkFormat2.json
- MIDIOkFormat2.mid
- minute_waltz.json
- minute_waltz.mid
- MorozovS07.json
- MorozovS07.mid
- rachmaninov3.json
- rachmaninov3.mid
- scale.json
- scale.mid
- SubTractor 1.json
- SubTractor 1.mid
- SubTractor 2.json
- SubTractor 2.mid
- test.json
- test.mid
- test8bars.json
- test8bars.mid
- TheEntertainer.json
- TheEntertainer.mid
- filenames.js
- load-fixture.js
- module.js
- .gitignore
- LICENSE
- package-lock.json
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
interface
View Details ▼
interface
Manage interfaces.
Accessed in configuration mode.
interface vlan {{1}}
Configure a VLAN:
{{no shutdown|shutdown}}
Set an interface to be active or inactive (this is run inside the interface command):
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
