Tim Blechmann :
I'm pretty sure there is something wrong with line~. Take a look at my test patch: http://www.ckmedia.pl/~fev/test2.zip
sounds fine on my machine ... how did you ./configure pd?
And that is how it sounds on my: http://www.ckmedia.pl/~fev/out.wav
First I thought that it may be some problem with tabread4~/tabread~, but when I use phasor~ instead of line~ to produce "indexing" signal, everything sounds fine. Anyway here are the C flags I've defined in my makefile.nt:
CFLAGS = /nologo /D "NDEBUG" /G7 /O2 /arch:SSE /W3 /DMSW /DNT /DPD \ /DPD_INTERNAL /DWIN32 /DWINDOWS \ /DPA_LITTLE_ENDIAN /DUSEAPI_ASIO /DUSEAPI_MMIO \ /DUSEAPI_PORTAUDIO $(WISHDEF) /DTHREADED_GUI /DTHREADED_SF /DGARRAY_THREAD_LOCK /D_GNU_SOURCE
cheers, Bart