-
Notifications
You must be signed in to change notification settings - Fork 1
/
unDAW.uplugin
72 lines (71 loc) · 1.28 KB
/
unDAW.uplugin
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"FileVersion": 3,
"Version": 0,
"VersionName": "0.1",
"FriendlyName": "unDAW",
"Description": "Some music tools that go along with engine MIDI file support",
"Category": "Audio",
"CreatedBy": "Amir Ben-Kiki",
"CreatedByURL": "https://github.com/Amir-BK",
"DocsURL": "https://github.com/Amir-BK/Unreal-DAW",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "BKMusicWidgets",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "BKMusicCore",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "unDAWMetaSounds",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "BK_EditorUtilities",
"Type": "Editor",
"LoadingPhase": "PreDefault"
},
{
"Name": "unPatchwork",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "unDAWK2_Nodes",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Metasound",
"Enabled": true
},
{
"Name": "Harmonix",
"Enabled": true
},
{
"Name": "WaveformEditor",
"Enabled": true
},
{
"Name": "MIDIDevice",
"Enabled": true
},
{
"Name": "CommonUI",
"Enabled": true
}
]
}