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.

86 lines
2.5KB

  1. {
  2. "slug": "unless_modules",
  3. "name": "unless modules",
  4. "author": "unless games",
  5. "version": "1.1.1",
  6. "license": "GPL-3.0-only",
  7. "authorEmail": "unlessgames@gmail.com",
  8. "pluginUrl": "https://gitlab.com/unlessgames/unless_modules",
  9. "authorUrl": "https://unlessgames.com/",
  10. "sourceUrl": "https://gitlab.com/unlessgames/unless_modules",
  11. "manualUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v1/README.md",
  12. "changelogUrl": "https://gitlab.com/unlessgames/unless_modules/-/blob/v1/CHANGELOG.md",
  13. "modules": [
  14. {
  15. "slug": "piong",
  16. "name": "piong",
  17. "description": "arcade modulator",
  18. "manualUrl": "https://gitlab.com/unlessgames/unless_modules#piong",
  19. "tags": [
  20. "Sequencer",
  21. "Random"
  22. ]
  23. },
  24. {
  25. "slug": "markov",
  26. "name": "Mr. Chainkov",
  27. "description": "a markov-chain melody generator",
  28. "manualUrl": "https://gitlab.com/unlessgames/unless_modules#mr-chainkov",
  29. "tags": [
  30. "Sequencer",
  31. "Random"
  32. ]
  33. },
  34. {
  35. "slug": "atoms",
  36. "name": "atoms",
  37. "description": "adjustable rotating octa-multi-switch",
  38. "manualUrl": "https://gitlab.com/unlessgames/unless_modules#atoms",
  39. "tags": [
  40. "Switch",
  41. "Mixer",
  42. "Utility"
  43. ]
  44. },
  45. {
  46. "slug": "cantor",
  47. "name": "tancor",
  48. "description": "swinging gate machine based around a parametric binary tree, inspired by the cantor set",
  49. "manualUrl": "https://gitlab.com/unlessgames/unless_modules#t%C3%A1ncor",
  50. "tags": [
  51. "Sequencer",
  52. "Clock generator"
  53. ]
  54. },
  55. {
  56. "slug": "room",
  57. "name": "room",
  58. "description": "a rack row arranger that can move complete rows of modules and add empty rows between existing ones for a faster workflow",
  59. "manualUrl": "https://gitlab.com/unlessgames/unless_modules#room",
  60. "tags": [
  61. "Utility"
  62. ]
  63. },
  64. {
  65. "slug": "snake",
  66. "name": "SNAKIA",
  67. "description": "emulative snake game modulator",
  68. "manualUrl": "https://gitlab.com/unlessgames/unless_modules#snakia",
  69. "tags": [
  70. "Random",
  71. "Sequencer"
  72. ]
  73. },
  74. {
  75. "slug": "towers",
  76. "name": "towers",
  77. "description": "dual fader bank, constant CV source with polyphonic io and mods. up to 16 faders each",
  78. "manualUrl": "https://gitlab.com/unlessgames/unless_modules#towers",
  79. "tags": [
  80. "Attenuator",
  81. "Polyphonic",
  82. "Utility"
  83. ]
  84. }
  85. ]
  86. }