Closed GoogleCodeExporter closed 9 years ago
Note : this is not what the object returns it's just the visual representation
of the
returned output.
Original comment by leca...@gmail.com
on 25 Feb 2010 at 9:22
Here's an example of what the output looks like :
>>> s.start()
<pyolib.server.Server object at 0x93050>
>>> a = Adsr(attack=.01, decay=.2, sustain=.5, release=.1, dur=5, mul=.5)
>>> a
<pyolib.controls.Adsr object at 0x93910>
>>> f = Fader(fadein=1, fadeout=2, dur=5, mul=.5)
>>> f
Fade in = 1 seconds
Fade out = 2 seconds
Original comment by leca...@gmail.com
on 25 Feb 2010 at 9:33
yep! done!
Original comment by belan...@gmail.com
on 26 Feb 2010 at 3:39
Original issue reported on code.google.com by
leca...@gmail.com
on 25 Feb 2010 at 9:14