
31 Jan
2009
31 Jan
'09
1:12 a.m.
Eric Niebler wrote:
Neal Becker wrote:
A nit perhaps, but why not overload += to process samples?
Would that be horribly misleading if the accumulator set isn't actually doing addition? I'm happy with the function-style interface.
Just personal preference, but I also prefer the function style interface. A += interface would imply addition to me, whether it is what is really happening or not. John