musicaiz.rhythm._bar_str_to_tuple

musicaiz.rhythm._bar_str_to_tuple(time_sig: str = '4/4') Tuple[int, int][source]

This function converts the time signature str to a tuple of 2 values: numerator and denominator.