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.

75 lines
1.8KB

  1. {
  2. "slug": "Sckitam",
  3. "name": "Sckitam",
  4. "version": "2.0.1",
  5. "license": "GPL-3.0-only",
  6. "brand": "Sckitam",
  7. "author": "Philippe Salembier",
  8. "authorEmail": "philippe.salembier@me.com",
  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": "FIFOQueue",
  36. "name": "FIFOQueue",
  37. "description": "First-in First-out Queue",
  38. "tags": [
  39. "Sample and hold",
  40. "Sequencer"
  41. ]
  42. },
  43. {
  44. "slug": "MarkovSeq",
  45. "name": "MarkovSeq",
  46. "description": "Sequencer/Switch based on Markov chain",
  47. "tags": [
  48. "Sequencer",
  49. "Switch",
  50. "Polyphonic"
  51. ]
  52. },
  53. {
  54. "slug": "PolygonalVCO",
  55. "name": "PolygonalVCO",
  56. "description": "Polygonal VCO",
  57. "tags": [
  58. "Oscillator",
  59. "Polyphonic"
  60. ]
  61. },
  62. {
  63. "slug": "WDelay",
  64. "name": "WaveguideDelay",
  65. "description": "High precision delay. Building block for waveguide, Karplus-Strong synthesis, Flanger and Chorus",
  66. "tags": [
  67. "Delay",
  68. "VCO",
  69. "Physical modeling",
  70. "Flanger",
  71. "Chorus"
  72. ]
  73. }
  74. ]
  75. }