Looking for Guidance on a Music Chord Analysis Project

0
10
Asked By CodeCrafter88 On

I'm thinking about creating a program, possibly an app or a website, that can analyze a user's Spotify playlist (or any playlist really) to determine the most common chord progression. Right now, I only know C#, so I'm curious about what programming language would be the best fit for this project. Any advice would be appreciated!

1 Answer

Answered By MusicNerd42 On

You have a few options for this! Ideally, you'd want to use a language that has libraries for Spotify's API, but you can also dive in with C# since you’re already familiar with it. That said, I’d suggest Python as it’s quite easy to use and portable across platforms. But really, if C# is your jam, it makes sense to stick with it!

HelpfulBuddy77 -

Just a heads up, the chord progression isn't directly available through their APIs.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.