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.

156 lines
3.3KB

  1. {
  2. "slug": "MockbaModular",
  3. "name": "Mockba Modular",
  4. "version": "1.0.9",
  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. "Polyphonic"
  31. ]
  32. },
  33. {
  34. "slug": "Mixah",
  35. "name": "Mixah",
  36. "description": "Simple two signal mixer",
  37. "tags": [
  38. "Mixer",
  39. "Polyphonic"
  40. ]
  41. },
  42. {
  43. "slug": "Dividah",
  44. "name": "Dividah",
  45. "description": "Simple clock divider",
  46. "tags": [
  47. "Clock modulator"
  48. ]
  49. },
  50. {
  51. "slug": "Countah",
  52. "name": "Countah",
  53. "description": "Simple clock counter",
  54. "tags": [
  55. "Clock modulator"
  56. ]
  57. },
  58. {
  59. "slug": "Selectah",
  60. "name": "Selectah",
  61. "description": "Simple 4 to 1 selector",
  62. "tags": [
  63. "Utility",
  64. "Polyphonic"
  65. ]
  66. },
  67. {
  68. "slug": "CZSaw",
  69. "name": "CZSaw",
  70. "description": "Simple CZ style SAW oscillator",
  71. "tags": [
  72. "Oscillator",
  73. "Polyphonic"
  74. ]
  75. },
  76. {
  77. "slug": "CZSquare",
  78. "name": "CZSquare",
  79. "description": "Simple CZ style SQUARE oscillator",
  80. "tags": [
  81. "Oscillator",
  82. "Polyphonic"
  83. ]
  84. },
  85. {
  86. "slug": "CZPulse",
  87. "name": "CZPulse",
  88. "description": "Simple CZ style PULSE oscillator",
  89. "tags": [
  90. "Oscillator",
  91. "Polyphonic"
  92. ]
  93. },
  94. {
  95. "slug": "CZDblSine",
  96. "name": "CZDblSine",
  97. "description": "Simple CZ style DBLSINE oscillator",
  98. "tags": [
  99. "Oscillator",
  100. "Polyphonic"
  101. ]
  102. },
  103. {
  104. "slug": "CZSawPulse",
  105. "name": "CZSawPulse",
  106. "description": "Simple CZ style SAWPULSE oscillator",
  107. "tags": [
  108. "Oscillator",
  109. "Polyphonic"
  110. ]
  111. },
  112. {
  113. "slug": "CZReso1",
  114. "name": "CZReso1",
  115. "description": "Simple CZ style RESO1 oscillator",
  116. "tags": [
  117. "Oscillator",
  118. "Polyphonic"
  119. ]
  120. },
  121. {
  122. "slug": "CZReso2",
  123. "name": "CZReso2",
  124. "description": "Simple CZ style RESO2 oscillator",
  125. "tags": [
  126. "Oscillator",
  127. "Polyphonic"
  128. ]
  129. },
  130. {
  131. "slug": "CZReso3",
  132. "name": "CZReso3",
  133. "description": "Simple CZ style RESO3 oscillator",
  134. "tags": [
  135. "Oscillator",
  136. "Polyphonic"
  137. ]
  138. },
  139. {
  140. "slug": "UDPClockMaster",
  141. "name": "Mastah",
  142. "description": "UDP Clock Synchronizer (Master)",
  143. "tags": [
  144. "Utility"
  145. ]
  146. },
  147. {
  148. "slug": "UDPClockSlave",
  149. "name": "Slavah",
  150. "description": "UDP Clock Synchronizer (Slave)",
  151. "tags": [
  152. "Utility"
  153. ]
  154. }
  155. ]
  156. }