The MIDI note mapping is stored in the program file itself (XPM), not the machine. The midi note mapping of a saved program it will be identical in the MPC and the Force, it will not be changed in any way simply by loading it in one machine or the other.
I'll post a link to that article again as it explains things in more detail:
https://www.mpc-tutor.com/re-mapping-mi ... drum-kits/Since MPC 2.11 (Force 3.1?), a new blank DRUM program will possess what Akai call a 'chromatic C1' midi mapping. So pad A1 is note 36, pad A2 is note 37, A3 = 38 and so on. But before 2.11, new kits would by default possess a 'classic mpc' mapping which is the mapping used on legacy MPCs (and which makes no sense, it's all over the place). This is an issue because you'll find that the kits in your factory libraries will be one or the other; the Force library is all 'classic mpc', the Live 2 might be a mix. Plus commercial libraries could be one or the other (mine are all chromatic C1 and always have been).
The kit you describe in your post seems to fit the chromatic C1 mapping, as your snare is on pad 3 (note 38, which is standard GM note for a snare), closed hat on A7 (note 42).
So if you are building a kit from scratch in your MPC Live 2, it will, by default, have this chromatic C1 underlying note mapping. Just make sure you assign your samples in the same order each time and all your kits will map correctly with your vDrums with no messing around with underlying MIDI note assignments. i.e.
A01 = Kick (36)
A02 = Rim (37)
A03 = Snare (38)
etc.
If you have a third party kit, check the underlying mapping in your MPC Live 2:
MAIN > program row pencil > edit note map
Here you can configure either a custom mapping, or just use one of the default templates. Word of advice, always use the drop down note selections when making a custom mapping. Scrolling through the note lists causes issues with the MPC continually adjusting your existing assignments to avoid having the same note assigned to two pads (which is not allowed).
This screen is not available in the Force, so set up your kits in the MPC Live 2. Or use the MPC Software/MPC Beats (Edit > program > note mapping).
If you prefer a different physical pad layout (for example, perhaps you want your kick, snare, closed hat, open hat on the same row, such as A01-A04 respectively) then this will help:
https://www.mpc-tutor.com/mpc-workflow- ... ming-kits/Often it's just simpler to start with a blank program and just re-assign the samples from scratch to your preferred pads.
IF you want to work with a bespoke MIDI mapping, I would suggest you set up a blank program file with that mapping pre-configured and save it as your go-to program template (just save it to a folder on your disk). You could also set up a project template witht his bespoke drum program as the initially loaded program file.
If you are working with an existing third party kit then you may have to change both the pad order and the underlying mapping. Or again, just re-assign the samples to a separate blank program in whatever order your prefer.
It's also possible to edit the midi mapping directly ni the XPM file itself. Open the XPM in a text editor and look for the PadNoteMap tag, towards the end of the file:
Code: Select all <PadNoteMap>
<PadNote number="1">
<Note>36</Note>
</PadNote>
<PadNote number="2">
<Note>37</Note>
</PadNote>
<PadNote number="3">
<Note>38</Note>......
Change and re-save.This is the perhaps the easiest way if you want to add a bespoke mapping to lots of kits as you can just paste and replace that entire text block with your preferred mapping.