hi all
under win32 both the #key-receive and the MIDI-in seem to have ugly bad and disgusting jitter. how can i minimize this ? since i need audio, i cannot do less than 200ms audiobuf (on a PIII-733MHz !!!) because someone might hear this... does the "sleepgrain" option work on NT too ? (i have no possibility to check this here)
it would be important to me to get any information soon as possible.
mfg.dsgt IOhannes
Dear list, Just trying to compile for NT the externals objects included on the documentation with VC++ 6.0. I modified some paths of the makefile (see below), but still having an error when typing: C:\Program Files\Microsoft Visual Studio\VC98\Bin>nmake -f c:\pd\doc\6.externs\m akefile pd_nt NMAKE : fatal error U1073: don't know how to make 'foo1.dll' Stop.
Sorry, any help?
Ricardo. # ----------------------- NT -----------------------
pd_nt: foo1.dll foo2.dll dspobj~.dll
.SUFFIXES: .dll
PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo VC="C:\Program Files\Microsoft Visual Studio\Vc98"
PDNTINCLUDE = /I. /I\tcl\include /I C:\pd\src /I$(VC)\include
PDNTLDIR = $(VC)\lib
PDNTLIB = $(PDNTLDIR)\libc.lib
$(PDNTLDIR)\oldnames.lib
$(PDNTLDIR)\kernel32.lib
C:\pd\bin\pd.lib
.c.dll: cl $(PDNTCFLAGS) $(PDNTINCLUDE) /c $*.c link /dll /export:$*_setup $*.obj $(PDNTLIB)