Reviews and questions about the entry-level MPC500
By hazeltine Sun Nov 26, 2006 6:16 am
so this was created for the mpc1000, but i just tested it with my 500 and it works just great.
http://ieee.usask.ca/members/snorum/

you can make your program and save it to your flash card.

another thing i use to make things easier is the app audiofinder. it can easily convert all your sound files to 16 bit wav and also edit them. after that i drop them in the editor and save to the flash card. wow this is going to save me a lot of time.
User avatar

By stefski Sun Dec 03, 2006 5:58 pm
yeah I came back one here looking for that link right now.
By INA Fri Dec 08, 2006 12:13 am
hazeltine wrote:so this was created for the mpc1000, but i just tested it with my 500 and it works just great.
http://ieee.usask.ca/members/snorum/

you can make your program and save it to your flash card.

another thing i use to make things easier is the app audiofinder. it can easily convert all your sound files to 16 bit wav and also edit them. after that i drop them in the editor and save to the flash card. wow this is going to save me a lot of time.


I've tested it but it does not keep the order in pads i give it in the editor.

How you do it?
User avatar

By J2kxl Sat Dec 09, 2006 10:21 pm
. :!:
Last edited by J2kxl on Wed Jan 10, 2007 4:37 am, edited 1 time in total.
By hazeltine Mon Dec 11, 2006 12:16 pm
"I've tested it but it does not keep the order in pads i give it in the editor.
How you do it?"

since the 500 has only 12 pads you kind of have to experiment and do the math. i think i assigned 12 sounds to bank a, then started on bank b with 12 sounds and so on. so far it's worked great for me saving the program and sounds onto the compact flash card over usb and loading them up in the mpc500. the only bummer still is this volume set at 70 thing. even if you save them at 100 it seems to load at 70. but at least it seems to be a big help in creating programs.
also check audiofinder http://www.icedaudio.com/
for moving and editing sounds and converting sounds around in os x, it's pretty amazing. also does recycle style chopping.
User avatar
By enotide Mon Dec 11, 2006 12:38 pm
This what I use to make PGM's on my MAC, it works great for both 2KXL and the 500.

http://homepage.mac.com/seishu/ssworks/ ... maker.html

You just have to program it a little different for the 500, the first 12 pads of the 16 equals bank a (500), pad 13-16 equals pad 1-4 of bank b (500) etc.
and it works out that you never touch the bank d part of this for the 500.
it's a little weird at first but it works really good.
User avatar

By jowdjo Mon Jan 08, 2007 11:44 pm
thats for MAC... theres nothing working for pc?..
and when u transfer the program(.pgm) to CF, u transfer a folder with .pgm and samples?
User avatar

By lovesign Tue Jan 09, 2007 9:23 am
jowdjo wrote:thats for MAC... theres nothing working for pc?..
and when u transfer the program(.pgm) to CF, u transfer a folder with .pgm and samples?


Like I said, check the links in that post, there are 3 PC editors in there ! :)
User avatar

By jowdjo Tue Jan 09, 2007 11:41 am
when I make a .pgm in a computer software... I transfer the prgram (.pgm file) and samples(all in a folder and .pgm) to the CF?
User avatar

By lovesign Tue Jan 09, 2007 12:24 pm
jowdjo wrote:when I make a .pgm in a computer software... I transfer the prgram (.pgm file) and samples(all in a folder and .pgm) to the CF?


Yes, the .pgm file must be in the same folder as the samples that it references.
User avatar

By jowdjo Tue Jan 09, 2007 1:09 pm
lovesign wrote:
jowdjo wrote:when I make a .pgm in a computer software... I transfer the prgram (.pgm file) and samples(all in a folder and .pgm) to the CF?


Yes, the .pgm file must be in the same folder as the samples that it references.


TY, Lovesign, Ill try it...
User avatar

By stefski Tue Jan 09, 2007 2:32 pm
From trying this out a little I reckon you use this with the 500 in the following way: fill up the pad banks A-D in the program from 1-16. they will spread out across the A-D banks in an order best described as "next available pad" on the 500 (i.e. once the MPC500 reaches A12 it continues on B1 since A13 isn't there).

Is this how the 500 imports a 1000/2500 .pgm as well?