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.

41 lines
1008B

  1. {
  2. "slug": "LilacModules",
  3. "name": "Lilac Modules",
  4. "version": "2.0.3",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Lilac",
  7. "author": "Gavin Rough",
  8. "authorEmail": "lilacloop@grough.com",
  9. "manualUrl": "https://github.com/grough/lilac-modules-vcv#readme",
  10. "sourceUrl": "https://github.com/grough/lilac-modules-vcv",
  11. "changelogUrl": "https://github.com/grough/lilac-modules-vcv/releases",
  12. "modules": [
  13. {
  14. "slug": "Accumulator",
  15. "name": "Accumulator",
  16. "description": "Dual polyphonic voltage accumulator or integrator",
  17. "tags": [
  18. "Dual",
  19. "Polyphonic",
  20. "Utility"
  21. ]
  22. },
  23. {
  24. "slug": "Comparator",
  25. "name": "Comparator",
  26. "description": "Polyphonic voltage comparator with adjustable tolerance",
  27. "tags": [
  28. "Logic",
  29. "Polyphonic",
  30. "Utility"
  31. ]
  32. },
  33. {
  34. "slug": "Broadcast",
  35. "name": "Broadcast",
  36. "description": "",
  37. "tags": [],
  38. "hidden": true
  39. }
  40. ]
  41. }