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

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

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.