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.

121 lines
2.1KB

  1. {
  2. "slug": "JW-Modules",
  3. "name": "JW-Modules",
  4. "author": "Jeremy Wentworth",
  5. "license": "BSD-3-Clause",
  6. "authorEmail": "jeremy@jeremywentworth.com",
  7. "pluginUrl": "https://github.com/jeremywen/JW-Modules",
  8. "authorUrl": "http://jeremywentworth.com/",
  9. "manualUrl": "https://github.com/jeremywen/JW-Modules#jw-modules",
  10. "sourceUrl": "https://github.com/jeremywen/JW-Modules",
  11. "version": "1.0.1",
  12. "modules": [
  13. {
  14. "slug": "BlankPanel_SM",
  15. "name": "Blank Panel (Small)",
  16. "tags": [
  17. "Visual"
  18. ]
  19. },
  20. {
  21. "slug": "BlankPanel_MD",
  22. "name": "Blank Panel (Medium)",
  23. "tags": [
  24. "Visual"
  25. ]
  26. },
  27. {
  28. "slug": "BlankPanel_LG",
  29. "name": "Blank Panel (Large)",
  30. "tags": [
  31. "Visual"
  32. ]
  33. },
  34. {
  35. "slug": "BouncyBalls",
  36. "name": "Bouncy Balls",
  37. "tags": [
  38. "Sequencer",
  39. "Visual"
  40. ]
  41. },
  42. {
  43. "slug": "0Cat",
  44. "name": "0Cat",
  45. "tags": [
  46. "Visual"
  47. ]
  48. },
  49. {
  50. "slug": "FullScope",
  51. "name": "Full Scope",
  52. "tags": [
  53. "Visual"
  54. ]
  55. },
  56. {
  57. "slug": "GridSeq",
  58. "name": "GridSeq",
  59. "tags": [
  60. "Sequencer"
  61. ]
  62. },
  63. {
  64. "slug": "MinMax",
  65. "name": "Min Max",
  66. "tags": [
  67. "Utility"
  68. ]
  69. },
  70. {
  71. "slug": "NoteSeq",
  72. "name": "NoteSeq",
  73. "tags": [
  74. "Sequencer",
  75. "Poly"
  76. ]
  77. },
  78. {
  79. "slug": "Quantizer",
  80. "name": "Quantizer",
  81. "tags": [
  82. "Quantizer",
  83. "Poly"
  84. ]
  85. },
  86. {
  87. "slug": "SimpleClock",
  88. "name": "Simple Clock",
  89. "tags": [
  90. "Clock",
  91. "Random"
  92. ]
  93. },
  94. {
  95. "slug": "ThingThing",
  96. "name": "Thing Thing",
  97. "tags": [
  98. "Visual"
  99. ]
  100. },
  101. {
  102. "slug": "WavHead",
  103. "name": "Wav Head",
  104. "tags": [
  105. "Visual",
  106. "Poly"
  107. ]
  108. },
  109. {
  110. "slug": "XYPad",
  111. "name": "XY Pad",
  112. "tags": [
  113. "LFO",
  114. "Envelope Generator",
  115. "Random",
  116. "Oscillator",
  117. "Sample and Hold"
  118. ]
  119. }
  120. ]
  121. }