What Is the Bachify Pop Program
For my Masters's Thesis I wanted to make publicly accessible python code to re-imagine popular music in the style of Johan Sebastian Bach's Well-Tempered Clavier Book I fugue expositions. I made a code program that runs in three different steps using python. First, pick a song1 and ensure it is in wav format and local to the computer. Next run Slice_Audio.py through terminal, command prompt or equivalent, to use Laplacian segmentation (LS) to identify and cut the song into chunks. The newly formed chunks must be sorted into folders labelled A, B, C and D, to allow for arrangement. Once the chunks are sorted, running PutTogether_Audio.py will take the files from their respective folders and arrange them into the style of four different Bach fugues. Finally, enjoy the song.
How to Use the Program
To allow for ease of access and peace of mind when downloading files from the internet, the link below will lead you to my GitHub page. If you are unfamiliar with GitHub please contact me and I can email you the files. The files to run the program contain detailed step-by-step instructions.
​
GitHub Link: https://github.com/epmaudio/Bachify_Pop