quantize_notename
- pitchtools.quantize_notename(notename, divisions_per_semitone)[source]
Quantize notename to the next semitone divisions
- Parameters:
notename (
str) – the notename to quantizedivisions_per_semitone (
int) – the number of divisions of the semitone (1 to quantize to nearest chromatic note)
- Return type:
str- Returns:
the notename of the quantized pitch
Example
>>> quantize_notename("4A+18", 4) 4A+25
See also