Skip to content

Write chords by typing in a search box with autocompletion, and see how your changes propagate down the list.

License

Notifications You must be signed in to change notification settings

czhuang/ChordRipple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChordRipple

This web app is a search-box like interface for writing chord progressions. Just type in chord names, and you'll see its ripples propagate down the list of autocompletions. See substitutions, what's next, surrounding chords change, and continuations that lead you to the end of a phrase.

On a non-snowy day, you might be able to try it out at:

http://chordripplev3.iis-dev.seas.harvard.edu/

Earlier version (allows any number of chords):

https://chordripple.iis-dev.seas.harvard.edu

INSTALLATION

For Mac: (TODO: reduce some of these dependencies.)

pip install numpy
    pip install matplotlib
    pip install sklearn
    pip install scipy
    pip install pandas
    pip install elasticsearch
    pip install jsonpickle
pip install music21
pip install flask
pip install gevent-socketio

RUNNING

cd ChordRipple/app
python server.py

In local browser:

http://localhost:8088

Some other libraries used:

REFERENCES

This app uses annotated data from

De Clercq, Trevor, and David Temperley. "A corpus analysis of rock harmony." Popular Music 30.01 (2011): 47-70.

The model is based on

Mikolov, T., Sutskever, I., Chen, K., Corrado, G., & Dean, J. (2013). Distributed Representations of Words and Phrases and their Compositionality. Advances in Neural Information Processing Systems, 26, 3111–3119.

About

Write chords by typing in a search box with autocompletion, and see how your changes propagate down the list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published