Just to make sure i have’nt gone insane i need some answers about AudioSampleBuffers.
clear() : Does that set all values in the buffer to zero ? Or does it delete the buffer (i think not but i could have gone insane).
addFrom() : This is the same as mixing ? It adds a value to the value that was there previously.
copyFrom() : This is the same as replacing ? It replaces the value with a new one.
clear() is the same as applyGain() with a gain of 0.0f
I just need to doublecheck 'cause i have a bug that is driving me insane.
I’ve been trying to track it down for 24 hours now and maybe i’ve misunderstood some functions.