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.

79 lines
2.0KB

  1. {
  2. "slug": "unless_modules",
  3. "name": "unless modules",
  4. "author": "unless games",
  5. "version": "1.1.0",
  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. "tags": [
  19. "Sequencer",
  20. "Random"
  21. ]
  22. },
  23. {
  24. "slug": "markov",
  25. "name": "Mr. Chainkov",
  26. "description": "a markov-chain melody generator",
  27. "tags": [
  28. "Sequencer",
  29. "Random"
  30. ]
  31. },
  32. {
  33. "slug": "atoms",
  34. "name": "atoms",
  35. "description": "adjustable rotating octa-multi-switch",
  36. "tags": [
  37. "Switch",
  38. "Mixer",
  39. "Utility"
  40. ]
  41. },
  42. {
  43. "slug": "cantor",
  44. "name": "tancor",
  45. "description": "swinging gate machine based around a parametric binary tree, inspired by the cantor set",
  46. "tags": [
  47. "Sequencer",
  48. "Clock generator"
  49. ]
  50. },
  51. {
  52. "slug": "room",
  53. "name": "room",
  54. "description": "a rack row arranger that can move complete rows of modules and add empty rows between existing ones for a faster workflow",
  55. "tags": [
  56. "Utility"
  57. ]
  58. },
  59. {
  60. "slug": "snake",
  61. "name": "SNAKIA",
  62. "description": "emulative snake game modulator",
  63. "tags": [
  64. "Random",
  65. "Sequencer"
  66. ]
  67. },
  68. {
  69. "slug": "towers",
  70. "name": "towers",
  71. "description": "dual fader bank, constant CV source with polyphonic io and mods. up to 16 faders each",
  72. "tags": [
  73. "Attenuator",
  74. "Polyphonic",
  75. "Utility"
  76. ]
  77. }
  78. ]
  79. }