private void MakeDither() { _ditherProcessors = new Dither[NumChannels]; for (int j = 0; j < NumChannels; j++) { _ditherProcessors[j] = new Dither(_dither, SampleRate, BitsPerSample); } }