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.

56 lines
1.4KB

  1. {
  2. "slug": "SignalFlux",
  3. "name": "Signal Flux",
  4. "version": "1.1.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Signal Flux",
  7. "author": "Sam Wolk and Signal Flux",
  8. "authorEmail": "info@signalflux.org",
  9. "authorUrl": "https://signalflux.org",
  10. "pluginUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules",
  11. "manualUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules/blob/master/README.md",
  12. "sourceUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules",
  13. "donateUrl": "https://signalflux.org/about/",
  14. "modules": [
  15. {
  16. "slug": "SimpleKnob",
  17. "name": "Unipolar Offset",
  18. "description": "Generates a voltage offset based on the knob position.",
  19. "tags": [
  20. "Utility"
  21. ]
  22. },
  23. {
  24. "slug": "BipolarKnob",
  25. "name": "Bipolar Offset",
  26. "description": "Outputs positive and negative voltage proprtional to knob position.",
  27. "tags": [
  28. "Utility"
  29. ]
  30. },
  31. {
  32. "slug": "Attenuate",
  33. "name": "Attenuate",
  34. "description": "A single attenuator.",
  35. "tags": [
  36. "utility"
  37. ]
  38. },
  39. {
  40. "slug": "Attenuvert",
  41. "name": "Attenuvert",
  42. "description": "A single attenuverter.",
  43. "tags": [
  44. "utility"
  45. ]
  46. },
  47. {
  48. "slug": "Invert",
  49. "name": "Invert",
  50. "description": "A single inverter.",
  51. "tags": [
  52. "utility"
  53. ]
  54. }
  55. ]
  56. }