My old collection of Winamp AVS visualisations

propan-butan_2_-_darkwave.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "propan-butan_2_-_darkwave",
  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": "Adjustable",
  14. "adjustBlend": 155,
  15. "lineSize": 1,
  16. "enabled": true
  17. },
  18. {
  19. "type": "Movement",
  20. "builtinEffect": "Bubbling Outward",
  21. "output": "Replace",
  22. "sourceMapped": false,
  23. "coordinates": 0,
  24. "bilinear": true,
  25. "wrap": false,
  26. "code": "t = sin(d * $PI);\r\nd = d - (8*t*t*t*t*t)/sqrt((sw*sw+sh*sh)/4);"
  27. },
  28. {
  29. "type": "SuperScope",
  30. "version": true,
  31. "code": {
  32. "init": "n=200",
  33. "perFrame": "",
  34. "onBeat": "",
  35. "perPoint": "iz=1.3+sin(r+i*$PI*2)*(v+0.5)*0.88; ix=cos(r+i*$PI*2)*(v+0.5)*.88; iy=-0.3+abs(cos(v*$PI)); x=ix/iz;y=iy/iz;"
  36. },
  37. "audioChannel": "Center",
  38. "audioSource": "Waveform",
  39. "colors": [
  40. "#ff0000",
  41. "#ffff00",
  42. "#00ff00",
  43. "#00ffff",
  44. "#0000ff",
  45. "#ff00ff"
  46. ],
  47. "lineType": "Lines"
  48. },
  49. {
  50. "type": "Blur",
  51. "blur": "Medium",
  52. "round": "Down"
  53. }
  54. ]
  55. }