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
942B

  1. {
  2. "slug": "IggyLabsModules",
  3. "name": "iggy.labs",
  4. "version": "1.0.2",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "iggy.labs",
  7. "author": "Isabel Kaspriskie",
  8. "authorEmail": "ikaspriskie@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Manual",
  12. "sourceUrl": "https://github.com/IggyLabs/IggyLabsModules",
  13. "donateUrl": "https://www.buymeacoffee.com/iggylabs",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "table",
  18. "name": "table",
  19. "description": "Wavetable oscillator for user-imported wavetables",
  20. "tags": [
  21. "oscillator",
  22. "polyphonic"
  23. ],
  24. "manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Oscillators#table"
  25. },
  26. {
  27. "slug": "select",
  28. "name": "select",
  29. "description": "Utility to route one of 16 inputs to an output",
  30. "tags": [
  31. "utility"
  32. ]
  33. }
  34. ]
  35. }