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.

39 lines
1.2KB

  1. {
  2. "slug": "EnigmaCurry",
  3. "name": "EnigmaCurry",
  4. "version": "2.0.7",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "EnigmaCurry",
  7. "author": "EnigmaCurry",
  8. "authorEmail": "ryan@rymcg.tech",
  9. "authorUrl": "https://www.enigmacurry.com",
  10. "pluginUrl": "https://github.com/EnigmaCurry/EnigmaCurry-vcv-pack",
  11. "manualUrl": "https://github.com/EnigmaCurry/EnigmaCurry-vcv-pack/tree/v2#readme",
  12. "sourceUrl": "https://github.com/EnigmaCurry/EnigmaCurry-vcv-pack",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/EnigmaCurry/EnigmaCurry-vcv-pack/blob/v2/CHANGELOG.txt",
  15. "modules": [
  16. {
  17. "slug": "Transport",
  18. "name": "Transport",
  19. "description": "A DAW-like transport for play/stop/record",
  20. "manualUrl": "https://github.com/EnigmaCurry/EnigmaCurry-vcv-pack/blob/v2/README.md#transport",
  21. "tags": [
  22. "Utility",
  23. "Recording"
  24. ]
  25. },
  26. {
  27. "slug": "Latch",
  28. "name": "Latch",
  29. "description": "Latches with discrete triggers and resets",
  30. "manualUrl": "https://github.com/EnigmaCurry/EnigmaCurry-vcv-pack/blob/v2/README.md#latch",
  31. "tags": [
  32. "Utility",
  33. "Polyphonic",
  34. "Dual",
  35. "Switch"
  36. ]
  37. }
  38. ]
  39. }