ekkus93 / MusicBox

A jupyter notebook for generating chords from music box notes samples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicBox

A jupyter notebook for generating chords from music box notes samples.

TL;DR

There are already chorded files generated for 1 to 5 notes in https://github.com/ekkus93/MusicBox/tree/master/sounds/chorded_mp3

You can just download the zip file of all of the chorded mp3 files here:

Setup

If you have Anaconda installed, you can create the environment with the following command:

conda env create -f environment.yml

After you have your conda environment setup, run:

conda activate py37
jupyter notebook

In jupyter notebook, open "MusicBoxChords.ipynb".

About

A jupyter notebook for generating chords from music box notes samples.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%