Hi @ all,
i am writing an audio algorithm which outputs a buffer of length 768 = 6*128 audio samples at once. Due to the nature of the algorithm, it is not possible to only calculate 128 samples, it must be 768 or another multiple of 128. Anyways, just like every other audio object, the update...