Skip to content

This is a tool for aleatory music which creates melodies based on a musical scale. This was built with python but you can also see the implementation used on an IonQ from Amazon Braket in order to generate real random melodies with quantum computers.

License

Notifications You must be signed in to change notification settings

jsvaldezv/aleatory-melody

Repository files navigation

Aleatory Melody

This is a tool for aleatory music which creates melodies based on a musical scale. This was built with python but you can also see the implementation used on an IonQ from Amazon Braket in order to generate real random melodies with quantum computers.

Local running

1. Create venv

python3 -m venv venv
source venv/bin/activate

2. Install dependencies

(venv) pip install -r requirements.txt

3. Run main file

(venv) python main.py

Recommendations

1. Run black to format your files with Python coding standards

(venv) black .

About

This is a tool for aleatory music which creates melodies based on a musical scale. This was built with python but you can also see the implementation used on an IonQ from Amazon Braket in order to generate real random melodies with quantum computers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages