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.

132 lines
3.7KB

  1. {
  2. "slug": "not-things",
  3. "name": "not-things",
  4. "version": "2.0.5",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "not-things",
  7. "author": "Johan Vanbockryck",
  8. "authorEmail": "vcv@not-things.com",
  9. "authorUrl": "https://not-things.com",
  10. "pluginUrl": "https://github.com/not-things-modular/not-things-vcv/blob/main/README.md",
  11. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/",
  12. "sourceUrl": "https://github.com/not-things-modular/not-things-vcv",
  13. "donateUrl": "https://paypal.me/notthingsmodular",
  14. "changelogUrl": "https://github.com/not-things-modular/not-things-vcv/blob/main/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "solim",
  18. "name": "Solim",
  19. "description": "Limiter and sorter of (note) voltages",
  20. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/SOLIM.html",
  21. "tags": [
  22. "Utility",
  23. "Polyphonic"
  24. ]
  25. },
  26. {
  27. "slug": "solim-input-expander",
  28. "name": "SL-I",
  29. "description": "Input expander for Solim",
  30. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/SOLIM.html",
  31. "tags": [
  32. "Utility",
  33. "Expander",
  34. "Polyphonic"
  35. ],
  36. "keywords": "sli"
  37. },
  38. {
  39. "slug": "solim-input-octaver-expander",
  40. "name": "SL-IO",
  41. "description": "Input Octaver expander for Solim",
  42. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/SOLIM.html",
  43. "tags": [
  44. "Utility",
  45. "Expander",
  46. "Polyphonic"
  47. ],
  48. "keywords": "slio"
  49. },
  50. {
  51. "slug": "solim-output-expander",
  52. "name": "SL-O",
  53. "description": "Output expander for Solim",
  54. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/SOLIM.html",
  55. "tags": [
  56. "Utility",
  57. "Expander",
  58. "Polyphonic"
  59. ],
  60. "keywords": "slo"
  61. },
  62. {
  63. "slug": "solim-output-octaver-expander",
  64. "name": "SL-OO",
  65. "description": "Output Octaver expander for Solim",
  66. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/SOLIM.html",
  67. "tags": [
  68. "Utility",
  69. "Expander",
  70. "Polyphonic"
  71. ],
  72. "keywords": "sloo"
  73. },
  74. {
  75. "slug": "solim-random-expander",
  76. "name": "SL-R",
  77. "description": "Random expander for Solim",
  78. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/SOLIM.html",
  79. "tags": [
  80. "Utility",
  81. "Expander",
  82. "Random",
  83. "Polyphonic"
  84. ],
  85. "keywords": "slr"
  86. },
  87. {
  88. "slug": "pipo-output",
  89. "name": "P-O",
  90. "description": "Polyphonic Output",
  91. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/PIPO.html",
  92. "tags": [
  93. "Utility",
  94. "Polyphonic"
  95. ],
  96. "keywords": "po pipo"
  97. },
  98. {
  99. "slug": "pipo-input",
  100. "name": "P-I",
  101. "description": "Polyphonic Input",
  102. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/PIPO.html",
  103. "tags": [
  104. "Utility",
  105. "Polyphonic"
  106. ],
  107. "keywords": "pi pipo"
  108. },
  109. {
  110. "slug": "poly-same-diff",
  111. "name": "P-SD",
  112. "description": "Polyphonic Same and Different",
  113. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/PSD.html",
  114. "tags": [
  115. "Utility",
  116. "Polyphonic"
  117. ],
  118. "keywords": "psd compare"
  119. },
  120. {
  121. "slug": "timeseq",
  122. "name": "TimeSeq",
  123. "description": "Time Based Sequencer",
  124. "manualUrl": "https://not-things-modular.github.io/not-things-vcv/doc/TIMESEQ.html",
  125. "tags": [
  126. "Utility",
  127. "Sequencer",
  128. "Polyphonic"
  129. ]
  130. }
  131. ]
  132. }