Kemper Profiler Player with XSONIC AIRSTEP: Difference between revisions
mNo edit summary |
|||
| Line 1: | Line 1: | ||
== Rig Buttons == | |||
These are the settings on the Airstep to make it mimic the behaviour of the Kemper rig buttons one through five | These are the settings on the Airstep to make it mimic the behaviour of the Kemper rig buttons one through five | ||
| Line 26: | Line 28: | ||
|} | |} | ||
== Summary of Kemper MIDI Logic (Slots + Morph) == | === Summary of Kemper MIDI Logic (Slots + Morph) === | ||
* '''CC#50–54''': Load Slots 1–5 in Performance Mode or Rigs 1–5 in Browser Mode. | * '''CC#50–54''': Load Slots 1–5 in Performance Mode or Rigs 1–5 in Browser Mode. | ||
* '''Morph Triggering''': If the same CC is sent again (with value 1–127), Morph is engaged. | * '''Morph Triggering''': If the same CC is sent again (with value 1–127), Morph is engaged. | ||
| Line 32: | Line 34: | ||
* '''Momentary vs Latching''': Controlled by the Rig’s internal “Momentary” setting. | * '''Momentary vs Latching''': Controlled by the Rig’s internal “Momentary” setting. | ||
== Why Your Airstep Setup Works == | === Why Your Airstep Setup Works === | ||
* '''Press''' = CC#50–54 value 1 → Loads Rig or Slot | * '''Press''' = CC#50–54 value 1 → Loads Rig or Slot | ||
* '''Release''' = CC#50–54 value 0 → Ends Morph (if Momentary is enabled) | * '''Release''' = CC#50–54 value 0 → Ends Morph (if Momentary is enabled) | ||
| Line 38: | Line 40: | ||
* '''Single Button Logic''' → Matches Kemper Stage/Remote behavior exactly | * '''Single Button Logic''' → Matches Kemper Stage/Remote behavior exactly | ||
== Kemper MIDI Documentation == | === Kemper MIDI Documentation === | ||
: If Rig Button Morph is activated in System Settings, and the PROFILER receives subsequent control changes #50-#54 following the initial Slot load, these will trigger Morphing. | : If Rig Button Morph is activated in System Settings, and the PROFILER receives subsequent control changes #50-#54 following the initial Slot load, these will trigger Morphing. | ||
| Line 44: | Line 46: | ||
determines whether the Morphing latches the morph sound and base sound, or if it immediately returns to the base | determines whether the Morphing latches the morph sound and base sound, or if it immediately returns to the base | ||
sound as soon as you release the button. | sound as soon as you release the button. | ||
== Effects Stomps == | |||
== Airstep Bank 2 – Stomp Mode Control (Kemper Profile Player) == | |||
I CC# 75-78 to map to Effects buttons 1-4, and the last button set to Tuner on/off. | |||
I did this instead of using CC# 17-22, which map to Modules A-D because sometimes I use the Kemper Profile Player without the Airstep, and I wanted to use the Kemper Player mapping instead of the Profiler mappings. If changes the Effects buttons 1-4 on the Player, I wanted the Airstep to match. | |||
{| class="wikitable" | |||
! Switch Name !! Toggle Mode !! LED Display !! Trigger !! MIDI Type !! CC# !! Value !! Output Interface !! MIDI Channel | |||
|- | |||
| Effect Button 1 || On || Toggle Mode || Press || CC || 75 || 127 || ALL || 1 | |||
|- | |||
| || || || Release || CC || 75 || 0 || ALL || 1 | |||
|- | |||
| Effect Button 2 || On || Toggle Mode || Press || CC || 76 || 127 || ALL || 1 | |||
|- | |||
| || || || Release || CC || 76 || 0 || ALL || 1 | |||
|- | |||
| Effect Button 3 || On || Toggle Mode || Press || CC || 77 || 127 || ALL || 1 | |||
|- | |||
| || || || Release || CC || 77 || 0 || ALL || 1 | |||
|- | |||
| Effect Button 4 || On || Toggle Mode || Press || CC || 78 || 127 || ALL || 1 | |||
|- | |||
| || || || Release || CC || 78 || 0 || ALL || 1 | |||
|- | |||
| Stomp (e.g. Tuner) || On || Toggle Mode || Press || CC || 31 || 127 || ALL || 1 | |||
|- | |||
| || || || Release || CC || 31 || 0 || ALL || 1 | |||
|} | |||