-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMetasoundsAudioMathUtils.uplugin
More file actions
34 lines (34 loc) · 992 Bytes
/
MetasoundsAudioMathUtils.uplugin
File metadata and controls
34 lines (34 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "MetasoundsAudioMathUtils",
"Description": "A collection of audio rate math utilities for DSP development in Metasounds. These are mainly intended for prototyping use and are under MIT license, use at your own risk!",
"Category": "Audio",
"CreatedBy": "Chris Wratt",
"CreatedByURL": "www.christopherwratt.com",
"DocsURL": "https://github.com/Chris-TopherW/MetasoundsAudioMathUtils",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f3e310e86da44c53ad187698f6cb5db0",
"SupportURL": "www.christopherwratt.com",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name": "MetasoundsAudioMathUtils",
"Type": "Runtime",
"LoadingPhase": "EarliestPossible",
"PlatformAllowList": ["Win64"]
}
],
"Plugins": [
{
"Name": "Metasound",
"Enabled": true
}
]
}