
By stereoroid
Tue Feb 17, 2004 11:30 am
Hi,
Has anyone disassembled the MPC1000 PGM file format, or is there anything from Akai on this? I'm looking to write some Python scripts to convert between PGM and editable Text formats.
(The MPC1000's own interface is fine for general use, I don't need to emulate it on the PC, but I do want to do "bulk" operations, like quickly setting up 61-note multisamples, changing all samples to "Note On".)
Otherwise I'll keep hacking away at it myself, with help from the Midicase "MPC1000 Program Creator". This program does the basic operations OK, but skips a few parameters. I've also got to figure out the MIDI note table, but that should be simple.
The strange thing is that while a PGM file is always 10.5kB in size, I can only account for about 3kB of it so far, I can't see what the rest of the file is used for..!
Has anyone disassembled the MPC1000 PGM file format, or is there anything from Akai on this? I'm looking to write some Python scripts to convert between PGM and editable Text formats.
(The MPC1000's own interface is fine for general use, I don't need to emulate it on the PC, but I do want to do "bulk" operations, like quickly setting up 61-note multisamples, changing all samples to "Note On".)
Otherwise I'll keep hacking away at it myself, with help from the Midicase "MPC1000 Program Creator". This program does the basic operations OK, but skips a few parameters. I've also got to figure out the MIDI note table, but that should be simple.
The strange thing is that while a PGM file is always 10.5kB in size, I can only account for about 3kB of it so far, I can't see what the rest of the file is used for..!
http://stereoroid.com/music/mpc1000/ for PGMs, samples, FAQ, and waffle.


