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.

113 lines
2.4KB

  1. {
  2. "slug": "MockbaModular",
  3. "name": "Mockba Modular",
  4. "version": "1.0.7",
  5. "license": "MIT",
  6. "brand": "Mockba Modular",
  7. "author": "Mockba the Borg",
  8. "authorEmail": "mockba.the.borg@gmail.com",
  9. "authorUrl": "http://mockbatheb.org/",
  10. "pluginUrl": "https://github.com/MockbaTheBorg/MockbaModular",
  11. "manualUrl": "https://github.com/MockbaTheBorg/MockbaModular/blob/master/README.md",
  12. "sourceUrl": "https://github.com/MockbaTheBorg/MockbaModular",
  13. "donateUrl": "http://paypal.me/MockbaTheBorg",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Blank",
  18. "name": "Blank",
  19. "description": "Simple blank",
  20. "tags": [
  21. "Blank"
  22. ]
  23. },
  24. {
  25. "slug": "Feidah",
  26. "name": "Feidah",
  27. "description": "Simple signal fader",
  28. "tags": [
  29. "Attenuator"
  30. ]
  31. },
  32. {
  33. "slug": "Mixah",
  34. "name": "Mixah",
  35. "description": "Simple two signal mixer",
  36. "tags": [
  37. "mixer"
  38. ]
  39. },
  40. {
  41. "slug": "Dividah",
  42. "name": "Dividah",
  43. "description": "Simple clock divider",
  44. "tags": [
  45. "Clock modulator"
  46. ]
  47. },
  48. {
  49. "slug": "Countah",
  50. "name": "Countah",
  51. "description": "Simple clock counter",
  52. "tags": [
  53. "Clock modulator"
  54. ]
  55. },
  56. {
  57. "slug": "Selectah",
  58. "name": "Selectah",
  59. "description": "Simple 4 to 1 selector",
  60. "tags": [
  61. "Utility"
  62. ]
  63. },
  64. {
  65. "slug": "CZSaw",
  66. "name": "CZSaw",
  67. "description": "Simple CZ style SAW oscillator",
  68. "tags": [
  69. "Oscillator"
  70. ]
  71. },
  72. {
  73. "slug": "CZSquare",
  74. "name": "CZSquare",
  75. "description": "Simple CZ style SQUARE oscillator",
  76. "tags": [
  77. "Oscillator"
  78. ]
  79. },
  80. {
  81. "slug": "CZPulse",
  82. "name": "CZPulse",
  83. "description": "Simple CZ style PULSE oscillator",
  84. "tags": [
  85. "Oscillator"
  86. ]
  87. },
  88. {
  89. "slug": "CZReso",
  90. "name": "CZReso",
  91. "description": "Simple CZ style RESO oscillator",
  92. "tags": [
  93. "Oscillator"
  94. ]
  95. },
  96. {
  97. "slug": "UDPClockMaster",
  98. "name": "Mastah",
  99. "description": "UDP Clock Synchronizer (Master)",
  100. "tags": [
  101. "Utility"
  102. ]
  103. },
  104. {
  105. "slug": "UDPClockSlave",
  106. "name": "Slavah",
  107. "description": "UDP Clock Synchronizer (Slave)",
  108. "tags": [
  109. "Utility"
  110. ]
  111. }
  112. ]
  113. }