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.

210 lines
5.4KB

  1. {
  2. "slug": "TinyTricks",
  3. "name": "Tiny Tricks",
  4. "brand": "Tiny Tricks",
  5. "version": "1.4.0",
  6. "license": "MIT",
  7. "author": "Thomas Ren\u00e9 Sidor",
  8. "authorEmail": "mail@thomassidor.com",
  9. "authorUrl": "https://thomassidor.com",
  10. "pluginUrl": "https://github.com/thomassidor/tinytricks",
  11. "manualUrl": "https://github.com/thomassidor/tinytricks",
  12. "sourceUrl": "https://github.com/thomassidor/tinytricks",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/thomassidor/tinytricks",
  15. "modules": [
  16. {
  17. "slug": "SH16",
  18. "name": "Sample and hold x16",
  19. "description": "Get 16 random values on trigger (sample and hold). Internal noise only.",
  20. "tags": [
  21. "sample and hold",
  22. "utility",
  23. "random"
  24. ]
  25. },
  26. {
  27. "slug": "MG1",
  28. "name": "Modulation Generator x1",
  29. "description": "Get a random value (S&H on internal noise) or LFO with random state (rate, waveform, scale, phase) generated on a trigger. Settings for variance and bias of random, whether to include S&H values and unipolar or bipolar.",
  30. "tags": [
  31. "sample and hold",
  32. "utility",
  33. "low-frequency oscillator",
  34. "random"
  35. ]
  36. },
  37. {
  38. "slug": "MG8",
  39. "name": "Modulation Generator x8",
  40. "description": "Get up to 8 random value (S&H on internal noise) or LFO with random state (rate, waveform, scale, phase) generated on a trigger. Settings for variance and bias of random, whether to include S&H values and unipolar or bipolar.",
  41. "tags": [
  42. "sample and hold",
  43. "utility",
  44. "low-frequency oscillator"
  45. ]
  46. },
  47. {
  48. "slug": "MG16",
  49. "name": "Modulation Generator x16",
  50. "description": "Get up to 16 random value (S&H on internal noise) or LFO with random state (rate, waveform, scale, phase) generated on a trigger. Settings for variance and bias of random, whether to include S&H values and unipolar or bipolar.",
  51. "tags": [
  52. "sample and hold",
  53. "utility",
  54. "low-frequency oscillator"
  55. ]
  56. },
  57. {
  58. "slug": "A8",
  59. "name": "Attenuator x8",
  60. "description": "8x attenuators with same level.",
  61. "tags": [
  62. "utility",
  63. "attenuator"
  64. ]
  65. },
  66. {
  67. "slug": "RM8",
  68. "name": "Random Mute x8",
  69. "description": "Randomly mute a defined number of 1-8 channels.",
  70. "tags": [
  71. "utility",
  72. "switch"
  73. ]
  74. },
  75. {
  76. "slug": "RM8S",
  77. "name": "Random Stereo Mute x8",
  78. "description": "Randomly mute a defined number of 1-8 stereo channels.",
  79. "tags": [
  80. "utility",
  81. "switch"
  82. ]
  83. },
  84. {
  85. "slug": "TT-A",
  86. "name": "Arithmetic",
  87. "description": "A bunch of arithmetic tricks on two inputs.",
  88. "tags": [
  89. "utility"
  90. ]
  91. },
  92. {
  93. "slug": "TT-L",
  94. "name": "Logic",
  95. "description": "A bunch of logic tricks on two inputs.",
  96. "tags": [
  97. "utility",
  98. "logic"
  99. ]
  100. },
  101. {
  102. "slug": "TTSIN",
  103. "name": "Sine Oscillator",
  104. "description": "A tiny sine based oscillator.",
  105. "tags": [
  106. "oscillator"
  107. ]
  108. },
  109. {
  110. "slug": "TTSAW",
  111. "name": "Saw Oscillator",
  112. "description": "A tiny saw based oscillator.",
  113. "tags": [
  114. "oscillator"
  115. ]
  116. },
  117. {
  118. "slug": "TTSQR",
  119. "name": "Square Oscillator",
  120. "description": "A tiny square based oscillator.",
  121. "tags": [
  122. "oscillator"
  123. ]
  124. },
  125. {
  126. "slug": "TTTRI",
  127. "name": "Triangle Oscillator",
  128. "description": "A tiny triangle based oscillator.",
  129. "tags": [
  130. "oscillator"
  131. ]
  132. },
  133. {
  134. "slug": "TTSINPLUS",
  135. "name": "Sine+ Oscillator",
  136. "description": "Three sine based oscillators with detune and sync.",
  137. "tags": [
  138. "oscillator"
  139. ]
  140. },
  141. {
  142. "slug": "TTSAWPLUS",
  143. "name": "Sawtooth+ Oscillator",
  144. "description": "Three sawtooth based oscillators with detune and sync.",
  145. "tags": [
  146. "oscillator"
  147. ]
  148. },
  149. {
  150. "slug": "TTSQRPLUS",
  151. "name": "Square+ Oscillator",
  152. "description": "Three square based oscillators with detune and sync.",
  153. "tags": [
  154. "oscillator"
  155. ]
  156. },
  157. {
  158. "slug": "TTTRIPLUS",
  159. "name": "Triangle+ Oscillator",
  160. "description": "Three triangle based oscillators with detune and sync.",
  161. "tags": [
  162. "oscillator"
  163. ]
  164. },
  165. {
  166. "slug": "RX8",
  167. "name": "Random Mix x8",
  168. "description": "Randomly mix 8 channels.",
  169. "tags": [
  170. "switch",
  171. "random",
  172. "utility"
  173. ]
  174. },
  175. {
  176. "slug": "SN1",
  177. "name": "Simplex Noise LFO",
  178. "description": "Low-frequency oscillator based on simplex noise.",
  179. "tags": [
  180. "low-frequency oscillator",
  181. "random"
  182. ]
  183. },
  184. {
  185. "slug": "SN8",
  186. "name": "Simplex Noise LFO x8",
  187. "description": "8x Low-frequency oscillators based on simplex noise.",
  188. "tags": [
  189. "low-frequency oscillator",
  190. "random"
  191. ]
  192. },
  193. {
  194. "slug": "SNOSC",
  195. "name": "Simplex Oscillator",
  196. "description": "A oscillator based on a simplex noise source.",
  197. "tags": [
  198. "oscillator"
  199. ]
  200. },
  201. {
  202. "slug": "WAVE",
  203. "name": "Wavetable Oscillator",
  204. "description": "A wavetable oscillator where you can record your own waves.",
  205. "tags": [
  206. "oscillator"
  207. ]
  208. }
  209. ]
  210. }