dafx / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

special implementations of __getitem__ need to keep trace of objects. #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This problem was solved in PyoObject with self._keep_trace and also in FFT 
object (for real, imag and bin Dummy).

Need to check every other objects with special implementation of __getitem__ 
(Notein, Hilbert, Beat, ...) to be sure they "keep trace" of Dummy objects. 
Otherwise, in some case, obj["str"] can't be used more than one time.

Original issue reported on code.google.com by belan...@gmail.com on 28 May 2011 at 2:31

GoogleCodeExporter commented 9 years ago
Done.

Original comment by belan...@gmail.com on 16 Jun 2011 at 1:17