Batch convert MIDI files to JSON files
This script transforms your MIDI files into JSON format using ToneJS.
- Clone the repository:
git clone https://github.com/kyleconciso/batch-midi-json
- Navigate to the project directory:
cd batch-midi-json
- Install dependencies:
npm install
- Create a
midi
folder: Place your MIDI files here. - Run the script:
node index.js
- Find your JSON files: Look for the converted files in the
json
folder.
- @tonejs/midi
MIT License
This project is licensed under the MIT License.