List of samples doesn't accurately display sample rate

If you use [scratchblocks]([sample rate v]of sound[ v]::sound)[/scratchblocks] on a list of samples, it's not always accurate to the actual sample rate. For example, the sound Chord's sample rate is 48000Hz. But when I take its list of samples and get the sample rate of that, it says 44100Hz, which sounds lower in pitch than the original.
Why does this happen?

A list of samples is just that: a plain list of numbers. It doesn't have a sample rate attached. To do so, you use the NEW SOUND block that takes the sample rate as an input.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.