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.

74 lines
2.4KB

  1. {
  2. "slug": "Cella",
  3. "name": "Cella",
  4. "version": "2.0.5",
  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.md",
  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": "Resonators",
  18. "name": "Resonators",
  19. "description": "Four pitched resonators based on Karplus-Strong algorithm",
  20. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#resonators",
  21. "keywords": "resonator karplus",
  22. "tags": [
  23. "Effect",
  24. "Filter",
  25. "Physical modeling"
  26. ]
  27. },
  28. {
  29. "slug": "TwinPeaks",
  30. "name": "Twin Peaks",
  31. "description": "Dual resonant filter inspired by the design of Rob Hordijk's TwinPeak filter. Made to be pinged.",
  32. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#twin-peaks",
  33. "keywords": "hordijk resonator ping",
  34. "tags": [
  35. "Filter",
  36. "Polyphonic"
  37. ]
  38. },
  39. {
  40. "slug": "Euler",
  41. "name": "Euler",
  42. "description": "Calculates rate of change of the incoming signal",
  43. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#euler",
  44. "keywords": "diff math rate",
  45. "tags": [
  46. "Utility",
  47. "Envelope follower"
  48. ]
  49. },
  50. {
  51. "slug": "Rich",
  52. "name": "Rich",
  53. "description": "Expressive AD envelope generator with controllable and breathing accent dynamics",
  54. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#rich",
  55. "keywords": "AD",
  56. "tags": [
  57. "Envelope generator"
  58. ]
  59. },
  60. {
  61. "slug": "Bezier",
  62. "name": "Bezier",
  63. "description": "Smooth random voltage generator that uses Bezier curves",
  64. "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#bezier",
  65. "keywords": "rnd curve smooth",
  66. "tags": [
  67. "Utility",
  68. "LFO",
  69. "Random",
  70. "Slew limiter"
  71. ]
  72. }
  73. ]
  74. }