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.

147 lines
3.8KB

  1. {
  2. "slug": "MUS-X",
  3. "name": "MUS-X",
  4. "version": "2.1.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "MUS-X",
  7. "author": "Dr. Johannes Rauch",
  8. "authorEmail": "vcv@mus-x.de",
  9. "authorUrl": "http://mus-x.de",
  10. "pluginUrl": "https://github.com/Jojosito/MUS-X",
  11. "manualUrl": "https://github.com/Jojosito/MUS-X",
  12. "sourceUrl": "https://github.com/Jojosito/MUS-X",
  13. "donateUrl": "https://www.paypal.com/donate/?hosted_button_id=U5Y8KAXCCMH6N",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "ADSR",
  18. "name": "ADSR",
  19. "description": "ADSR envelope generator.",
  20. "tags": [
  21. "Envelope generator",
  22. "Polyphonic"
  23. ],
  24. "manualUrl": "https://github.com/Jojosito/MUS-X#adsr"
  25. },
  26. {
  27. "slug": "Tuner",
  28. "name": "Tuner",
  29. "description": "Tune a V/Oct signal by octaves, semitones and cents.",
  30. "tags": [
  31. "Tuner",
  32. "Polyphonic"
  33. ],
  34. "manualUrl": "https://github.com/Jojosito/MUS-X#tune"
  35. },
  36. {
  37. "slug": "Oscillators",
  38. "name": "Oscillators",
  39. "description": "Massively oversampled analog oscillator pair with sync, FM and ringmod.",
  40. "tags": [
  41. "Oscillator",
  42. "Low-frequency oscillator",
  43. "Polyphonic"
  44. ],
  45. "manualUrl": "https://github.com/Jojosito/MUS-X#oscillators"
  46. },
  47. {
  48. "slug": "Delay",
  49. "name": "Delay",
  50. "description": "Bucket-brigade ping-pong delay.",
  51. "tags": [
  52. "Delay",
  53. "Effect"
  54. ],
  55. "manualUrl": "https://github.com/Jojosito/MUS-X#delay"
  56. },
  57. {
  58. "slug": "OnePole",
  59. "name": "OnePole",
  60. "description": "Simple one-pole highpass and lowpass filters.",
  61. "tags": [
  62. "Filter",
  63. "Polyphonic"
  64. ],
  65. "manualUrl": "https://github.com/Jojosito/MUS-X#onepole"
  66. },
  67. {
  68. "slug": "OnePoleLP",
  69. "name": "OnePoleLP",
  70. "description": "Simple one-pole lowpass filter.",
  71. "tags": [
  72. "Filter",
  73. "Polyphonic"
  74. ],
  75. "manualUrl": "https://github.com/Jojosito/MUS-X#onepolelp"
  76. },
  77. {
  78. "slug": "Drift",
  79. "name": "Drift",
  80. "description": "Random constant offset and drift.",
  81. "tags": [
  82. "Random",
  83. "Polyphonic"
  84. ],
  85. "manualUrl": "https://github.com/Jojosito/MUS-X#drift"
  86. },
  87. {
  88. "slug": "ModMatrix",
  89. "name": "Mod Matrix",
  90. "description": "MIDI controllable 13x16 Modulation Matrix",
  91. "tags": [
  92. "Mixer",
  93. "Polyphonic",
  94. "Utility"
  95. ],
  96. "manualUrl": "https://github.com/Jojosito/MUS-X#mod-matrix"
  97. },
  98. {
  99. "slug": "LFO",
  100. "name": "LFO",
  101. "description": "Low frequency oscillator",
  102. "tags": [
  103. "Low-frequency oscillator",
  104. "Polyphonic"
  105. ],
  106. "manualUrl": "https://github.com/Jojosito/MUS-X#lfo"
  107. },
  108. {
  109. "slug": "Last",
  110. "name": "Last",
  111. "description": "Output the value of the last moved knob",
  112. "tags": [
  113. "Utility"
  114. ],
  115. "manualUrl": "https://github.com/Jojosito/MUS-X#last"
  116. },
  117. {
  118. "slug": "Filter",
  119. "name": "Filter",
  120. "description": "Collection of virtual analog filters",
  121. "tags": [
  122. "Filter",
  123. "Polyphonic"
  124. ],
  125. "manualUrl": "https://github.com/Jojosito/MUS-X#filter"
  126. },
  127. {
  128. "slug": "Synth",
  129. "name": "Synth",
  130. "description": "A virtual-analogue polyphonic synthesizer with 2 oscillators, dual filters and intuitive modulation system",
  131. "tags": [
  132. "Synth voice",
  133. "Polyphonic"
  134. ],
  135. "manualUrl": "https://github.com/Jojosito/MUS-X#synth"
  136. },
  137. {
  138. "slug": "SplitStack",
  139. "name": "Split/Stack",
  140. "description": "Utility for splitting or layering two synthesizer parts",
  141. "tags": [
  142. "Utility"
  143. ],
  144. "manualUrl": "https://github.com/Jojosito/MUS-X#spitstack"
  145. }
  146. ]
  147. }