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.

117 lines
3.8KB

  1. {
  2. "slug": "unless_modules",
  3. "name": "unless modules",
  4. "author": "\u00c1kos Plesznivy",
  5. "brand": "unless games",
  6. "version": "2.2.3",
  7. "license": "GPL-3.0-or-later",
  8. "authorEmail": "unlessgames@gmail.com",
  9. "pluginUrl": "https://gitlab.com/unlessgames/unless_modules",
  10. "authorUrl": "https://unlessgames.com/",
  11. "sourceUrl": "https://gitlab.com/unlessgames/unless_modules",
  12. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md",
  13. "changelogUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/CHANGELOG.md",
  14. "modules": [
  15. {
  16. "slug": "piong",
  17. "name": "piong",
  18. "description": "arcade modulator",
  19. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#piong",
  20. "tags": [
  21. "Sequencer",
  22. "Random"
  23. ]
  24. },
  25. {
  26. "slug": "markov",
  27. "name": "mr. chainkov",
  28. "description": "a markov-chain melody generator",
  29. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#mr-chainkov",
  30. "tags": [
  31. "Sequencer",
  32. "Random"
  33. ]
  34. },
  35. {
  36. "slug": "atoms",
  37. "name": "ATOMS",
  38. "description": "adjustable rotating octa-multi-switch",
  39. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#atoms",
  40. "tags": [
  41. "Switch",
  42. "Mixer",
  43. "Utility"
  44. ]
  45. },
  46. {
  47. "slug": "cantor",
  48. "name": "tancor",
  49. "description": "swinging gate machine based around a parametric binary tree, inspired by the cantor set",
  50. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#t%C3%A1ncor",
  51. "tags": [
  52. "Sequencer",
  53. "Clock generator"
  54. ]
  55. },
  56. {
  57. "slug": "room",
  58. "name": "room",
  59. "description": "a rack row arranger that can move complete rows of modules and add empty rows between existing ones for a faster workflow",
  60. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#room",
  61. "tags": [
  62. "Utility"
  63. ]
  64. },
  65. {
  66. "slug": "snake",
  67. "name": "SNAKIA",
  68. "description": "emulative snake game modulator",
  69. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#snakia",
  70. "tags": [
  71. "Random",
  72. "Sequencer"
  73. ]
  74. },
  75. {
  76. "slug": "towers",
  77. "name": "towers",
  78. "description": "dual fader bank, constant CV source with polyphonic io and mods. up to 16 faders each",
  79. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#towers",
  80. "tags": [
  81. "Attenuator",
  82. "Polyphonic",
  83. "Utility"
  84. ]
  85. },
  86. {
  87. "slug": "pianoid",
  88. "name": "pianoid",
  89. "description": "a compact piano for monitoring polyphonic v/oct signals from midi or other sources. includes sustain mode and manual note/chord inputting.",
  90. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#pianoid",
  91. "tags": [
  92. "Visual",
  93. "Polyphonic",
  94. "Controller",
  95. "Sample and hold"
  96. ]
  97. },
  98. {
  99. "slug": "premuter",
  100. "name": "pre-muter",
  101. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v1/manual/manual.md#pre-muter",
  102. "description": "mute signals for 1 second on Rack launch to avoid noise bursts",
  103. "tags": [
  104. "Utility"
  105. ]
  106. },
  107. {
  108. "slug": "avoider",
  109. "name": "avoider",
  110. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v2/manual/manual.md#avoider",
  111. "description": "correct v/oct signals to avoid certain intervals in relation to a chord, inspired by the 'avoid note' concept from music theory",
  112. "tags": [
  113. "Quantizer"
  114. ]
  115. }
  116. ]
  117. }