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

https://github.com/maximemaillet/musicnodejs


https://github.com/maximemaillet/musicnodejs

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

Mini app for write music with Scribble by Walmik
https://github.com/walmik/scribbletune

## Require

* nodeJS
* timidity
* browser

### Timidity

#### Ubuntu

https://doc.ubuntu-fr.org/timidity

```bash
apt-get install timidity
```

#### brew

```bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
brew install timidity
```

## Install

```bash
npm install
```

```bash
node server.js
```

Open your browser with http://localhost:8888

```bash
node index.js
```

Do you listen this music ?

## Work with partition

```bash
nodemon index.js
```

And then, create your own partition and go !