Files
UnrealEngineUWP/Engine/Plugins/Runtime/OSCModulationMixing/OSCModulationMixing.uplugin
rob gay 58ea716177 Experimental: OSC Mod Mixing Plugin
#rb none


#ROBOMERGE-SOURCE: CL 11591333 via CL 11591340
#ROBOMERGE-BOT: (v655-11596533)

[CL 11617642 by rob gay in Main branch]
2020-02-25 15:59:42 -05:00

36 lines
749 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "OSCModulationMixing",
"Description": "Utility Blueprint objects and functions enabling Control Modulation mix profiling using the OSC (Open Sound Control) protocol.",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Plugins":
[
{
"Name": "AudioModulation",
"Enabled": true
},
{
"Name": "OSC",
"Enabled": true
}
],
"Modules":
[
{
"Name": "OSCModulationMixing",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
]
}