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.

74 lines
1.4KB

  1. {
  2. "slug": "kocmoc",
  3. "name": "kocmoc",
  4. "version": "1.3.3",
  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. ]
  23. },
  24. {
  25. "slug": "TRG",
  26. "name": "TRG",
  27. "description": "Trigger Sequencer",
  28. "tags": [
  29. "Sequencer"
  30. ]
  31. },
  32. {
  33. "slug": "LADR",
  34. "name": "LADR",
  35. "description": "4-pole Ladder Filter",
  36. "tags": [
  37. "Filter"
  38. ]
  39. },
  40. {
  41. "slug": "OP",
  42. "name": "OP",
  43. "description": "Phase-modulation operator",
  44. "tags": [
  45. "Oscillator",
  46. "Polyphonic"
  47. ]
  48. },
  49. {
  50. "slug": "PHASR",
  51. "name": "PHASR",
  52. "description": "Phasor oscillator",
  53. "tags": [
  54. "Oscillator"
  55. ]
  56. },
  57. {
  58. "slug": "MUL",
  59. "name": "MUL",
  60. "description": "Multiplier",
  61. "tags": [
  62. "Utility"
  63. ]
  64. },
  65. {
  66. "slug": "SKF",
  67. "name": "SKF",
  68. "description": "Sallen-Key filter",
  69. "tags": [
  70. "Filter"
  71. ]
  72. }
  73. ]
  74. }