An open API service indexing awesome lists of open source software.

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.

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.