jskripchuk / music-analysis

Teaching basic computer science principles and concepts through the lens of music. Hooktheory music analysis toolkit for MUSC106: Computational Thinking in Music.
10 stars 1 forks source link

Combining it with spotify api ? #3

Open timtensor opened 1 year ago

timtensor commented 1 year ago

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 .