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.

43 lines
1.2KB

  1. {
  2. "slug": "IggyLabsModules",
  3. "name": "iggy.labs",
  4. "version": "1.1.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/IggyLabsModulesManual",
  12. "sourceUrl": "https://github.com/IggyLabs/IggyLabsModules",
  13. "donateUrl": "https://www.buymeacoffee.com/iggylabs",
  14. "changelogUrl": "https://github.com/IggyLabs/IggyLabsModules/blob/master/CHANGELOG",
  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. "slug": "more-ideas",
  36. "name": "more-ideas",
  37. "description": "Elementary cellular automata sequencer (modeled after less concepts for norns)",
  38. "tags": [
  39. "random"
  40. ]
  41. }
  42. ]
  43. }