https://github.com/maximemaillet/musicnodejs
https://github.com/maximemaillet/musicnodejs
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximemaillet/musicnodejs
- Owner: MaximeMaillet
- Created: 2017-07-16T11:22:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T11:54:36.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T05:27:47.123Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !