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.

62 lines
1.5KB

  1. {
  2. "slug": "Ondas",
  3. "name": "Ondas",
  4. "version": "2.0.4",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Ondas",
  7. "author": "Sergio Rodriguez Gomez",
  8. "authorEmail": "ssergiorodriguez[at]hotmail.com",
  9. "authorUrl": "https://srsergiorodriguez.github.io",
  10. "pluginUrl": "https://github.com/srsergiorodriguez/ondas",
  11. "manualUrl": "https://github.com/srsergiorodriguez/ondas/blob/main/README.md",
  12. "sourceUrl": "https://github.com/srsergiorodriguez/ondas",
  13. "donateUrl": "https://buymeacoffee.com/srsergior",
  14. "changelogUrl": "https://github.com/srsergiorodriguez/ondas/blob/main/changelog.md",
  15. "modules": [
  16. {
  17. "slug": "Klok",
  18. "name": "Klok",
  19. "description": "Clock generator with modulo outputs",
  20. "tags": [
  21. "Clock generator",
  22. "Clock modulator"
  23. ]
  24. },
  25. {
  26. "slug": "Secu",
  27. "name": "Secu",
  28. "description": "Step sequencer with probability & randomization",
  29. "tags": [
  30. "Sequencer",
  31. "Clock modulator"
  32. ]
  33. },
  34. {
  35. "slug": "BaBum",
  36. "name": "BaBum",
  37. "description": "Drum synthesizer",
  38. "tags": [
  39. "Drum"
  40. ]
  41. },
  42. {
  43. "slug": "Scener",
  44. "name": "Scener",
  45. "description": "Scene-based channel mixer",
  46. "tags": [
  47. "Sequencer",
  48. "Utility"
  49. ]
  50. },
  51. {
  52. "slug": "Distroi",
  53. "name": "Distroi",
  54. "description": "Signal corruption effects",
  55. "tags": [
  56. "Effect",
  57. "Distortion",
  58. "Digital"
  59. ]
  60. }
  61. ]
  62. }