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.4KB

  1. {
  2. "slug": "noobhour",
  3. "name": "noobhour",
  4. "version": "1.0.3",
  5. "license": "BSD-3-Clause",
  6. "brand": "noobhour",
  7. "author": "Nicolas Neubauer",
  8. "authorEmail": "noobhourmusic@gmail.com",
  9. "authorUrl": "https://www.facebook.com/noobhourmusic",
  10. "pluginUrl": "https://github.com/NicolasNeubauer/noobhour_modules",
  11. "manualUrl": "https://github.com/NicolasNeubauer/noobhour_modules/blob/master/README.md",
  12. "sourceUrl": "https://github.com/NicolasNeubauer/noobhour_modules",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "baseliner",
  17. "name": "Baseliner",
  18. "description": "A 4x probabilistic attenuverting switch.",
  19. "tags": [
  20. "random",
  21. "attenuator",
  22. "switch",
  23. "quad",
  24. "poly"
  25. ]
  26. },
  27. {
  28. "slug": "bsl1r",
  29. "name": "Bsl1r",
  30. "description": "A single-channel Baseliner.",
  31. "tags": [
  32. "random",
  33. "attenuator",
  34. "switch",
  35. "poly"
  36. ]
  37. },
  38. {
  39. "slug": "customscale",
  40. "name": "Customscaler",
  41. "description": "A quantizer for custom, CV-modifiable scales.",
  42. "tags": [
  43. "quantizer",
  44. "random",
  45. "poly"
  46. ]
  47. },
  48. {
  49. "slug": "Normaliser",
  50. "name": "Normaliser",
  51. "description": "An attenuator scaling values to an output range.",
  52. "tags": [
  53. "attenuator",
  54. "poly"
  55. ]
  56. }
  57. ]
  58. }