Forum to discuss all matters relating to the MPC1000 and MPC2500 operating systems created by 'JJ' (all versions).
User avatar
By soundwave Fri Oct 01, 2010 3:55 pm
Greetings MPCforums! :)

just downloaded some gritty 8bit style samples from musicradar.com to get cracking with my new MPC1000 (JJOS2XL) but the machine says 'wrong file' and I can't audition them or load them for pads when some of the other samples from this site work fine.

Am I doing something wrong or do I need to change the file name or something?


thanks in advance
User avatar
By poundaproblem Fri Oct 01, 2010 4:04 pm
soundwave wrote: 8bit style samples


First, are they actual 8bit or do they sound 8 bit? Its a 16bit machine that will not read the 8 bit format. The most common file issues are:

1. Wrong file type. They must be WAV
2. Wrong bits. They must be 16
3. File names longer than 16 characters
User avatar
By poundaproblem Fri Oct 01, 2010 4:56 pm
One more thing to check...not all WAV's are created equally, try to convert a sample with iTunes or whatever software you use to create WAV's that are PCM. See if that works. If so you might have to convert them all. Thats pretty much every option other than corrupted files or user error.
User avatar
By soundwave Fri Oct 01, 2010 4:58 pm
poundaproblem wrote:One more thing to check...not all WAV's are created equally, try to convert a sample with iTunes or whatever software you use to create WAV's that are PCM. See if that works. If so you might have to convert them all. Thats pretty much every option other than corrupted files or user error.


cheers dude will give that a try and report back :wink:
User avatar
By Pastor-of-Muppets Sat Oct 02, 2010 2:35 pm
16 is the necessary BIT DEPTH not bit rate

That's completely unrelated to 44.1kHz which is the sample rate

16bit means each sample is 16 bits, 44.1kHz means there are 44100 samples per second

So the bit rate is 44100 x 16 bits per second, but talking about bit rate for WAV files isn't very useful. A 16-bit 22kHz mono WAV has the same bit rate as an 8-bit 44kHz mono WAV which has the same bit rate as an 8-bit 22kHz stereo WAV, but each has very different characteristics, so describe them in terms of bit depth and sample rate, not bit rate

so like I said in the first place, they need to be 16bit and 44kHz 8)
User avatar
By TribeCalledQuest Mon Oct 11, 2010 6:28 pm
Pastor-of-Muppets wrote:16 is the necessary BIT DEPTH not bit rate

That's completely unrelated to 44.1kHz which is the sample rate

16bit means each sample is 16 bits, 44.1kHz means there are 44100 samples per second

So the bit rate is 44100 x 16 bits per second, but talking about bit rate for WAV files isn't very useful. A 16-bit 22kHz mono WAV has the same bit rate as an 8-bit 44kHz mono WAV which has the same bit rate as an 8-bit 22kHz stereo WAV, but each has very different characteristics, so describe them in terms of bit depth and sample rate, not bit rate

so like I said in the first place, they need to be 16bit and 44kHz 8)



Damn, You ARE an "expert member" I knew the difference between bit depth and sample rate, but did not know that bit depth X sample rate = bit rate.