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.

85 lines
1.6KB

  1. {
  2. "slug": "kocmoc",
  3. "name": "kocmoc",
  4. "version": "2.0.2",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "kocmoc",
  7. "author": "janne808",
  8. "authorEmail": "janne808@radiofreerobotron.net",
  9. "authorUrl": "https://radiofreerobotron.net/blog/",
  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": "TRG",
  27. "name": "TRG",
  28. "description": "Trigger Sequencer",
  29. "tags": [
  30. "Sequencer"
  31. ]
  32. },
  33. {
  34. "slug": "LADR",
  35. "name": "LADR",
  36. "description": "4-pole Ladder Filter",
  37. "tags": [
  38. "Filter",
  39. "Polyphonic"
  40. ]
  41. },
  42. {
  43. "slug": "OP",
  44. "name": "OP",
  45. "description": "Phase-modulation operator",
  46. "tags": [
  47. "Oscillator",
  48. "Polyphonic"
  49. ]
  50. },
  51. {
  52. "slug": "PHASR",
  53. "name": "PHASR",
  54. "description": "Phasor oscillator",
  55. "tags": [
  56. "Oscillator"
  57. ]
  58. },
  59. {
  60. "slug": "MUL",
  61. "name": "MUL",
  62. "description": "Multiplier",
  63. "tags": [
  64. "Utility"
  65. ]
  66. },
  67. {
  68. "slug": "SKF",
  69. "name": "SKF",
  70. "description": "Sallen-Key filter",
  71. "tags": [
  72. "Filter",
  73. "Polyphonic"
  74. ]
  75. },
  76. {
  77. "slug": "DDLY",
  78. "name": "DDLY",
  79. "description": "Digital Delay",
  80. "tags": [
  81. "Delay"
  82. ]
  83. }
  84. ]
  85. }