Oops, I forgot to mention, this is in s_audio_mmio.c .
On Thu, Feb 05, 2004 at 07:21:01PM -0800, Miller Puckette wrote:
Hi Michael,
Do you have the Microsoft compiler? I found something that was wrong in PD's mmio code but I don't have any machines (like yours) that Pd 0.37-1test6 fails for...
If you can recompile, here's the new line 142:
for (j = 0; j < naudioprepped; j++)
and the new line 148:
for (j = 0; j < naudioprepped; j++)
Miller