My old collection of Winamp AVS visualisations

earth_core.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "name": "earth_core",
  3. "date": "2014-05-12T21:40:39.000Z",
  4. "clearFrame": false,
  5. "components": [
  6. {
  7. "type": "FadeOut",
  8. "speed": 8,
  9. "color": "#000000"
  10. },
  11. {
  12. "type": "Timescope",
  13. "enabled": true,
  14. "color": "#ff8000",
  15. "output": "Additive",
  16. "bands": 3
  17. },
  18. {
  19. "type": "Timescope",
  20. "enabled": true,
  21. "color": "#ff8000",
  22. "output": "Default",
  23. "bands": 3
  24. },
  25. {
  26. "type": "Movement",
  27. "output": "Replace",
  28. "sourceMapped": true,
  29. "coordinates": [
  30. null,
  31. 4
  32. ],
  33. "bilinear": false,
  34. "wrap": false,
  35. "code": "m=0.005; n=1-m; t=t+0.1; x=x*(n+(m*sin(t)));y=y*(n+(m*cos(t)));"
  36. },
  37. {
  38. "type": "Movement",
  39. "builtinEffect": "Bubbling Outward",
  40. "output": "Replace",
  41. "sourceMapped": true,
  42. "coordinates": 0,
  43. "bilinear": false,
  44. "wrap": false,
  45. "code": "t = sin(d * $PI);\r\nd = d - (8*t*t*t*t*t)/sqrt((sw*sw+sh*sh)/4);"
  46. },
  47. {
  48. "type": "OnBeatClear",
  49. "color": "#017c76",
  50. "output": "50/50",
  51. "clearBeats": 13
  52. },
  53. {
  54. "type": "MovingParticle",
  55. "enabled": true,
  56. "onBeatSizeChange": true,
  57. "color": "#ff0000",
  58. "range": 1,
  59. "size": 1,
  60. "onBeatSize": 67,
  61. "output": "50/50"
  62. },
  63. {
  64. "type": "OnBeatClear",
  65. "color": "#ffff00",
  66. "output": "Replace",
  67. "clearBeats": 21
  68. },
  69. {
  70. "type": "Unknown: (9)"
  71. },
  72. {
  73. "type": "EffectList",
  74. "enabled": true,
  75. "clearFrame": false,
  76. "input": "Maximum",
  77. "output": "Replace",
  78. "inAdjustBlend": 215,
  79. "outAdjustBlend": 128,
  80. "inBuffer": 0,
  81. "outBuffer": 0,
  82. "inBufferInvert": false,
  83. "outBufferInvert": false,
  84. "enableOnBeat": false,
  85. "onBeatFrames": 1,
  86. "codeEnabled": false,
  87. "init": "",
  88. "frame": "",
  89. "components": [
  90. {
  91. "type": "Ring",
  92. "audioChannel": "Center",
  93. "positionX": "Center",
  94. "colors": [
  95. "#11ff11"
  96. ],
  97. "size": 20
  98. },
  99. {
  100. "type": "ClearScreen",
  101. "enabled": true,
  102. "color": "#000000",
  103. "output": "Replace",
  104. "onlyFirst": true
  105. }
  106. ]
  107. },
  108. {
  109. "type": "Blur",
  110. "blur": "Light",
  111. "round": "Up"
  112. }
  113. ]
  114. }