Teaching basic computer science principles and concepts through the lens of music. Hooktheory music analysis toolkit for MUSC106: Computational Thinking in Music.
Hi First of all thanks for showing the possibility of generating chord progressions, it helps people with no music theory background .
I am wondering , if it could be modified to also use Spotify as input for song name , key , beat per minute etc.
Currently I am using Spotify Python api to create a list of similar songs based on input song . The list is basically a CSV file with artist name , song name , key , acousticness ( feature s extraction ) . I am wondering if the your implementation could be plugged in to generate chord sequences ? It is a far fetched idea but I am curious to know your thoughts and possible way forward .
Hi First of all thanks for showing the possibility of generating chord progressions, it helps people with no music theory background .
I am wondering , if it could be modified to also use Spotify as input for song name , key , beat per minute etc.
Currently I am using Spotify Python api to create a list of similar songs based on input song . The list is basically a CSV file with artist name , song name , key , acousticness ( feature s extraction ) . I am wondering if the your implementation could be plugged in to generate chord sequences ? It is a far fetched idea but I am curious to know your thoughts and possible way forward .