I don't need to wait a few days. it is the Octimax DSP plugin not handling the data MusicPlayer is sending to it. Other DSP plugins are working. I think it is the large number of audio samples. My intermediate plugin shows the first chunk of data contains 7061 samples. Winamp always transfers 1152 samples or smaller.
I suspect MusicPlayer or BASS was modified for 1.4 or 1.3 to load audio in bigger chunks and that's what's caused it.
I'll modify my plugin to split the samples into smaller buffers to send to Octimax. I think that should do it.
I suspect MusicPlayer or BASS was modified for 1.4 or 1.3 to load audio in bigger chunks and that's what's caused it.
I'll modify my plugin to split the samples into smaller buffers to send to Octimax. I think that should do it.