A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
563 B

  1. {
  2. "FileVersion": 3,
  3. "FriendlyName": "eXi's Sound Visualization Plugin",
  4. "Version": 1,
  5. "VersionName": "1.0",
  6. "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.",
  7. "Category": "eXi.Sound",
  8. "CreatedBy": "Cedric 'eXi' Neukirchen",
  9. "Modules":
  10. [
  11. {
  12. "Name" : "eXiSoundVis",
  13. "Type" : "Runtime",
  14. "LoadingPhase" : "PreDefault"
  15. }
  16. ]
  17. }