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.

162 lines
4.3KB

  1. {
  2. "slug": "NonlinearCircuits",
  3. "name": "Nonlinear Circuits",
  4. "version": "1.4.1",
  5. "license": "GPL-3.0-only",
  6. "author": "Michael Hetrick",
  7. "authorEmail": "",
  8. "authorUrl": "https://mhetrick.com",
  9. "pluginUrl": "http://nonlinearcircuits.blogspot.com/",
  10. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  11. "sourceUrl": "https://github.com/mhetrick/nonlinearcircuits",
  12. "modules": [
  13. {
  14. "slug": "4Seq",
  15. "name": "4Seq",
  16. "description": "Dual sequencer and clock divider. Panel by jk.",
  17. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  18. "tags": [
  19. "Sequencer",
  20. "Hardware Clone",
  21. "Clock Modulator"
  22. ]
  23. },
  24. {
  25. "slug": "8BitCipher",
  26. "name": "8-Bit Cipher",
  27. "description": "Dual sequencer and clock divider. Panel by jk.",
  28. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  29. "tags": [
  30. "Sequencer",
  31. "Hardware Clone",
  32. "Clock Modulator"
  33. ]
  34. },
  35. {
  36. "slug": "BOOLs",
  37. "name": "BOOLs",
  38. "description": "Four binary logic jumblers. Panel by Papernoise.",
  39. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits#bools",
  40. "tags": [
  41. "Logic",
  42. "Hardware Clone",
  43. "Quad"
  44. ]
  45. },
  46. {
  47. "slug": "DivideConquer",
  48. "name": "Divide & Conquer",
  49. "description": "More clock dividers than you will ever need.",
  50. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  51. "tags": [
  52. "Logic",
  53. "Clock Modulator",
  54. "Hardware Clone"
  55. ]
  56. },
  57. {
  58. "slug": "DivineCMOS",
  59. "name": "Divine CMOS",
  60. "description": "Waveform and clock divider with multiple divison outputs, slew, and a mixer.",
  61. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  62. "tags": [
  63. "Logic",
  64. "Hardware Clone"
  65. ]
  66. },
  67. {
  68. "slug": "DoubleNeuron",
  69. "name": "Double Neuron",
  70. "description": "Two Neurons and Two Difference Rectifiers. Panel by Papernoise.",
  71. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits#double-neuron",
  72. "tags": [
  73. "Mixer",
  74. "Noise",
  75. "Utility",
  76. "Random",
  77. "Hardware Clone",
  78. "Dual"
  79. ]
  80. },
  81. {
  82. "slug": "GENiE",
  83. "name": "GENiE",
  84. "description": "Three Neurons tangled together in a feedback network of chaos. Panel by jk.",
  85. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  86. "tags": [
  87. "Mixer",
  88. "Noise",
  89. "Utility",
  90. "Random",
  91. "Hardware Clone"
  92. ]
  93. },
  94. {
  95. "slug": "LetsSplosh",
  96. "name": "Let's Splosh",
  97. "description": "Four inputs run into lots of Difference Rectifiers for many output variations. Panel by Papernoise.",
  98. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits#lets-splosh",
  99. "tags": [
  100. "Mixer",
  101. "Noise",
  102. "Utility",
  103. "Random",
  104. "Hardware Clone",
  105. "Quad"
  106. ]
  107. },
  108. {
  109. "slug": "Neuron",
  110. "name": "Neuron",
  111. "description": "3-input comparator and Difference Rectifier for creating unpredictable interactions. Panel by jk.",
  112. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  113. "tags": [
  114. "Mixer",
  115. "Noise",
  116. "Utility",
  117. "Random",
  118. "Hardware Clone",
  119. "Dual"
  120. ]
  121. },
  122. {
  123. "slug": "Numberwang",
  124. "name": "Numberwang",
  125. "description": "Four gates make sixteen. That's Numberwang! Panel by jk.",
  126. "tags": [
  127. "Logic",
  128. "Hardware Clone"
  129. ]
  130. },
  131. {
  132. "slug": "Segue",
  133. "name": "Segue",
  134. "description": "Stereo channel-flipping panner, crossfader, or VCA",
  135. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  136. "tags": [
  137. "Mixer",
  138. "Hardware Clone"
  139. ]
  140. },
  141. {
  142. "slug": "SquidAxon",
  143. "name": "Squid Axon",
  144. "description": "Mixer, Shift Register, and Feedback. Panel by Jason Wehmhoener.",
  145. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits#squid-axon",
  146. "tags": [
  147. "Mixer",
  148. "Random",
  149. "Hardware Clone"
  150. ]
  151. },
  152. {
  153. "slug": "Statues",
  154. "name": "Statues",
  155. "description": "1->8 Signal switch using binary inputs. Panel by jk.",
  156. "tags": [
  157. "Logic",
  158. "Hardware Clone"
  159. ]
  160. }
  161. ]
  162. }