mirror of
https://github.com/Theaninova/BeatLanguageMapper.git
synced 2026-01-20 00:43:10 +00:00
Initial Commit!
いきますよ!
This commit is contained in:
18
Plugins/eXiSoundVis/eXiSoundVis.uplugin
Normal file
18
Plugins/eXiSoundVis/eXiSoundVis.uplugin
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"FriendlyName": "eXi's Sound Visualization Plugin",
|
||||
"Version": 1,
|
||||
"VersionName": "1.0",
|
||||
"Description": "This plugin allows you to load .ogg files dynamically from the user's hard drive and then anaylize it. Analyzing it, will return a frequency spectrum for the given Samples. The spectrum can then be used in your project to control all kinds of things.",
|
||||
"Category": "eXi.Sound",
|
||||
"CreatedBy": "Cedric 'eXi' Neukirchen",
|
||||
|
||||
"Modules":
|
||||
[
|
||||
{
|
||||
"Name" : "eXiSoundVis",
|
||||
"Type" : "Runtime",
|
||||
"LoadingPhase" : "PreDefault"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user