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.

32 lines
973B

  1. {
  2. "slug": "SignalFlux",
  3. "name": "Signal Flux",
  4. "version": "1.0.1",
  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": "Simple Knob",
  18. "description": "Generates a voltage offset based on the knob position.",
  19. "tags": [
  20. "Utility"
  21. ]
  22. },
  23. {
  24. "slug": "BipolarKnob",
  25. "name": "Bipolar Knob",
  26. "description": "Outputs positive and negative voltage proprtional to knob position.",
  27. "tags": [
  28. "Utility"
  29. ]
  30. }
  31. ]
  32. }