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.

35 lines
852B

  1. {
  2. "slug": "vitamin",
  3. "name": "Vitamin",
  4. "version": "1.0.1",
  5. "license": "BlueOak-1.0.0",
  6. "brand": "Vitamin",
  7. "author": "Xavier Shay",
  8. "authorEmail": "contact@xaviershay.com",
  9. "authorUrl": "https://xaviershay.com",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/xaviershay/vitamin-vcv-modules",
  12. "sourceUrl": "https://github.com/xaviershay/vitamin-vcv-modules",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "Bypass",
  17. "name": "B (Effect Bypass)",
  18. "description": "Multi-channel effect bypass.",
  19. "tags": [
  20. "utility",
  21. "polyphonic"
  22. ]
  23. },
  24. {
  25. "slug": "Pan",
  26. "name": "P (Pan)",
  27. "description": "Pan a polyphonic mono input using constant power law to maintain overall volume.",
  28. "tags": [
  29. "pan",
  30. "mixer",
  31. "polyphonic"
  32. ]
  33. }
  34. ]
  35. }