>>> import pyo
pyo version 0.5.0 (uses single precision)
>>> pyo.Noise()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/pyolib/generators.py", line 380, in __init__
self._base_objs = [Noise_base(wrap(mul,i), wrap(add,i)) for i in range(lmax)]
TypeError: an integer is required
It should rather raise a RuntimeError with a message such as "There is no pyo
Server running." or something like that.
Original issue reported on code.google.com by que...@gmail.com on 21 Nov 2011 at 10:20
Original issue reported on code.google.com by
que...@gmail.com
on 21 Nov 2011 at 10:20