cents_repr

pitchtools.cents_repr(cents, eighthToneShortcuts=True)[source]

Return the string representation of cents

cents

string representation

0

‘’

15

+15

25

> (if eighthToneShortcuts == True)

45

+45

50

60

+60

-15

-15

-25

< (if eighthToneShortcuts == True)

Return type:

str