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.

48 lines
1.3KB

  1. {
  2. "slug": "Cella",
  3. "name": "Cella",
  4. "version": "2.0.2",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Cella",
  7. "author": "Victor Kashirin",
  8. "authorEmail": "kashirin.victor@gmail.com",
  9. "authorUrl": "https://victorkashirin.com/",
  10. "pluginUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/README.md",
  11. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.pdf",
  12. "sourceUrl": "https://github.com/victorkashirin/CellaVCV",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Euler",
  18. "name": "Euler",
  19. "description": "Calculates rate of change of the incoming signal",
  20. "keywords": "diff math rate",
  21. "tags": [
  22. "Utility",
  23. "Envelope follower"
  24. ]
  25. },
  26. {
  27. "slug": "Rich",
  28. "name": "Rich",
  29. "description": "Expressive AD envelope generator with controllable and breathing accent dynamics",
  30. "keywords": "AD",
  31. "tags": [
  32. "Envelope generator"
  33. ]
  34. },
  35. {
  36. "slug": "Bezier",
  37. "name": "Bezier",
  38. "description": "Smooth random voltage generator that uses Bezier curves",
  39. "keywords": "rnd curve smooth",
  40. "tags": [
  41. "Utility",
  42. "LFO",
  43. "Random",
  44. "Slew limiter"
  45. ]
  46. }
  47. ]
  48. }