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.

151 lines
4.0KB

  1. {
  2. "slug": "NonlinearCircuits",
  3. "name": "Nonlinear Circuits",
  4. "version": "1.3.0",
  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": "DivineCMOS",
  48. "name": "Divine CMOS",
  49. "description": "Waveform and clock divider with multiple divison outputs, slew, and a mixer.",
  50. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  51. "tags": [
  52. "Logic",
  53. "Hardware Clone"
  54. ]
  55. },
  56. {
  57. "slug": "DoubleNeuron",
  58. "name": "Double Neuron",
  59. "description": "Two Neurons and Two Difference Rectifiers. Panel by Papernoise.",
  60. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits#double-neuron",
  61. "tags": [
  62. "Mixer",
  63. "Noise",
  64. "Utility",
  65. "Random",
  66. "Hardware Clone",
  67. "Dual"
  68. ]
  69. },
  70. {
  71. "slug": "GENiE",
  72. "name": "GENiE",
  73. "description": "Three Neurons tangled together in a feedback network of chaos. Panel by jk.",
  74. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  75. "tags": [
  76. "Mixer",
  77. "Noise",
  78. "Utility",
  79. "Random",
  80. "Hardware Clone"
  81. ]
  82. },
  83. {
  84. "slug": "LetsSplosh",
  85. "name": "Let's Splosh",
  86. "description": "Four inputs run into lots of Difference Rectifiers for many output variations. Panel by Papernoise.",
  87. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits#lets-splosh",
  88. "tags": [
  89. "Mixer",
  90. "Noise",
  91. "Utility",
  92. "Random",
  93. "Hardware Clone",
  94. "Quad"
  95. ]
  96. },
  97. {
  98. "slug": "Neuron",
  99. "name": "Neuron",
  100. "description": "3-input comparator and Difference Rectifier for creating unpredictable interactions. Panel by jk.",
  101. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  102. "tags": [
  103. "Mixer",
  104. "Noise",
  105. "Utility",
  106. "Random",
  107. "Hardware Clone",
  108. "Dual"
  109. ]
  110. },
  111. {
  112. "slug": "Numberwang",
  113. "name": "Numberwang",
  114. "description": "Four gates make sixteen. That's Numberwang! Panel by jk.",
  115. "tags": [
  116. "Logic",
  117. "Hardware Clone"
  118. ]
  119. },
  120. {
  121. "slug": "Segue",
  122. "name": "Segue",
  123. "description": "Stereo channel-flipping panner, crossfader, or VCA",
  124. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits",
  125. "tags": [
  126. "Mixer",
  127. "Hardware Clone"
  128. ]
  129. },
  130. {
  131. "slug": "SquidAxon",
  132. "name": "Squid Axon",
  133. "description": "Mixer, Shift Register, and Feedback. Panel by Jason Wehmhoener.",
  134. "manualUrl": "https://github.com/mhetrick/nonlinearcircuits#squid-axon",
  135. "tags": [
  136. "Mixer",
  137. "Random",
  138. "Hardware Clone"
  139. ]
  140. },
  141. {
  142. "slug": "Statues",
  143. "name": "Statues",
  144. "description": "1->8 Signal switch using binary inputs. Panel by jk.",
  145. "tags": [
  146. "Logic",
  147. "Hardware Clone"
  148. ]
  149. }
  150. ]
  151. }