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.

66 lines
1.5KB

  1. {
  2. "slug": "Sckitam",
  3. "name": "Sckitam",
  4. "version": "1.0.5",
  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. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "2DAffine",
  27. "name": "2DAffine",
  28. "description": "2D Affine transform of 2 input signals",
  29. "tags": [
  30. "Utility",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "MarkovSeq",
  36. "name": "MarkovSeq",
  37. "description": "Sequencer/Switch based on Markov chain",
  38. "tags": [
  39. "Sequencer",
  40. "Switch",
  41. "Polyphonic"
  42. ]
  43. },
  44. {
  45. "slug": "PolygonalVCO",
  46. "name": "PolygonalVCO",
  47. "description": "Polygonal VCO",
  48. "tags": [
  49. "Oscillator",
  50. "Polyphonic"
  51. ]
  52. },
  53. {
  54. "slug": "WDelay",
  55. "name": "WaveguideDelay",
  56. "description": "High precision delay. Building block for waveguide, Karplus-Strong synthesis, Flanger and Chorus",
  57. "tags": [
  58. "Delay",
  59. "VCO",
  60. "Physical modeling",
  61. "Flanger",
  62. "Chorus"
  63. ]
  64. }
  65. ]
  66. }