Skip to content

Simple Python program for playing scales with rhythm.

Notifications You must be signed in to change notification settings

robert-blankenship/melodic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A cute Python program for playing scales.

Examples

# Plays a C major scale
./melody-writer.py --key C --scale-pattern major

# Plays an A minor scale
./melody-writer.py --key A --scale-pattern minor

# Plays a B major pentatonic scale
./melody-writer.py --key B --scale-pattern major-pentatonic

Installation

git clone https://github.com/robert-blankenship/melodic

About

Simple Python program for playing scales with rhythm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages