ifsm / pymus

pymus is a repository for teaching python for musicologists. The projects contains jupyter notebooks that include the most important codes and functions for musicologists.
MIT License
3 stars 0 forks source link

Interval calculation #17

Open analogikaHH opened 1 month ago

analogikaHH commented 1 month ago

Working on a script to calculate the interval, in cents, as well as semitones ±50 Cts., between two user-supplied frequencies.

Also includes a tool to identify nearest pitch tone, relative to concert pitch.

Pitch identification should probably be broken out into separate script?

TimZiemer commented 1 month ago

These are useful features. Please create two separate functions for interval calculation and pitch identification and allow users to call the function passing the one (for pitch identification) or two (for interval calculation) frequencies as variables. I've created a new branch for this feature.