My old collection of Winamp AVS visualisations

propan-butan_1_-_peacock.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "propan-butan_1_-_peacock",
  3. "date": "2014-05-12T21:40:39.000Z",
  4. "clearFrame": false,
  5. "components": [
  6. {
  7. "type": "FadeOut",
  8. "speed": 16,
  9. "color": "#000000"
  10. },
  11. {
  12. "type": "SetRenderMode",
  13. "blend": "Additive",
  14. "adjustBlend": 0,
  15. "lineSize": 5,
  16. "enabled": true
  17. },
  18. {
  19. "type": "SuperScope",
  20. "version": true,
  21. "code": {
  22. "init": "n=20",
  23. "perFrame": "t=t-0.01-b*10",
  24. "onBeat": "",
  25. "perPoint": "d=i+v*0.05; r=t+i-5*v; x=cos(r); y=sin(r)"
  26. },
  27. "audioChannel": "Center",
  28. "audioSource": "Waveform",
  29. "colors": [
  30. "#ff0000",
  31. "#ffff00",
  32. "#00ff00",
  33. "#00ffff",
  34. "#0000ff",
  35. "#ff00ff"
  36. ],
  37. "lineType": "Lines"
  38. },
  39. {
  40. "type": "Movement",
  41. "builtinEffect": "Sunburster",
  42. "output": "Replace",
  43. "sourceMapped": false,
  44. "coordinates": 0,
  45. "bilinear": false,
  46. "wrap": false,
  47. "code": "d = d * (0.94 + (cos((r-$PI*0.5) * 32.0) * 0.06));"
  48. },
  49. {
  50. "type": "Blur",
  51. "blur": "Medium",
  52. "round": "Down"
  53. }
  54. ]
  55. }