48kHz sample rate

Miller Puckette mpuckett at man104-1.ucsd.edu
Mon Feb 5 18:09:08 CET 2001


Mea culpa!  In pd/src/s_linux.c, line 1804, change:

linux_setchsr(linux_nadcs,linux_ndacs,44100);

to:

linux_setchsr(linux_nadcs,linux_ndacs,srate);

I'll fix for the next release; if you have trouble recompiling, write
and I'll send out a "patch release" with the fix...

Miller

On Mon, Feb 05, 2001 at 11:12:23AM +0100, Tom Schouten wrote:
> hi,
> 
> i am using pd with a hammerfall card and a sample rate of 48kHz. i start
> it using the following options:
> 
> pd -rt -rme -inchannels 8 -outchannels 8 -r 48000
> 
> however, the timing of objects (i.e. metro object) seems to use 44100 as a
> reference (metro ticks too fast). the card is opened correctly at 48kHz.
> 
> i temporarely fixed this problem by hardcoding the samplerate in pd to
> 48kHz. is there a better way to do this?
> 
> kind regards,
> tom
> 



More information about the Pd-list mailing list