My old collection of Winamp AVS visualisations

spider_dance.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "spider_dance",
  3. "date": "2014-05-12T21:40:39.000Z",
  4. "clearFrame": false,
  5. "components": [
  6. {
  7. "type": "Simple",
  8. "audioSource": "Spectrum",
  9. "renderType": "Dots",
  10. "audioChannel": "Right",
  11. "positionY": "Top",
  12. "colors": [
  13. "#ff8000",
  14. "#0000ff",
  15. "#ff00ff"
  16. ]
  17. },
  18. {
  19. "type": "Blur",
  20. "blur": "Heavy",
  21. "round": "Down"
  22. },
  23. {
  24. "type": "SetRenderMode",
  25. "blend": "Multiply",
  26. "adjustBlend": 175,
  27. "lineSize": 1,
  28. "enabled": true
  29. },
  30. {
  31. "type": "DotPlane",
  32. "rotationSpeed": 0,
  33. "colorTop": "#000000",
  34. "colorHigh": "#00c800",
  35. "colorMid": "#fdd344",
  36. "colorLow": "#ff0000",
  37. "colorBottom": "#ffff00",
  38. "angle": -90
  39. },
  40. {
  41. "type": "FadeOut",
  42. "speed": 3,
  43. "color": "#000000"
  44. },
  45. {
  46. "type": "Movement",
  47. "builtinEffect": "Swirling Around Both Ways At Once",
  48. "output": "50/50",
  49. "sourceMapped": false,
  50. "coordinates": 0,
  51. "bilinear": false,
  52. "wrap": false,
  53. "code": "r = r + (0.1 * sin(d * $PI * 5));"
  54. },
  55. {
  56. "type": "Movement",
  57. "output": "50/50",
  58. "sourceMapped": false,
  59. "coordinates": [
  60. null,
  61. 4
  62. ],
  63. "bilinear": false,
  64. "wrap": false,
  65. "code": "x=sin(x)"
  66. }
  67. ]
  68. }