dump: [json] pakchunk0

dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
This commit is contained in:
merith-tk 2024-11-29 17:06:31 -08:00
parent a0202f19ac
commit 6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions

View file

@ -0,0 +1,25 @@
[CoreRedirects]
+PropertyRedirects=(OldName="MetaSoundSettings.AutoUpdateBlacklist",NewName="AutoUpdateDenylist")
+PropertyRedirects=(OldName="MetaSoundSettings.AutoUpdateAssetBlacklist",NewName="AutoUpdateDenylist")
+StructRedirects=(OldName="MetasoundEditorGraphInputBoolRef",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultBoolRef")
+StructRedirects=(OldName="MetasoundEditorGraphInputIntRef",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultIntRef")
+StructRedirects=(OldName="MetasoundEditorGraphInputObjectRef",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultObjectRef")
+ClassRedirects=(OldName="MetasoundEditorGraphInputLiteral",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultLiteral")
+ClassRedirects=(OldName="MetasoundEditorGraphInputBool",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultBool")
+ClassRedirects=(OldName="MetasoundEditorGraphInputBoolArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultBoolArray")
+ClassRedirects=(OldName="MetasoundEditorGraphInputInt",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultInt")
+ClassRedirects=(OldName="MetasoundEditorGraphInputIntArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultIntArray")
+ClassRedirects=(OldName="MetasoundEditorGraphInputFloat",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultFloat")
+ClassRedirects=(OldName="MetasoundEditorGraphInputFloatArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultFloatArray")
+ClassRedirects=(OldName="MetasoundEditorGraphInputString",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultString")
+ClassRedirects=(OldName="MetasoundEditorGraphInputStringArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultStringArray")
+ClassRedirects=(OldName="MetasoundEditorGraphInputObject",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultObject")
+ClassRedirects=(OldName="MetasoundEditorGraphInputObjectArray",NewName="/Script/MetasoundEditor.MetasoundEditorGraphMemberDefaultObjectArray")
+ClassRedirects=(OldName="MetaSound",NewName="/Script/MetasoundEngine.MetaSoundPatch")
+PropertyRedirects=(OldName="MetasoundEditorSettings.bPinMetaSoundInAssetMenu",NewName="bPinMetaSoundPatchInAssetMenu")
+EnumRedirects=(OldName="MetasoundSourceAudioFormat",NewName="/Script/MetasoundEngine.MetaSoundOutputAudioFormat")

View file

@ -0,0 +1,68 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "MetaSound",
"Description": "A high-performance audio system that enables sound designers to have complete control over audio DSP graph generation of sound sources, via sample-accurate control and modulation of sound using audio parameters and audio events from game data and Blueprints",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "MetasoundGraphCore",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "MetasoundGenerator",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "MetasoundFrontend",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "MetasoundStandardNodes",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "MetasoundEngine",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "MetasoundEngineTest",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "MetasoundEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "AudioWidgets",
"Enabled": true
},
{
"Name": "AudioSynesthesia",
"Enabled": true
},
{
"Name": "WaveTable",
"Enabled": true
}
]
}