LancePutnam / Gamma

Generic (Sound) Synthesis Library
Other
458 stars 54 forks source link

DelayShift setter #49

Closed mhetrick closed 6 years ago

mhetrick commented 6 years ago

It looks like this setter is implemented incorrectly, as the setter code matches the getter: https://github.com/LancePutnam/Gamma/blob/master/Gamma/Delay.h#L181

LancePutnam commented 6 years ago

For operator[], they will be the same. See the following under "Array subscript operator": https://en.cppreference.com/w/cpp/language/operators