Inspiration

As a music minor, I spend a lot of time counting intervals. I figured that if I can automate this process, I can save time on music theory homework, as well as general arranging and composition.

What it does

Gives quality and type of any interval comprised of two notes

How I built it

Mostly dependent on the fact that all letters and numbers have an ASCII value, which allowed me to convert from char to int multiple times.

Challenges I ran into

Had some issues with negative integers as that does not make sense in music theory, but I fixed it using overflow (e.g. -1 becoming 11)

Accomplishments that I'm proud of

What I learned

What's next for Intervals

Built With

Share this project:

Updates