Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emicklei/melrose
interactive programming of melodies, producing MIDI
https://github.com/emicklei/melrose
golang livecoding midi music music-composition music-programming music-programming-language notes
Last synced: 4 days ago
JSON representation
interactive programming of melodies, producing MIDI
- Host: GitHub
- URL: https://github.com/emicklei/melrose
- Owner: emicklei
- License: mit
- Created: 2014-05-03T15:36:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T09:45:59.000Z (3 months ago)
- Last Synced: 2025-01-10T23:13:24.165Z (11 days ago)
- Topics: golang, livecoding, midi, music, music-composition, music-programming, music-programming-language, notes
- Language: Go
- Homepage:
- Size: 4.04 MB
- Stars: 186
- Watchers: 8
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Melrōse - programming of music melodies
[![Build](https://github.com/emicklei/melrose/actions/workflows/go.yml/badge.svg)](https://github.com/emicklei/melrose/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/emicklei/melrose)](https://goreportcard.com/report/github.com/emicklei/melrose)
[![GoDoc](https://godoc.org/github.com/emicklei/melrose?status.svg)](https://pkg.go.dev/github.com/emicklei/melrose?tab=doc)## Introduction
`melrōse` is a tool to create and play music by programming melodies.
It uses a custom language to compose notes and create loops and tracks to play.
This is an example of a simple major scale C.```javascript
sequence('c d e f g a b c5')
```Note sequences in your program can be changed while playing giving you direct audible feedback.
For the best experience, use the `melrōse` tool together with the Visual Studio Code Plugin for Melrōse.See also [Blog post](http://ernestmicklei.com/melrose/introduction_melrose/)
## Install
See [Build instructions](docs/install.md).
## Usage
`melrōse` is a tool to create music by programming melodies and uses a custom language to compose notes that are played with MIDI.
Note sequences in your program can be changed while playing which makes it possible to even use it for live performance.
For the best experience, use the `melrōse` together with the Visual Studio Code Plugin for Melrōse.Read the [documentation](https://melrōse.org/) on how to use `melrōse`.
### Status
Until `v1.0.0` the language syntax may change in an incompatible way.
### Programming music
![riboluta-melrose](docs/images/riboluta-melrose.png)
### System setup
![melrose-port-daw.png](docs/images/melrose-port-daw.png)
### Contributions
Fixes, suggestions, documentation improvements are all welcome.
Fork this project and submit small Pull requests.
Discuss larger ones in the Issues list.
You can also sponsor Melrōse via [Github Sponsors](https://github.com/sponsors/emicklei).Software is licensed under [MIT](LICENSE).
© [ernestmicklei.com](http://ernestmicklei.com)