mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-28 09:20:02 +08:00
946 lines
44 KiB
C++
946 lines
44 KiB
C++
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-10-16 04:15:22.003365600 UTC
|
|
|
|
#pragma once
|
|
|
|
#include <cstddef>
|
|
|
|
namespace cs2_dumper {
|
|
namespace schemas {
|
|
// Module: soundsystem.dll
|
|
// Class count: 74
|
|
// Enum count: 0
|
|
namespace soundsystem_dll {
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerBlender {
|
|
constexpr std::ptrdiff_t m_firstSound = 0xB8; // CSoundContainerReference
|
|
constexpr std::ptrdiff_t m_secondSound = 0xD0; // CSoundContainerReference
|
|
constexpr std::ptrdiff_t m_flBlendFactor = 0xE8; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 4
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixFreeverbDesc_t {
|
|
constexpr std::ptrdiff_t m_flRoomSize = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flDamp = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flWidth = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flLateReflections = 0xC; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 7
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CVoiceContainerStaticAdditiveSynth__CHarmonic {
|
|
constexpr std::ptrdiff_t m_nWaveform = 0x0; // EWaveform
|
|
constexpr std::ptrdiff_t m_nFundamental = 0x1; // EMidiNote
|
|
constexpr std::ptrdiff_t m_nOctave = 0x4; // int32
|
|
constexpr std::ptrdiff_t m_flCents = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flPhase = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_curve = 0x10; // CPiecewiseCurve
|
|
constexpr std::ptrdiff_t m_volumeScaling = 0x50; // CVoiceContainerStaticAdditiveSynth::CGainScalePerInstance
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CVoiceContainerStaticAdditiveSynth__CTone {
|
|
constexpr std::ptrdiff_t m_harmonics = 0x0; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CHarmonic>
|
|
constexpr std::ptrdiff_t m_curve = 0x18; // CPiecewiseCurve
|
|
constexpr std::ptrdiff_t m_bSyncInstances = 0x58; // bool
|
|
}
|
|
// Parent: None
|
|
// Field count: 6
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerRandomSampler {
|
|
constexpr std::ptrdiff_t m_flAmplitude = 0xB8; // float32
|
|
constexpr std::ptrdiff_t m_flAmplitudeJitter = 0xBC; // float32
|
|
constexpr std::ptrdiff_t m_flTimeJitter = 0xC0; // float32
|
|
constexpr std::ptrdiff_t m_flMaxLength = 0xC4; // float32
|
|
constexpr std::ptrdiff_t m_nNumDelayVariations = 0xC8; // int32
|
|
constexpr std::ptrdiff_t m_grainResources = 0xD0; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
|
}
|
|
// Parent: None
|
|
// Field count: 0
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerDefault {
|
|
}
|
|
// Parent: None
|
|
// Field count: 11
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CVSound {
|
|
constexpr std::ptrdiff_t m_nRate = 0x0; // int32
|
|
constexpr std::ptrdiff_t m_nFormat = 0x4; // CVSoundFormat_t
|
|
constexpr std::ptrdiff_t m_nChannels = 0x8; // uint32
|
|
constexpr std::ptrdiff_t m_nLoopStart = 0xC; // int32
|
|
constexpr std::ptrdiff_t m_nSampleCount = 0x10; // uint32
|
|
constexpr std::ptrdiff_t m_flDuration = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_Sentences = 0x18; // CUtlVector<CAudioSentence>
|
|
constexpr std::ptrdiff_t m_nStreamingSize = 0x30; // uint32
|
|
constexpr std::ptrdiff_t m_nSeekTable = 0x38; // CUtlVector<int32>
|
|
constexpr std::ptrdiff_t m_nLoopEnd = 0x50; // int32
|
|
constexpr std::ptrdiff_t m_encodedHeader = 0x58; // CUtlBinaryBlock
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MVDataNodeType
|
|
namespace CDSPPresetMixgroupModifierTable {
|
|
constexpr std::ptrdiff_t m_table = 0x0; // CUtlVector<CDspPresetModifierList>
|
|
}
|
|
// Parent: None
|
|
// Field count: 7
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionSoundeventClusterSchema {
|
|
constexpr std::ptrdiff_t m_nMinNearby = 0x8; // int32
|
|
constexpr std::ptrdiff_t m_flClusterEpsilon = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_shouldPlayOpvar = 0x10; // CUtlString
|
|
constexpr std::ptrdiff_t m_shouldPlayClusterChild = 0x18; // CUtlString
|
|
constexpr std::ptrdiff_t m_clusterSizeOpvar = 0x20; // CUtlString
|
|
constexpr std::ptrdiff_t m_groupBoundingBoxMinsOpvar = 0x28; // CUtlString
|
|
constexpr std::ptrdiff_t m_groupBoundingBoxMaxsOpvar = 0x30; // CUtlString
|
|
}
|
|
// Parent: None
|
|
// Field count: 5
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionSetSoundeventParameterSchema {
|
|
constexpr std::ptrdiff_t m_nMaxCount = 0x8; // int32
|
|
constexpr std::ptrdiff_t m_flMinValue = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flMaxValue = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_opvarName = 0x18; // CUtlString
|
|
constexpr std::ptrdiff_t m_nSortType = 0x20; // SosActionSetParamSortType_t
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CSoundContainerReference {
|
|
constexpr std::ptrdiff_t m_bUseReference = 0x0; // bool
|
|
constexpr std::ptrdiff_t m_sound = 0x8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
|
constexpr std::ptrdiff_t m_pSound = 0x10; // CVoiceContainerBase*
|
|
}
|
|
// Parent: None
|
|
// Field count: 17
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixBoxverb2Desc_t {
|
|
constexpr std::ptrdiff_t m_flSizeMax = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flSizeMin = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flComplexity = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flDiffusion = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flModDepth = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flModRate = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_bParallel = 0x18; // bool
|
|
constexpr std::ptrdiff_t m_filterType = 0x1C; // VMixFilterDesc_t
|
|
constexpr std::ptrdiff_t m_flWidth = 0x2C; // float32
|
|
constexpr std::ptrdiff_t m_flHeight = 0x30; // float32
|
|
constexpr std::ptrdiff_t m_flDepth = 0x34; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackScale = 0x38; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackWidth = 0x3C; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackHeight = 0x40; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackDepth = 0x44; // float32
|
|
constexpr std::ptrdiff_t m_flOutputGain = 0x48; // float32
|
|
constexpr std::ptrdiff_t m_flTaps = 0x4C; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 0
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerNull {
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixSubgraphSwitchDesc_t {
|
|
constexpr std::ptrdiff_t m_interpolationMode = 0x0; // VMixSubgraphSwitchInterpolationType_t
|
|
constexpr std::ptrdiff_t m_bOnlyTailsOnFadeOut = 0x4; // bool
|
|
constexpr std::ptrdiff_t m_flInterpolationTime = 0x8; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MVDataNodeType
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerAnalysisBase {
|
|
constexpr std::ptrdiff_t m_bRegenerateCurveOnCompile = 0x8; // bool
|
|
constexpr std::ptrdiff_t m_curve = 0x10; // CPiecewiseCurve
|
|
}
|
|
// Parent: None
|
|
// Field count: 10
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionSoundeventMinMaxValuesSchema {
|
|
constexpr std::ptrdiff_t m_strQueryPublicFieldName = 0x8; // CUtlString
|
|
constexpr std::ptrdiff_t m_strDelayPublicFieldName = 0x10; // CUtlString
|
|
constexpr std::ptrdiff_t m_bExcludeStoppedSounds = 0x18; // bool
|
|
constexpr std::ptrdiff_t m_bExcludeDelayedSounds = 0x19; // bool
|
|
constexpr std::ptrdiff_t m_bExcludeSoundsBelowThreshold = 0x1A; // bool
|
|
constexpr std::ptrdiff_t m_flExcludeSoundsMinThresholdValue = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_bExcludSoundsAboveThreshold = 0x20; // bool
|
|
constexpr std::ptrdiff_t m_flExcludeSoundsMaxThresholdValue = 0x24; // float32
|
|
constexpr std::ptrdiff_t m_strMinValueName = 0x28; // CUtlString
|
|
constexpr std::ptrdiff_t m_strMaxValueName = 0x30; // CUtlString
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixPannerDesc_t {
|
|
constexpr std::ptrdiff_t m_type = 0x0; // VMixPannerType_t
|
|
constexpr std::ptrdiff_t m_flStrength = 0x4; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 4
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionSoundeventPrioritySchema {
|
|
constexpr std::ptrdiff_t m_priorityValue = 0x8; // CUtlString
|
|
constexpr std::ptrdiff_t m_priorityVolumeScalar = 0x10; // CUtlString
|
|
constexpr std::ptrdiff_t m_priorityContributeButDontRead = 0x18; // CUtlString
|
|
constexpr std::ptrdiff_t m_bPriorityReadButDontContribute = 0x20; // CUtlString
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerRealtimeFMSineWave {
|
|
constexpr std::ptrdiff_t m_flCarrierFrequency = 0xB8; // float32
|
|
constexpr std::ptrdiff_t m_flModulatorFrequency = 0xBC; // float32
|
|
constexpr std::ptrdiff_t m_flModulatorAmount = 0xC0; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace SelectedEditItemInfo_t {
|
|
constexpr std::ptrdiff_t m_EditItems = 0x0; // CUtlVector<SosEditItemInfo_t>
|
|
}
|
|
// Parent: None
|
|
// Field count: 9
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixModDelayDesc_t {
|
|
constexpr std::ptrdiff_t m_feedbackFilter = 0x0; // VMixFilterDesc_t
|
|
constexpr std::ptrdiff_t m_bPhaseInvert = 0x10; // bool
|
|
constexpr std::ptrdiff_t m_flGlideTime = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flDelay = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flOutputGain = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackGain = 0x20; // float32
|
|
constexpr std::ptrdiff_t m_flModRate = 0x24; // float32
|
|
constexpr std::ptrdiff_t m_flModDepth = 0x28; // float32
|
|
constexpr std::ptrdiff_t m_bApplyAntialiasing = 0x2C; // bool
|
|
}
|
|
// Parent: None
|
|
// Field count: 17
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixBoxverbDesc_t {
|
|
constexpr std::ptrdiff_t m_flSizeMax = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flSizeMin = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flComplexity = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flDiffusion = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flModDepth = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flModRate = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_bParallel = 0x18; // bool
|
|
constexpr std::ptrdiff_t m_filterType = 0x1C; // VMixFilterDesc_t
|
|
constexpr std::ptrdiff_t m_flWidth = 0x2C; // float32
|
|
constexpr std::ptrdiff_t m_flHeight = 0x30; // float32
|
|
constexpr std::ptrdiff_t m_flDepth = 0x34; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackScale = 0x38; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackWidth = 0x3C; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackHeight = 0x40; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackDepth = 0x44; // float32
|
|
constexpr std::ptrdiff_t m_flOutputGain = 0x48; // float32
|
|
constexpr std::ptrdiff_t m_flTaps = 0x4C; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 0
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CSosGroupActionSchema {
|
|
}
|
|
// Parent: None
|
|
// Field count: 16
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CSosSoundEventGroupSchema {
|
|
constexpr std::ptrdiff_t m_nGroupType = 0x8; // SosGroupType_t
|
|
constexpr std::ptrdiff_t m_bBlocksEvents = 0xC; // bool
|
|
constexpr std::ptrdiff_t m_nBlockMaxCount = 0x10; // int32
|
|
constexpr std::ptrdiff_t m_flMemberLifespanTime = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_bInvertMatch = 0x18; // bool
|
|
constexpr std::ptrdiff_t m_Behavior_EventName = 0x1C; // SosGroupFieldBehavior_t
|
|
constexpr std::ptrdiff_t m_matchSoundEventName = 0x20; // CUtlString
|
|
constexpr std::ptrdiff_t m_bMatchEventSubString = 0x28; // bool
|
|
constexpr std::ptrdiff_t m_matchSoundEventSubString = 0x30; // CUtlString
|
|
constexpr std::ptrdiff_t m_Behavior_EntIndex = 0x38; // SosGroupFieldBehavior_t
|
|
constexpr std::ptrdiff_t m_flEntIndex = 0x3C; // float32
|
|
constexpr std::ptrdiff_t m_Behavior_Opvar = 0x40; // SosGroupFieldBehavior_t
|
|
constexpr std::ptrdiff_t m_flOpvar = 0x44; // float32
|
|
constexpr std::ptrdiff_t m_Behavior_String = 0x48; // SosGroupFieldBehavior_t
|
|
constexpr std::ptrdiff_t m_opvarString = 0x50; // CUtlString
|
|
constexpr std::ptrdiff_t m_vActions = 0x58; // CUtlVector<CSosGroupActionSchema*>
|
|
}
|
|
// Parent: None
|
|
// Field count: 10
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixDynamics3BandDesc_t {
|
|
constexpr std::ptrdiff_t m_fldbGainOutput = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flRMSTimeMS = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_fldbKneeWidth = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flDepth = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flWetMix = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flTimeScale = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flLowCutoffFreq = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_bPeakMode = 0x20; // bool
|
|
constexpr std::ptrdiff_t m_bandDesc = 0x24; // VMixDynamicsBand_t[3]
|
|
}
|
|
// Parent: None
|
|
// Field count: 6
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CDSPMixgroupModifier {
|
|
constexpr std::ptrdiff_t m_mixgroup = 0x0; // CUtlString
|
|
constexpr std::ptrdiff_t m_flModifier = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flModifierMin = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flSourceModifier = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flSourceModifierMin = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flListenerReverbModifierWhenSourceReverbIsActive = 0x18; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 6
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CAudioMorphData {
|
|
constexpr std::ptrdiff_t m_times = 0x0; // CUtlVector<float32>
|
|
constexpr std::ptrdiff_t m_nameHashCodes = 0x18; // CUtlVector<uint32>
|
|
constexpr std::ptrdiff_t m_nameStrings = 0x30; // CUtlVector<CUtlString>
|
|
constexpr std::ptrdiff_t m_samples = 0x48; // CUtlVector<CUtlVector<float32>>
|
|
constexpr std::ptrdiff_t m_flEaseIn = 0x60; // float32
|
|
constexpr std::ptrdiff_t m_flEaseOut = 0x64; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 5
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixDualCompressorDesc_t {
|
|
constexpr std::ptrdiff_t m_flRMSTimeMS = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_fldbKneeWidth = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flWetMix = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_bPeakMode = 0xC; // bool
|
|
constexpr std::ptrdiff_t m_bandDesc = 0x10; // VMixDynamicsBand_t
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerStaticAdditiveSynth {
|
|
constexpr std::ptrdiff_t m_tones = 0xB8; // CUtlVector<CVoiceContainerStaticAdditiveSynth::CTone>
|
|
}
|
|
// Parent: None
|
|
// Field count: 9
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerShapedNoise {
|
|
constexpr std::ptrdiff_t m_bUseCurveForFrequency = 0xB8; // bool
|
|
constexpr std::ptrdiff_t m_flFrequency = 0xBC; // float32
|
|
constexpr std::ptrdiff_t m_frequencySweep = 0xC0; // CPiecewiseCurve
|
|
constexpr std::ptrdiff_t m_bUseCurveForResonance = 0x100; // bool
|
|
constexpr std::ptrdiff_t m_flResonance = 0x104; // float32
|
|
constexpr std::ptrdiff_t m_resonanceSweep = 0x108; // CPiecewiseCurve
|
|
constexpr std::ptrdiff_t m_bUseCurveForAmplitude = 0x148; // bool
|
|
constexpr std::ptrdiff_t m_flGainInDecibels = 0x14C; // float32
|
|
constexpr std::ptrdiff_t m_gainSweep = 0x150; // CPiecewiseCurve
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CDspPresetModifierList {
|
|
constexpr std::ptrdiff_t m_dspName = 0x0; // CUtlString
|
|
constexpr std::ptrdiff_t m_modifiers = 0x8; // CUtlVector<CDSPMixgroupModifier>
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MVDataNodeType
|
|
// MVDataFileExtension
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerBase {
|
|
constexpr std::ptrdiff_t m_vSound = 0x38; // CVSound
|
|
constexpr std::ptrdiff_t m_pEnvelopeAnalyzer = 0xB0; // CVoiceContainerAnalysisBase*
|
|
}
|
|
// Parent: None
|
|
// Field count: 6
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CVoiceContainerGranulator {
|
|
constexpr std::ptrdiff_t m_flGrainLength = 0xB8; // float32
|
|
constexpr std::ptrdiff_t m_flGrainCrossfadeAmount = 0xBC; // float32
|
|
constexpr std::ptrdiff_t m_flStartJitter = 0xC0; // float32
|
|
constexpr std::ptrdiff_t m_flPlaybackJitter = 0xC4; // float32
|
|
constexpr std::ptrdiff_t m_bShouldWraparound = 0xC8; // bool
|
|
constexpr std::ptrdiff_t m_sourceAudio = 0xD0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
|
}
|
|
// Parent: None
|
|
// Field count: 7
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixDelayDesc_t {
|
|
constexpr std::ptrdiff_t m_feedbackFilter = 0x0; // VMixFilterDesc_t
|
|
constexpr std::ptrdiff_t m_bEnableFilter = 0x10; // bool
|
|
constexpr std::ptrdiff_t m_flDelay = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flDirectGain = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flDelayGain = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackGain = 0x20; // float32
|
|
constexpr std::ptrdiff_t m_flWidth = 0x24; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixEQ8Desc_t {
|
|
constexpr std::ptrdiff_t m_stages = 0x0; // VMixFilterDesc_t[8]
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CAudioPhonemeTag {
|
|
constexpr std::ptrdiff_t m_flStartTime = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flEndTime = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_nPhonemeCode = 0x8; // int32
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionSoundeventCountSchema {
|
|
constexpr std::ptrdiff_t m_bExcludeStoppedSounds = 0x8; // bool
|
|
constexpr std::ptrdiff_t m_strCountKeyName = 0x10; // CUtlString
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerEnvelopeAnalyzer {
|
|
constexpr std::ptrdiff_t m_mode = 0x50; // EMode_t
|
|
constexpr std::ptrdiff_t m_fAnalysisWindowMs = 0x54; // float32
|
|
constexpr std::ptrdiff_t m_flThreshold = 0x58; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CSoundEventMetaData {
|
|
constexpr std::ptrdiff_t m_soundEventVMix = 0x0; // CStrongHandle<InfoForResourceTypeCVMixListResource>
|
|
}
|
|
// Parent: None
|
|
// Field count: 4
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixPitchShiftDesc_t {
|
|
constexpr std::ptrdiff_t m_nGrainSampleCount = 0x0; // int32
|
|
constexpr std::ptrdiff_t m_flPitchShift = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_nQuality = 0x8; // int32
|
|
constexpr std::ptrdiff_t m_nProcType = 0xC; // int32
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CAudioEmphasisSample {
|
|
constexpr std::ptrdiff_t m_flTime = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flValue = 0x4; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerSet {
|
|
constexpr std::ptrdiff_t m_soundsToPlay = 0xB8; // CUtlVector<CVoiceContainerSetElement>
|
|
}
|
|
// Parent: None
|
|
// Field count: 8
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixConvolutionDesc_t {
|
|
constexpr std::ptrdiff_t m_fldbGain = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flPreDelayMS = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flWetMix = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_fldbLow = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_fldbMid = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_fldbHigh = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flLowCutoffFreq = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flHighCutoffFreq = 0x1C; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CVoiceContainerSetElement {
|
|
constexpr std::ptrdiff_t m_sound = 0x0; // CSoundContainerReference
|
|
constexpr std::ptrdiff_t m_flVolumeDB = 0x18; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 0
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CSoundInfoHeader {
|
|
}
|
|
// Parent: None
|
|
// Field count: 5
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace SosEditItemInfo_t {
|
|
constexpr std::ptrdiff_t itemType = 0x0; // SosEditItemType_t
|
|
constexpr std::ptrdiff_t itemName = 0x8; // CUtlString
|
|
constexpr std::ptrdiff_t itemTypeName = 0x10; // CUtlString
|
|
constexpr std::ptrdiff_t itemKVString = 0x20; // CUtlString
|
|
constexpr std::ptrdiff_t itemPos = 0x28; // Vector2D
|
|
}
|
|
// Parent: None
|
|
// Field count: 7
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixPlateverbDesc_t {
|
|
constexpr std::ptrdiff_t m_flPrefilter = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flInputDiffusion1 = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flInputDiffusion2 = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flDecay = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flDamp = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackDiffusion1 = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flFeedbackDiffusion2 = 0x18; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CSoundContainerReferenceArray {
|
|
constexpr std::ptrdiff_t m_bUseReference = 0x0; // bool
|
|
constexpr std::ptrdiff_t m_sounds = 0x8; // CUtlVector<CStrongHandle<InfoForResourceTypeCVoiceContainerBase>>
|
|
constexpr std::ptrdiff_t m_pSounds = 0x20; // CUtlVector<CVoiceContainerBase*>
|
|
}
|
|
// Parent: None
|
|
// Field count: 4
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixDiffusorDesc_t {
|
|
constexpr std::ptrdiff_t m_flSize = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flComplexity = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flFeedback = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flOutputGain = 0xC; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 9
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixDynamicsCompressorDesc_t {
|
|
constexpr std::ptrdiff_t m_fldbOutputGain = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_fldbCompressionThreshold = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_fldbKneeWidth = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flCompressionRatio = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flRMSTimeMS = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flWetMix = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_bPeakMode = 0x20; // bool
|
|
}
|
|
// Parent: None
|
|
// Field count: 5
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixShaperDesc_t {
|
|
constexpr std::ptrdiff_t m_nShape = 0x0; // int32
|
|
constexpr std::ptrdiff_t m_fldbDrive = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_fldbOutputGain = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flWetMix = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_nOversampleFactor = 0x10; // int32
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixEnvelopeDesc_t {
|
|
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flHoldTimeMS = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x8; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 4
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CAudioSentence {
|
|
constexpr std::ptrdiff_t m_bShouldVoiceDuck = 0x0; // bool
|
|
constexpr std::ptrdiff_t m_RunTimePhonemes = 0x8; // CUtlVector<CAudioPhonemeTag>
|
|
constexpr std::ptrdiff_t m_EmphasisSamples = 0x20; // CUtlVector<CAudioEmphasisSample>
|
|
constexpr std::ptrdiff_t m_morphData = 0x38; // CAudioMorphData
|
|
}
|
|
// Parent: None
|
|
// Field count: 8
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerParameterBlender {
|
|
constexpr std::ptrdiff_t m_firstSound = 0xB8; // CSoundContainerReference
|
|
constexpr std::ptrdiff_t m_secondSound = 0xD0; // CSoundContainerReference
|
|
constexpr std::ptrdiff_t m_bEnableOcclusionBlend = 0xE8; // bool
|
|
constexpr std::ptrdiff_t m_curve1 = 0xF0; // CPiecewiseCurve
|
|
constexpr std::ptrdiff_t m_curve2 = 0x130; // CPiecewiseCurve
|
|
constexpr std::ptrdiff_t m_bEnableDistanceBlend = 0x170; // bool
|
|
constexpr std::ptrdiff_t m_curve3 = 0x178; // CPiecewiseCurve
|
|
constexpr std::ptrdiff_t m_curve4 = 0x1B8; // CPiecewiseCurve
|
|
}
|
|
// Parent: None
|
|
// Field count: 5
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionLimitSchema {
|
|
constexpr std::ptrdiff_t m_nMaxCount = 0x8; // int32
|
|
constexpr std::ptrdiff_t m_nStopType = 0xC; // SosActionStopType_t
|
|
constexpr std::ptrdiff_t m_nSortType = 0x10; // SosActionLimitSortType_t
|
|
constexpr std::ptrdiff_t m_bStopImmediate = 0x14; // bool
|
|
constexpr std::ptrdiff_t m_bCountStopped = 0x15; // bool
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerAmpedDecayingSineWave {
|
|
constexpr std::ptrdiff_t m_flGainAmount = 0xC0; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerEnvelope {
|
|
constexpr std::ptrdiff_t m_sound = 0xB8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
|
constexpr std::ptrdiff_t m_analysisContainer = 0xC0; // CVoiceContainerAnalysisBase*
|
|
}
|
|
// Parent: None
|
|
// Field count: 8
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixAutoFilterDesc_t {
|
|
constexpr std::ptrdiff_t m_flEnvelopeAmount = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_filter = 0xC; // VMixFilterDesc_t
|
|
constexpr std::ptrdiff_t m_flLFOAmount = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_flLFORate = 0x20; // float32
|
|
constexpr std::ptrdiff_t m_flPhase = 0x24; // float32
|
|
constexpr std::ptrdiff_t m_nLFOShape = 0x28; // VMixLFOShape_t
|
|
}
|
|
// Parent: None
|
|
// Field count: 10
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixDynamicsBand_t {
|
|
constexpr std::ptrdiff_t m_fldbGainInput = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_fldbGainOutput = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_fldbThresholdBelow = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_fldbThresholdAbove = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flRatioBelow = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flRatioAbove = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_bEnable = 0x20; // bool
|
|
constexpr std::ptrdiff_t m_bSolo = 0x21; // bool
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixEffectChainDesc_t {
|
|
constexpr std::ptrdiff_t m_flCrossfadeTime = 0x0; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 4
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace CVoiceContainerStaticAdditiveSynth__CGainScalePerInstance {
|
|
constexpr std::ptrdiff_t m_flMinVolume = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_nInstancesAtMinVolume = 0x4; // int32
|
|
constexpr std::ptrdiff_t m_flMaxVolume = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_nInstancesAtMaxVolume = 0xC; // int32
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerSelector {
|
|
constexpr std::ptrdiff_t m_mode = 0xB8; // PlayBackMode_t
|
|
constexpr std::ptrdiff_t m_soundsToPlay = 0xC0; // CSoundContainerReferenceArray
|
|
constexpr std::ptrdiff_t m_fProbabilityWeights = 0xF8; // CUtlVector<float32>
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionTimeBlockLimitSchema {
|
|
constexpr std::ptrdiff_t m_nMaxCount = 0x8; // int32
|
|
constexpr std::ptrdiff_t m_flMaxDuration = 0xC; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CTestBlendContainer {
|
|
constexpr std::ptrdiff_t m_firstSound = 0xB8; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
|
constexpr std::ptrdiff_t m_secondSound = 0xC0; // CStrongHandle<InfoForResourceTypeCVoiceContainerBase>
|
|
}
|
|
// Parent: None
|
|
// Field count: 8
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionMemberCountEnvelopeSchema {
|
|
constexpr std::ptrdiff_t m_nBaseCount = 0x8; // int32
|
|
constexpr std::ptrdiff_t m_nTargetCount = 0xC; // int32
|
|
constexpr std::ptrdiff_t m_flBaseValue = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flTargetValue = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flAttack = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flDecay = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_resultVarName = 0x20; // CUtlString
|
|
constexpr std::ptrdiff_t m_bSaveToGroup = 0x28; // bool
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerSwitch {
|
|
constexpr std::ptrdiff_t m_soundsToPlay = 0xB8; // CUtlVector<CSoundContainerReference>
|
|
}
|
|
// Parent: None
|
|
// Field count: 1
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
namespace CSosGroupActionTimeLimitSchema {
|
|
constexpr std::ptrdiff_t m_flMaxDuration = 0x8; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 10
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixVocoderDesc_t {
|
|
constexpr std::ptrdiff_t m_nBandCount = 0x0; // int32
|
|
constexpr std::ptrdiff_t m_flBandwidth = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_fldBModGain = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flFreqRangeStart = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_flFreqRangeEnd = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_fldBUnvoicedGain = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_nDebugBand = 0x20; // int32
|
|
constexpr std::ptrdiff_t m_bPeakMode = 0x24; // bool
|
|
}
|
|
// Parent: None
|
|
// Field count: 6
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixUtilityDesc_t {
|
|
constexpr std::ptrdiff_t m_nOp = 0x0; // VMixChannelOperation_t
|
|
constexpr std::ptrdiff_t m_flInputPan = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flOutputBalance = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_fldbOutputGain = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_bBassMono = 0x10; // bool
|
|
constexpr std::ptrdiff_t m_flBassFreq = 0x14; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 5
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerLoopTrigger {
|
|
constexpr std::ptrdiff_t m_sound = 0xB8; // CSoundContainerReference
|
|
constexpr std::ptrdiff_t m_flRetriggerTimeMin = 0xD0; // float32
|
|
constexpr std::ptrdiff_t m_flRetriggerTimeMax = 0xD4; // float32
|
|
constexpr std::ptrdiff_t m_flFadeTime = 0xD8; // float32
|
|
constexpr std::ptrdiff_t m_bCrossFade = 0xDC; // bool
|
|
}
|
|
// Parent: None
|
|
// Field count: 2
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
// MPropertyFriendlyName
|
|
// MPropertyDescription
|
|
namespace CVoiceContainerDecayingSineWave {
|
|
constexpr std::ptrdiff_t m_flFrequency = 0xB8; // float32
|
|
constexpr std::ptrdiff_t m_flDecayTime = 0xBC; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 6
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixFilterDesc_t {
|
|
constexpr std::ptrdiff_t m_nFilterType = 0x0; // VMixFilterType_t
|
|
constexpr std::ptrdiff_t m_nFilterSlope = 0x2; // VMixFilterSlope_t
|
|
constexpr std::ptrdiff_t m_bEnabled = 0x3; // bool
|
|
constexpr std::ptrdiff_t m_fldbGain = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flCutoffFreq = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_flQ = 0xC; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 3
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixOscDesc_t {
|
|
constexpr std::ptrdiff_t oscType = 0x0; // VMixLFOShape_t
|
|
constexpr std::ptrdiff_t m_freq = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_flPhase = 0x8; // float32
|
|
}
|
|
// Parent: None
|
|
// Field count: 12
|
|
//
|
|
// Metadata:
|
|
// MGetKV3ClassDefaults
|
|
namespace VMixDynamicsDesc_t {
|
|
constexpr std::ptrdiff_t m_fldbGain = 0x0; // float32
|
|
constexpr std::ptrdiff_t m_fldbNoiseGateThreshold = 0x4; // float32
|
|
constexpr std::ptrdiff_t m_fldbCompressionThreshold = 0x8; // float32
|
|
constexpr std::ptrdiff_t m_fldbLimiterThreshold = 0xC; // float32
|
|
constexpr std::ptrdiff_t m_fldbKneeWidth = 0x10; // float32
|
|
constexpr std::ptrdiff_t m_flRatio = 0x14; // float32
|
|
constexpr std::ptrdiff_t m_flLimiterRatio = 0x18; // float32
|
|
constexpr std::ptrdiff_t m_flAttackTimeMS = 0x1C; // float32
|
|
constexpr std::ptrdiff_t m_flReleaseTimeMS = 0x20; // float32
|
|
constexpr std::ptrdiff_t m_flRMSTimeMS = 0x24; // float32
|
|
constexpr std::ptrdiff_t m_flWetMix = 0x28; // float32
|
|
constexpr std::ptrdiff_t m_bPeakMode = 0x2C; // bool
|
|
}
|
|
}
|
|
}
|
|
}
|