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.

49 lines
1.2KB

  1. {
  2. "slug": "PdArray",
  3. "name": "PdArray",
  4. "version": "1.0.5",
  5. "license": "MIT",
  6. "brand": "",
  7. "author": "M\u00e1rton Gunyh\u00f3",
  8. "authorEmail": "",
  9. "authorUrl": "https://github.com/mgunyho",
  10. "pluginUrl": "https://github.com/mgunyho/PdArray",
  11. "manualUrl": "https://github.com/mgunyho/PdArray",
  12. "sourceUrl": "https://github.com/mgunyho/PdArray",
  13. "changelogUrl": "https://github.com/mgunyho/PdArray/blob/master/CHANGELOG.md",
  14. "donateUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Array",
  18. "name": "Array",
  19. "description": "Draw or record sequences, envelopes or audio",
  20. "tags": [
  21. "envelope generator",
  22. "function generator",
  23. "sampler",
  24. "visual",
  25. "waveshaper",
  26. "polyphonic"
  27. ]
  28. },
  29. {
  30. "slug": "Miniramp",
  31. "name": "Miniramp",
  32. "description": "Generate a ramp from 0V to 10V with a given duration",
  33. "tags": [
  34. "envelope generator",
  35. "utility",
  36. "polyphonic"
  37. ]
  38. },
  39. {
  40. "slug": "Ministep",
  41. "name": "Ministep",
  42. "description": "Use triggers to step voltages from 0V to 10V in a given number of steps",
  43. "tags": [
  44. "utility",
  45. "polyphonic"
  46. ]
  47. }
  48. ]
  49. }