Files
UnrealEngine/Engine/Plugins/Runtime/MIDIDevice/MIDIDevice.uplugin
2025-05-18 13:04:45 +08:00

29 lines
650 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "MIDI Device Support",
"Description" : "Allows you to send and receive MIDI events through a simple API in either C++ or Blueprints",
"Category" : "Input Devices",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name": "MIDIDevice",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac"
]
}
]
}