ns.v_random_uniform(min, max, pred=None):
ns.v_random_normal(stddev, max_sigma, pred=None):
>>> ns.v_random_normal(10, 20, pred=None)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Score' object has no attribute 'v_random_normal'. Did you mean: 't_random_normal'?
https://github.com/davidpanderson/Numula/wiki/Volume-control#random-volume-perturbation says
but that doesn't work
and in fact there is no
v_randomanything in https://github.com/davidpanderson/Numula/blob/main/numula/nscore.pyAlso, the pip-installed version fails at read_midifile because it does not contain the fix https://github.com/davidpanderson/Numula/blob/main/numula/read_midifile.py#L22 (which obviously is present in github) so you might want to update the PyPI version.