Paul Licameli
2016-08-26 15:55:15 UTC
Does anyone have any recollections as the purpose of the class CrossFader,
implemented in CrossFade.cpp, but not now used anywhere?
I haven't read it all but I see some horrible things in it that could not
possibly have worked. Such as the casts of Sequence* as int* and short*.
This was incidental to finding the unsafe narrowings of sampleCount, which
happen in here too, when sampleCounts are used as array subscripts.
Can this file just be trashed?
PRL
implemented in CrossFade.cpp, but not now used anywhere?
I haven't read it all but I see some horrible things in it that could not
possibly have worked. Such as the casts of Sequence* as int* and short*.
This was incidental to finding the unsafe narrowings of sampleCount, which
happen in here too, when sampleCounts are used as array subscripts.
Can this file just be trashed?
PRL