You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.0KB

  1. {
  2. "slug": "silver-Visions",
  3. "name": "Visions",
  4. "description": "VideoSynth modules",
  5. "version": "2.0.0",
  6. "license": "CC-PDDC",
  7. "brand": "Visions",
  8. "author": "silver",
  9. "authorEmail": "",
  10. "authorUrl": "https://silverygrey.itch.io",
  11. "pluginUrl": "https://github.com/silver-ag/visions",
  12. "manualUrl": "https://github.com/silver-ag/visions/tree/main?tab=readme-ov-file#visions",
  13. "sourceUrl": "https://github.com/silver-ag/visions",
  14. "donateUrl": "",
  15. "changelogUrl": "",
  16. "modules": [
  17. {
  18. "slug": "VideoOut",
  19. "name": "VideoOut",
  20. "description": "video synth output",
  21. "manualUrl": "https://github.com/silver-ag/visions/tree/main?tab=readme-ov-file#videoout",
  22. "tags": [
  23. "visual",
  24. "polyphonic"
  25. ]
  26. },
  27. {
  28. "slug": "ImageIn",
  29. "name": "ImageIn",
  30. "description": "read from an image file as sound data",
  31. "manualUrl": "https://github.com/silver-ag/visions/tree/main?tab=readme-ov-file#imagein",
  32. "tags": [
  33. "visual",
  34. "polyphonic"
  35. ]
  36. },
  37. {
  38. "slug": "PathGenerator",
  39. "name": "PathGenerator",
  40. "description": "oscillator for generating position inputs for videosynth modules",
  41. "manualUrl": "https://github.com/silver-ag/visions/tree/main?tab=readme-ov-file#pathgenerator",
  42. "tags": [
  43. "visual",
  44. "polyphonic",
  45. "oscillator"
  46. ]
  47. },
  48. {
  49. "slug": "CoordinateFolder",
  50. "name": "CoordinateFolder",
  51. "description": "fold a 2d vector onto a subset of the plane",
  52. "manualUrl": "https://github.com/silver-ag/visions/tree/main?tab=readme-ov-file#coordinatefolder",
  53. "tags": [
  54. "polyphonic"
  55. ]
  56. },
  57. {
  58. "slug": "AffineTransform",
  59. "name": "AffineTransform",
  60. "description": "apply cv-controllable affine transforms to 2d vectors",
  61. "manualUrl": "https://github.com/silver-ag/visions/tree/main?tab=readme-ov-file#affinetransform",
  62. "tags": [
  63. "polyphonic"
  64. ]
  65. }
  66. ]
  67. }