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.

71 lines
1.7KB

  1. {
  2. "slug": "LittleUtils",
  3. "name": "Little Utils",
  4. "version": "2.1.0",
  5. "license": "EUPL-1.2",
  6. "brand": "",
  7. "author": "M\u00e1rton Gunyh\u00f3",
  8. "authorEmail": "",
  9. "authorUrl": "https://github.com/mgunyho",
  10. "pluginUrl": "https://github.com/mgunyho/Little-Utils",
  11. "manualUrl": "https://github.com/mgunyho/Little-Utils",
  12. "sourceUrl": "https://github.com/mgunyho/Little-Utils",
  13. "changelogUrl": "https://github.com/mgunyho/Little-Utils/blob/master/CHANGELOG.md",
  14. "donateUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Button",
  18. "name": "Button",
  19. "description": "Press a button to output a trigger, gate or flip-flop signal",
  20. "tags": [
  21. "utility"
  22. ]
  23. },
  24. {
  25. "slug": "BiasSemitone",
  26. "name": "Bias/Semitone",
  27. "description": "Offset an incoming voltage by volts or semitones",
  28. "tags": [
  29. "utility",
  30. "polyphonic"
  31. ]
  32. },
  33. {
  34. "slug": "MultiplyDivide",
  35. "name": "Multiply/Divide",
  36. "description": "Multiply or divide two signals",
  37. "tags": [
  38. "utility",
  39. "polyphonic"
  40. ]
  41. },
  42. {
  43. "slug": "PulseGenerator",
  44. "name": "Pulse Generator",
  45. "description": "Generate rectangular pulses with a given duration",
  46. "tags": [
  47. "utility",
  48. "envelope generator",
  49. "polyphonic"
  50. ]
  51. },
  52. {
  53. "slug": "TeleportIn",
  54. "name": "Teleport In",
  55. "description": "Send signals wirelessly to one or more Teleport Out modules",
  56. "tags": [
  57. "utility",
  58. "polyphonic"
  59. ]
  60. },
  61. {
  62. "slug": "TeleportOut",
  63. "name": "Teleport Out",
  64. "description": "Receive signals wirelessly from a Teleport In module",
  65. "tags": [
  66. "utility",
  67. "polyphonic"
  68. ]
  69. }
  70. ]
  71. }