All Projects → emicklei → melrose

emicklei / melrose

Licence: MIT license
interactive programming of melodies, producing MIDI

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to melrose

midica
A Music programming language. Translates source code into MIDI. Includes a player. Supports MIDI-Karaoke. Includes a MIDI analyzer.
Stars: ✭ 57 (-56.15%)
Mutual labels:  midi, music-composition, music-programming-language, music-programming
cl-patterns
Library for writing patterns to generate or process (a)musical sequences of mathematically (un)related (non-)compound values in Lisp.
Stars: ✭ 62 (-52.31%)
Mutual labels:  midi, music-composition, livecoding
Mezzo
A Haskell library for typesafe music composition
Stars: ✭ 327 (+151.54%)
Mutual labels:  midi, music-composition
Orca C
Live Programming Environment(C Port)
Stars: ✭ 328 (+152.31%)
Mutual labels:  midi, livecoding
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (+594.62%)
Mutual labels:  midi, music-composition
Textbeat
🎹 plaintext music sequencer and midi shell, with vim playback 🥁
Stars: ✭ 274 (+110.77%)
Mutual labels:  midi, music-composition
Orca
Esoteric Programming Language
Stars: ✭ 3,636 (+2696.92%)
Mutual labels:  midi, livecoding
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (+440.77%)
Mutual labels:  midi, music-composition
hackthepiano
Learn reading notes on the fly fast and easy
Stars: ✭ 18 (-86.15%)
Mutual labels:  midi, notes
MIDI.jl
A Julia library for handling MIDI files
Stars: ✭ 55 (-57.69%)
Mutual labels:  midi, notes
Helio Workstation
One music sequencer for all major platforms, desktop and mobile
Stars: ✭ 2,257 (+1636.15%)
Mutual labels:  midi, music-composition
Ensembles
A digital arranger workstation powered by FluidSynth
Stars: ✭ 312 (+140%)
Mutual labels:  midi, music-composition
recurse
re<urse is a declarative language for generating musical patterns
Stars: ✭ 32 (-75.38%)
Mutual labels:  midi, livecoding
Clubber
Application of music theory in audio reactive visualizations
Stars: ✭ 325 (+150%)
Mutual labels:  midi, notes
python-twelve-tone
🎶 12-tone matrix to generate dodecaphonic melodies 🎶
Stars: ✭ 68 (-47.69%)
Mutual labels:  midi, music-composition
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (+361.54%)
Mutual labels:  midi, music-composition
MusicManipulations.jl
Manipulate music data, humanize, quantize and analyze music performances with Julia
Stars: ✭ 41 (-68.46%)
Mutual labels:  midi, notes
NegativeHarmonizer
A python tool to invert the tonality (a.k.a negative harmony) of midi notation
Stars: ✭ 23 (-82.31%)
Mutual labels:  midi, music-composition
Miti
miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. 🎵
Stars: ✭ 103 (-20.77%)
Mutual labels:  midi, music-composition
orca
Lua port of @neauoire orca for monome norns
Stars: ✭ 75 (-42.31%)
Mutual labels:  midi, livecoding

Melrōse - programming of music melodies

Build Status Go Report Card GoDoc

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.

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

Install

See Build instructions.

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 on how to use melrōse.

Status

Until v1.0.0 the language syntax may change in an incompatible way.

Programming music

riboluta-melrose

System setup

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.

Software is licensed under MIT. © 2014-2022 ernestmicklei.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].