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.

50 lines
1.1KB

  1. {
  2. "slug": "Sckitam",
  3. "name": "Sckitam",
  4. "version": "1.0.3",
  5. "license": "GPL-3.0-only",
  6. "brand": "Sckitam",
  7. "author": "Philippe Salembier",
  8. "authorEmail": "",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/philippesalembier/SckitamVCV",
  12. "sourceUrl": "https://github.com/philippesalembier/SckitamVCV",
  13. "donateUrl": "https://PayPal.Me/Sckitam",
  14. "changelogUrl": "https://github.com/philippesalembier/SckitamVCV/blob/master/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "2DRotation",
  18. "name": "2DRotation",
  19. "description": "2D Rotation of 2 input signals",
  20. "tags": [
  21. "Utility"
  22. ]
  23. },
  24. {
  25. "slug": "2DAffine",
  26. "name": "2DAffine",
  27. "description": "2D Affine transform of 2 input signals",
  28. "tags": [
  29. "Utility"
  30. ]
  31. },
  32. {
  33. "slug": "MarkovSeq",
  34. "name": "MarkovSeq",
  35. "description": "Sequencer based on Markov chain",
  36. "tags": [
  37. "Sequencer",
  38. "Switch"
  39. ]
  40. },
  41. {
  42. "slug": "PolygonalVCO",
  43. "name": "PolygonalVCO",
  44. "description": "Polygonal VCO",
  45. "tags": [
  46. "VCO"
  47. ]
  48. }
  49. ]
  50. }