0x163mL / pygraphics

Automatically exported from code.google.com/p/pygraphics
0 stars 0 forks source link

Module sound: r556 introduces circularity #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. a = sound.create_sound(100)
2. print a.get_sample(0)
3.

r556 of get_left() / get_right() in class StereoSample introduces a 
circularity: get_values calls get_left(); get_left() relies on get_values().

Original issue reported on code.google.com by ulrich.g...@gmail.com on 16 Oct 2011 at 8:33