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.

112 lines
2.1KB

  1. {
  2. "slug": "kocmoc",
  3. "name": "kocmoc",
  4. "version": "2.0.8",
  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": "DIOD",
  53. "name": "DIOD",
  54. "description": "4-pole Diode Ladder Filter",
  55. "tags": [
  56. "Filter",
  57. "Polyphonic"
  58. ]
  59. },
  60. {
  61. "slug": "uLADR",
  62. "name": "uLADR",
  63. "description": "4-pole Ladder Filter",
  64. "tags": [
  65. "Filter",
  66. "Polyphonic"
  67. ]
  68. },
  69. {
  70. "slug": "OP",
  71. "name": "OP",
  72. "description": "Phase-modulation operator",
  73. "tags": [
  74. "Oscillator",
  75. "Polyphonic"
  76. ]
  77. },
  78. {
  79. "slug": "PHASR",
  80. "name": "PHASR",
  81. "description": "Phasor oscillator",
  82. "tags": [
  83. "Oscillator"
  84. ]
  85. },
  86. {
  87. "slug": "MUL",
  88. "name": "MUL",
  89. "description": "Multiplier",
  90. "tags": [
  91. "Utility"
  92. ]
  93. },
  94. {
  95. "slug": "SKF",
  96. "name": "SKF",
  97. "description": "Sallen-Key filter",
  98. "tags": [
  99. "Filter",
  100. "Polyphonic"
  101. ]
  102. },
  103. {
  104. "slug": "DDLY",
  105. "name": "DDLY",
  106. "description": "Digital Delay",
  107. "tags": [
  108. "Delay"
  109. ]
  110. }
  111. ]
  112. }