-
Notifications
You must be signed in to change notification settings - Fork 10
/
GoddessSoundVisualizer.uplugin
38 lines (38 loc) · 1.07 KB
/
GoddessSoundVisualizer.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
{
"FileVersion": 3,
"FriendlyName": "Goddess Sound Visualizer",
"Version": 1,
"VersionName": "1.0",
"Description": "This plugin defines the classes to handle/visualize frequency spectrum of a sound.",
"Category": "AndreaCatania.Sound",
"CreatedBy": "AndreaCatania",
"CreatedByURL": "andreacatania.com",
"CanContainContent": "true",
"Modules": [
{
"Name": "GoddessSoundVisualizer",
"Type": "Developer",
"LoadingPhase": "PreDefault"
},
{
"Name": "GoddessSoundVisualizer",
"Type": "Editor",
"LoadingPhase": "PreDefault"
},
{
"Name": "GoddessSoundVisualizer",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "GoddessFrequencyImporter",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "GoddessFrequencyImporter",
"Type": "Developer",
"LoadingPhase": "PostEngineInit"
}
]
}