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.

126 lines
2.8KB

  1. {
  2. "slug": "Ondas",
  3. "name": "Ondas",
  4. "version": "2.1.0",
  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. "slug": "Logistic",
  63. "name": "Logistic",
  64. "description": "Logistic map equation function generator",
  65. "tags": [
  66. "Function generator",
  67. "Random"
  68. ]
  69. },
  70. {
  71. "slug": "Bap",
  72. "name": "Bap",
  73. "description": "Expander module for BaBum drum synth",
  74. "tags": [
  75. "Expander",
  76. "Drum"
  77. ]
  78. },
  79. {
  80. "slug": "Bittorio",
  81. "name": "Bittorio",
  82. "description": "Cellular-automaton-based gate generator",
  83. "tags": [
  84. "Function generator",
  85. "Sequencer"
  86. ]
  87. },
  88. {
  89. "slug": "Ktick",
  90. "name": "Ktick",
  91. "description": "Clock divider expander for Klok",
  92. "tags": [
  93. "Expander",
  94. "Clock generator",
  95. "Clock modulator"
  96. ]
  97. },
  98. {
  99. "slug": "Hiller",
  100. "name": "Hiller",
  101. "description": "Input swapper based on comparator",
  102. "tags": [
  103. "Utility",
  104. "Switch"
  105. ]
  106. },
  107. {
  108. "slug": "ScenerProMax",
  109. "name": "ScenerProMax",
  110. "description": "Large scene-based channel mixer",
  111. "tags": [
  112. "Sequencer",
  113. "Utility"
  114. ]
  115. },
  116. {
  117. "slug": "Norbert",
  118. "name": "Norbert",
  119. "description": "Spring and damper feedback envelope",
  120. "tags": [
  121. "Envelope generator",
  122. "Function generator"
  123. ]
  124. }
  125. ]
  126. }