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.

58 lines
1.6KB

  1. {
  2. "slug": "Cella",
  3. "name": "Cella",
  4. "version": "2.0.3",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Cella",
  7. "author": "Victor Kashirin",
  8. "authorEmail": "",
  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": "https://github.com/victorkashirin/CellaVCV/blob/master/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "TwinPeaks",
  18. "name": "Twin Peaks",
  19. "description": "Dual resonant filter inspired by the design of Rob Hordijk's TwinPeak filter. Made to be pinged.",
  20. "keywords": "hordijk resonator ping",
  21. "tags": [
  22. "Filter",
  23. "Polyphonic"
  24. ]
  25. },
  26. {
  27. "slug": "Euler",
  28. "name": "Euler",
  29. "description": "Calculates rate of change of the incoming signal",
  30. "keywords": "diff math rate",
  31. "tags": [
  32. "Utility",
  33. "Envelope follower"
  34. ]
  35. },
  36. {
  37. "slug": "Rich",
  38. "name": "Rich",
  39. "description": "Expressive AD envelope generator with controllable and breathing accent dynamics",
  40. "keywords": "AD",
  41. "tags": [
  42. "Envelope generator"
  43. ]
  44. },
  45. {
  46. "slug": "Bezier",
  47. "name": "Bezier",
  48. "description": "Smooth random voltage generator that uses Bezier curves",
  49. "keywords": "rnd curve smooth",
  50. "tags": [
  51. "Utility",
  52. "LFO",
  53. "Random",
  54. "Slew limiter"
  55. ]
  56. }
  57. ]
  58. }