My old collection of Winamp AVS visualisations

carnival_of_stars.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "name": "carnival_of_stars",
  3. "date": "2014-05-12T21:40:39.000Z",
  4. "clearFrame": false,
  5. "components": [
  6. {
  7. "type": "Simple",
  8. "audioSource": "Spectrum",
  9. "renderType": "Solid",
  10. "audioChannel": "Left",
  11. "positionY": "Top",
  12. "colors": [
  13. "#ff8000",
  14. "#0000ff",
  15. "#ff00ff"
  16. ]
  17. },
  18. {
  19. "type": "Simple",
  20. "audioSource": "Spectrum",
  21. "renderType": "Solid",
  22. "audioChannel": "Right",
  23. "positionY": "Bottom",
  24. "colors": [
  25. "#408080",
  26. "#800000",
  27. "#808040"
  28. ]
  29. },
  30. {
  31. "type": "ColorClip",
  32. "mode": "Near",
  33. "colorFrom": "#00ff00",
  34. "colorTo": "#ffff00",
  35. "colorDistance": 0
  36. },
  37. {
  38. "type": "Blur",
  39. "blur": "Heavy",
  40. "round": "Down"
  41. },
  42. {
  43. "type": "DotPlane",
  44. "rotationSpeed": 8,
  45. "colorTop": "#000000",
  46. "colorHigh": "#00c800",
  47. "colorMid": "#fdd344",
  48. "colorLow": "#ff0000",
  49. "colorBottom": "#ffff00",
  50. "angle": -60
  51. },
  52. {
  53. "type": "FadeOut",
  54. "speed": 1,
  55. "color": "#000000"
  56. },
  57. {
  58. "type": "Movement",
  59. "builtinEffect": "Swirling Around Both Ways At Once",
  60. "output": "50/50",
  61. "sourceMapped": false,
  62. "coordinates": 0,
  63. "bilinear": false,
  64. "wrap": false,
  65. "code": "r = r + (0.1 * sin(d * $PI * 5));"
  66. },
  67. {
  68. "type": "Movement",
  69. "output": "50/50",
  70. "sourceMapped": false,
  71. "coordinates": [
  72. null,
  73. 4
  74. ],
  75. "bilinear": false,
  76. "wrap": false,
  77. "code": "x=sin(x)"
  78. }
  79. ]
  80. }