Kemper Player XSONIC Airstep Test: Difference between revisions

From Bose Portable PA Knowledge
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<accordion>
== Test Template ==


<collapse top="Bank A – Morph & Stomp Control" hide="true">
{| class="wikitable" style="width:100%; text-align:center"
! style="width:15%" | Switch
! style="width:35%" | Function
! style="width:25%" | CC / Value
! style="width:25%" | State
|-
| A1 || Morph Toggle || CC#11 / 127 || {{#ifeq:{{{MorphState|off}}}|on|'''Active'''|<span style="color:gray">Inactive</span>}}
|-
| A2 || Stomp A On/Off || CC#17 / Toggle || {{#ifeq:{{{StompA|off}}}|on|'''Engaged'''|<span style="color:gray">Bypassed</span>}}
|-
| A3 || Stomp B Momentary || CC#18 / 127 (Hold) || —
|-
| A4 || Tap Tempo || CC#30 / 127 || —
|-
| A5 || Tuner Engage || CC#31 / 127 || —
|}
</collapse>
== Test Two Conditional ==
{| class="wikitable" style="width:100%"
! Switch !! Function !! State
|-
| A1 || Morph Toggle || {{#ifeq:{{{MorphState|off}}}|on|'''Active'''|<span style="color:gray">Inactive</span>}}
|-
| A2 || Stomp Mode || {{#ifeq:{{{StompMode|off}}}|on|'''Engaged'''|<span style="color:gray">Bypassed</span>}}
|}
== Test One ==
=== Switch A ===
=== Switch A ===


Line 16: Line 51:
|}
|}


'''Message 1'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 1'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 37: Line 71:
|}
|}


'''Message 2'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 2'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 73: Line 106:
|}
|}


'''Message 1'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 1'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 94: Line 126:
|}
|}


'''Message 2'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 2'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 130: Line 161:
|}
|}


'''Message 1'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 1'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 151: Line 181:
|}
|}


'''Message 2'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 2'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 187: Line 216:
|}
|}


'''Message 1'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 1'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 208: Line 236:
|}
|}


'''Message 2'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 2'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 244: Line 271:
|}
|}


'''Message 1'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 1'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 265: Line 291:
|}
|}


'''Message 2'''
{| class="wikitable mw-collapsible" style="width:400px"
 
|+ '''Message 2'''
{| class="wikitable" style="width:400px"
|-
|-
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
! style="background-color:#e6e6e6; width:40%" | Field !! style="background-color:#e6e6e6" | Value
Line 285: Line 310:
| CC Value || 0
| CC Value || 0
|}
|}
</accordion>

Latest revision as of 00:00, 18 September 2025

Test Template

<collapse top="Bank A – Morph & Stomp Control" hide="true">

Switch Function CC / Value State
A1 Morph Toggle CC#11 / 127 Inactive
A2 Stomp A On/Off CC#17 / Toggle Bypassed
A3 Stomp B Momentary CC#18 / 127 (Hold)
A4 Tap Tempo CC#30 / 127
A5 Tuner Engage CC#31 / 127

</collapse>


Test Two Conditional

Switch Function State
A1 Morph Toggle Inactive
A2 Stomp Mode Bypassed



Test One

Switch A

General Settings

Field Value
Name RigSlot 1
Toggle Mode Off
LED Display Normal Mode
Message 1
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 50
CC Value 1
Message 2
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 50
CC Value 0

Switch B

General Settings

Field Value
Name RigSlot 2
Toggle Mode Off
LED Display Normal Mode
Message 1
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 51
CC Value 1
Message 2
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 51
CC Value 0

Switch C

General Settings

Field Value
Name RigSlot 3
Toggle Mode Off
LED Display Normal Mode
Message 1
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 52
CC Value 1
Message 2
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 52
CC Value 0

Switch D

General Settings

Field Value
Name RigSlot 4
Toggle Mode Off
LED Display Normal Mode
Message 1
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 53
CC Value 1
Message 2
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 53
CC Value 0

Switch E

General Settings

Field Value
Name RigSlot 5
Toggle Mode Off
LED Display Normal Mode
Message 1
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 54
CC Value 1
Message 2
Field Value
Trigger Release
Message Type MIDI
Output Interface ALL
MIDI Type Control Change
MIDI Channel 1
CC Number 54
CC Value 0