Files
UnrealEngine/Engine/Plugins/Runtime/MIDIDevice/MIDIDevice.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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"
]
}
]
}