🎛️

How to customize the equipment save state

image

When you select "Save Equipment State" in the equipment menu, by default the following list of controls are saved between sessions

Mixer

  • Crossfader Assign Switches
  • Crossfader Curve Switch
  • Channel Fader Curve Switches
  • Headphone Level Adjust Knob
  • Headphone Mix Adjust Knob
  • Master Level Knob
  • Mic On/Off Switch (PCVR only)
  • Mic Level Adjust Knobs (PCVR only)
  • Mic EQ Knobs
  • Beat FX Quantize Button
  • Beat FX Channel Knob
  • Beat FX Type Knob
  • Beat FX Auto/Tap Button

CDJ

  • Jog Adjust Knob
  • Vinyl Mode Button
  • Brake Speed Knob
  • Tempo Slider Range Button
  • Master Tempo Button
  • Deck Quantize Button
  • Time Mode Button

If you would like to customize the controls which are saved, follow the steps below:

Custom Settings Steps
  1. Navigate to your Tribe GameUserSettings.ini file which can be found in:
    • PC: C:\Users\{username}\AppData\Local\TribeXR\Saved\Config\WindowsNoEditor\
    • Quest: Quest\InternalSharedStorage\UE4Game\TribeXR\TribeXR\Saved\Config\Android\
  2. Open the file and find the [Deck] section. If none exists, create one.
  3. Find the entry SaveEquipmentState and change it to either:
    • SaveEquipmentState=DefaultSave
      • Saves the default controls listed above in between sessions
    • SaveEquipmentState=CustomSave
      • Saves a custom list of controls defined by the [SavedControls] list in between sessions
    • SaveEquipmentState=FullSave
      • Saves every parameter on the deck and mixer in between sessions, including loaded tracks
  4. If you selected CustomSave, you must specify which controls to be saved in the [SavedControls] section. If none exists, create one
    • To specify a control to be saved, create a new line and type {control_name}=True
      • For example, ChannelVolumeSlider_1=True
      • A full list of control names can be found below
    • For channel specific controls, you must create a new line with the appropriate channel number for each channel you want saved
    • An example custom save may look like this. This would save the Crossfader Curve Switch, the Channel Curve Switch, and all 4 Crossfader Assign switches.
    • image

List of Control Names

PitchFader
PlayDirectionSwitch
DeckQuantizeButton
TempoSliderRangeButton
TimeModeButton
JogWheel
JogAdjustKnob
VinylModeToggle
TrackSearchNextButton
TrackSearchPrevButton
SearchButtonLeft
SearchButtonRight
NeedleSearch
LoopInButton
LoopOutButton
ReloopExitButton
CueCallLeft
CueCallRight
BeatLoopFourButton
BeatLoopEightButton
BeatJumpLeft
BeatJumpRight
MemoryButton
DeleteButton
HotCueCallDelToggle
HotCueButton
TouchBrakeKnob
SyncButton
SyncMasterButton
CueButton
PlayButton
MasterTempoButton
SlipButton
TempoResetButton
KeySyncButton
MasterLevelKnob
MasterBalanceKnob
MasterCueButton
BeatFXBeatPreviousButton
BeatFXBeatNextButton
BeatFXTypeKnob_NXS2
BeatFXChannelKnob_NXS2
BeatFXTimeKnob
BeatFXLevelDepthKnob
BeatFXToggleButton
BeatFXQuantizeButton
BeatFXTapButton
BeatFXAutoTapButton
BeatFXEqButton_Low
BeatFXEqButton_Mid
BeatFXEqButton_High
ColorFXButton_Echo
ColorFXButton_Noise
ColorFXButton_Filter
ColorFXButton_Crush
ColorFXButton_Space
ColorFXButton_Sweep
ColorFXParameterKnob
HeadphoneMixKnob
HeadphoneLevelKnob
HeadphoneSplitSwitch
LinkCueButton
ChannelTrimKnob_0
ChannelTrimKnob_1
ChannelTrimKnob_2
ChannelTrimKnob_3
ChannelEQKnob_0_High
ChannelEQKnob_0_Mid
ChannelEQKnob_0_Low
ChannelEQKnob_1_High
ChannelEQKnob_1_Mid
ChannelEQKnob_1_Low
ChannelEQKnob_2_High
ChannelEQKnob_2_Mid
ChannelEQKnob_2_Low
ChannelEQKnob_3_High
ChannelEQKnob_3_Mid
ChannelEQKnob_3_Low
ChannelColorKnob_0
ChannelColorKnob_1
ChannelColorKnob_2
ChannelColorKnob_3
ChannelCueButton_0
ChannelCueButton_1
ChannelCueButton_2
ChannelCueButton_3
ChannelVolumeSlider_0
ChannelVolumeSlider_1
ChannelVolumeSlider_2
ChannelVolumeSlider_3
CrossfaderAssign_0
CrossfaderAssign_1
CrossfaderAssign_2
CrossfaderAssign_3
Crossfader
CrossfaderCurveSwitch
ChannelFaderCurveSwitch
EqCurveSwitch
MicLevelKnob
MicSwitch
MicEQKnob_Low
MicEQKnob_High
image