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.

103 lines
1.9KB

  1. {
  2. "slug": "kocmoc",
  3. "name": "kocmoc",
  4. "version": "2.0.6",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "kocmoc",
  7. "author": "janne808",
  8. "authorEmail": "janne808@radiofreerobotron.net",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "",
  12. "sourceUrl": "https://github.com/janne808/kocmoc-rack-modules/",
  13. "donateUrl": "https://ko-fi.com/janne808",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "SVF-1",
  18. "name": "SVF",
  19. "description": "State Variable Filter",
  20. "tags": [
  21. "Filter",
  22. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "uSVF",
  27. "name": "uSVF",
  28. "description": "State Variable Filter",
  29. "tags": [
  30. "Filter",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "TRG",
  36. "name": "TRG",
  37. "description": "Trigger Sequencer",
  38. "tags": [
  39. "Sequencer"
  40. ]
  41. },
  42. {
  43. "slug": "LADR",
  44. "name": "LADR",
  45. "description": "4-pole Ladder Filter",
  46. "tags": [
  47. "Filter",
  48. "Polyphonic"
  49. ]
  50. },
  51. {
  52. "slug": "uLADR",
  53. "name": "uLADR",
  54. "description": "4-pole Ladder Filter",
  55. "tags": [
  56. "Filter",
  57. "Polyphonic"
  58. ]
  59. },
  60. {
  61. "slug": "OP",
  62. "name": "OP",
  63. "description": "Phase-modulation operator",
  64. "tags": [
  65. "Oscillator",
  66. "Polyphonic"
  67. ]
  68. },
  69. {
  70. "slug": "PHASR",
  71. "name": "PHASR",
  72. "description": "Phasor oscillator",
  73. "tags": [
  74. "Oscillator"
  75. ]
  76. },
  77. {
  78. "slug": "MUL",
  79. "name": "MUL",
  80. "description": "Multiplier",
  81. "tags": [
  82. "Utility"
  83. ]
  84. },
  85. {
  86. "slug": "SKF",
  87. "name": "SKF",
  88. "description": "Sallen-Key filter",
  89. "tags": [
  90. "Filter",
  91. "Polyphonic"
  92. ]
  93. },
  94. {
  95. "slug": "DDLY",
  96. "name": "DDLY",
  97. "description": "Digital Delay",
  98. "tags": [
  99. "Delay"
  100. ]
  101. }
  102. ]
  103. }