By Scottingham
Fri Nov 17, 2023 10:06 pm
Does anybody have any tips on properly mapping the mpk249 to the MPC Live 2 (and friends)?
So far I was able to get MIDI learn to work, but setting up each individual parameter for each individual program is a nightmare on standalone mode. Does the computer/controller mode make this any easier?
If not, I plan on hacking the xml to do the hard work for me. Here's an example of what that looks like in the project file. For example 4120 is the cutoff knob on the 'minimoog' plugin. It is then mapped to cc3.
The only question I have now though, that would make this task WAY easier is if anybody knows where I could find the list of parameters?
<MidiLearnAssignments>
<Assignment index="1">
<Control index="1">
<Type index="1">Program</Type>
<Parameter>4120</Parameter>
<Momentary>0</Momentary>
</Control>
<Mapping index="1">
<Mapping_ Mapping_type="2" Mapping_channel="1" Mapping_data1="3" Mapping_control="-1"
Mapping_reverse="0"/>
</Mapping>
</Assignment>
</MidiLearnAssignments>
So far I was able to get MIDI learn to work, but setting up each individual parameter for each individual program is a nightmare on standalone mode. Does the computer/controller mode make this any easier?
If not, I plan on hacking the xml to do the hard work for me. Here's an example of what that looks like in the project file. For example 4120 is the cutoff knob on the 'minimoog' plugin. It is then mapped to cc3.
The only question I have now though, that would make this task WAY easier is if anybody knows where I could find the list of parameters?
<MidiLearnAssignments>
<Assignment index="1">
<Control index="1">
<Type index="1">Program</Type>
<Parameter>4120</Parameter>
<Momentary>0</Momentary>
</Control>
<Mapping index="1">
<Mapping_ Mapping_type="2" Mapping_channel="1" Mapping_data1="3" Mapping_control="-1"
Mapping_reverse="0"/>
</Mapping>
</Assignment>
</MidiLearnAssignments>


