My old collection of Winamp AVS visualisations

psychedelic_disco_circus.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "psychedelic_disco_circus",
  3. "date": "2014-05-12T21:40:39.000Z",
  4. "clearFrame": false,
  5. "components": [
  6. {
  7. "type": "OnBeatClear",
  8. "color": "#808080",
  9. "output": "Replace",
  10. "clearBeats": 1
  11. },
  12. {
  13. "type": "BassSpin",
  14. "enabledLeft": true,
  15. "enabledRight": true,
  16. "colorLeft": "#0000ff",
  17. "colorRight": "#00ffff",
  18. "mode": "Triangles"
  19. },
  20. {
  21. "type": "Ring",
  22. "audioChannel": "Center",
  23. "positionX": "Center",
  24. "colors": [
  25. "#ff0000"
  26. ],
  27. "size": 11
  28. },
  29. {
  30. "type": "Unknown: (9)"
  31. },
  32. {
  33. "type": "DotGrid",
  34. "colors": [
  35. "#ffff00"
  36. ],
  37. "spacing": 8,
  38. "speedX": 384,
  39. "speedY": 160,
  40. "output": "50/50"
  41. },
  42. {
  43. "type": "SetRenderMode",
  44. "blend": "Adjustable",
  45. "adjustBlend": 36,
  46. "lineSize": 5,
  47. "enabled": true
  48. },
  49. {
  50. "type": "OscilliscopeStar",
  51. "audioChannel": "Center",
  52. "positionX": "Center",
  53. "colors": [
  54. "#ffff00"
  55. ],
  56. "size": 15,
  57. "rotation": 2
  58. },
  59. {
  60. "type": "SuperScope",
  61. "version": true,
  62. "code": {
  63. "init": "n=100;t=0;",
  64. "perFrame": "t=t+0.01;",
  65. "onBeat": "n=10+rand(20.0)",
  66. "perPoint": "r=i*3.14159*128+t; x=cos(r/64)*0.7+sin(r)*0.3; y=sin(r/64)*0.7+cos(r)*0.3"
  67. },
  68. "audioChannel": "Center",
  69. "audioSource": "Waveform",
  70. "colors": [
  71. "#ff0000"
  72. ],
  73. "lineType": "Lines"
  74. },
  75. {
  76. "type": "FadeOut",
  77. "speed": 74,
  78. "color": "#000000"
  79. },
  80. {
  81. "type": "Blur",
  82. "blur": "Heavy",
  83. "round": "Down"
  84. },
  85. {
  86. "type": "Mirror",
  87. "enabled": true,
  88. "topToBottom": true,
  89. "bottomToTop": true,
  90. "leftToRight": true,
  91. "rightToLeft": true,
  92. "onBeat": true,
  93. "smooth": false,
  94. "speed": 2
  95. }
  96. ]
  97. }