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.

70 lines
1.7KB

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