https://github.com/wbkd/from-data-to-sound
🎵 Simple Node.js script for transforming data to a MIDI file
https://github.com/wbkd/from-data-to-sound
audio midi sonification
Last synced: 21 days ago
JSON representation
🎵 Simple Node.js script for transforming data to a MIDI file
- Host: GitHub
- URL: https://github.com/wbkd/from-data-to-sound
- Owner: wbkd
- License: mit
- Created: 2018-03-11T18:27:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T23:44:54.000Z (about 7 years ago)
- Last Synced: 2025-03-24T09:52:50.544Z (about 1 month ago)
- Topics: audio, midi, sonification
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 34
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎹 From Data to Sound
Simple Node.js script to transform an array of values to a MIDI file.
## Installation
```
npm install
```## Run script
```
npm start
```### Requirements
* [Node.js](https://nodejs.org/en/)
* [npm](https://www.npmjs.com/)If you are new to Node.js, we recommend to use [nvm](https://github.com/creationix/nvm) for the installation.