Skip to content

joshleejosh/melodomatic

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MELODOMATIC

A script-controlled procedural MIDI sequencer.

FEATURES

REQUIREMENTS

SCRIPT FORMAT

Melodomatic is controlled by a script file that defines voices that play notes, and scales that define what notes can/should be played.

A very simple script looks something like this:

:scale FMaj
.root 65
.intervals 0 2 4 5 7 9 11

:voice Lead
.pitch 1 2 3 5 6 8
.duration 1 1 2
.velocity 64 72 80

See the example scripts in the doc directory for full explanations of script syntax.

RUNNING

Melodomatic is a python module, and can be run from the command line.

usage: melodomatic [-h] [-q] [-v] filename

positional arguments:
  filename       file containing player script

optional arguments:
  -h, --help     show this help message and exit
  -q, --quiet    don't print out visualization junk
  -v, --verbose  print extra debug spam

About

A script-controlled procedural MIDI sequencer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages