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.

47 lines
1.3KB

  1. {
  2. "slug": "wildergarden",
  3. "name": "wildergarden",
  4. "version": "2.1.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "wildergarden",
  7. "author": "wildergarden",
  8. "authorEmail": "",
  9. "authorUrl": "https://github.com/ArdenButterfield/",
  10. "pluginUrl": "https://github.com/ArdenButterfield/wildergarden-vcv",
  11. "manualUrl": "https://github.com/ArdenButterfield/wildergarden-vcv/blob/main/docs/Manual.md",
  12. "sourceUrl": "https://github.com/ArdenButterfield/wildergarden-vcv",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Dimit",
  18. "name": "Dimit",
  19. "description": "Dimit is a combined compressor and waveshaper, designed to tame peaks in an audio signal.",
  20. "tags": [
  21. "Compressor",
  22. "Limiter",
  23. "Distortion"
  24. ]
  25. },
  26. {
  27. "slug": "Pascal",
  28. "name": "Pascal",
  29. "description": "This module uses Pascal's triangle, a mathematical pattern independently invented throughout the world during the Middle Ages, to create evolving melodies and drum sequences.",
  30. "tags": [
  31. "Logic",
  32. "Sequencer",
  33. "Clock modulator"
  34. ]
  35. },
  36. {
  37. "slug": "modmix",
  38. "name": "Mod Mix",
  39. "description": "Wavefolding mixer for audio and CV",
  40. "tags": [
  41. "Waveshaper",
  42. "Utility",
  43. "Mixer"
  44. ]
  45. }
  46. ]
  47. }