https://github.com/kyleconciso/batch-midi-json
Batch converts MIDI files to JSON format using ToneJS.
https://github.com/kyleconciso/batch-midi-json
js-music json midi midi-to-json node nodejs
Last synced: 9 months ago
JSON representation
Batch converts MIDI files to JSON format using ToneJS.
- Host: GitHub
- URL: https://github.com/kyleconciso/batch-midi-json
- Owner: kyleconciso
- Created: 2024-08-14T07:16:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T13:28:30.000Z (about 1 year ago)
- Last Synced: 2025-04-09T19:59:34.738Z (9 months ago)
- Topics: js-music, json, midi, midi-to-json, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## batch-midi-json
**Batch convert MIDI files to JSON files**
This script transforms your MIDI files into JSON format using ToneJS.
### Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/kyleconciso/batch-midi-json
2. **Navigate to the project directory:**
```bash
cd batch-midi-json
3. **Install dependencies:**
```bash
npm install
4. **Create a `midi` folder:** Place your MIDI files here.
5. **Run the script:**
```bash
node index.js
6. **Find your JSON files:** Look for the converted files in the `json` folder.
### Dependencies
* @tonejs/midi
### License
**MIT License**
This project is licensed under the MIT License.