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.

51 lines
1.8KB

  1. {
  2. "slug": "StochasticTelegraph",
  3. "name": "Stochastic Telegraph",
  4. "version": "2.0.5",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Stochastic Telegraph",
  7. "author": "Mahlen Morris",
  8. "authorEmail": "vcv@stochastictelegraph.com",
  9. "authorUrl": "https://www.stochastictelegraph.com",
  10. "pluginUrl": "https://github.com/mahlenmorris/VCVRack",
  11. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md",
  12. "sourceUrl": "https://github.com/mahlenmorris/VCVRack",
  13. "donateUrl": "https://ko-fi.com/stochastictelegraph",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "BASICally",
  18. "name": "BASICally",
  19. "description": "Generate sequences or perform math on inputs with a simple BASIC-like language.",
  20. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#basically",
  21. "tags": [
  22. "Attenuator",
  23. "Function Generator",
  24. "Sequencer",
  25. "Sample and hold",
  26. "Utility"
  27. ]
  28. },
  29. {
  30. "slug": "Drifter",
  31. "name": "Drifter",
  32. "description": "Varying linear function generator. Makes sequences that change in small (or large) ways. A line defined by X/Y points, each doing a random walk.",
  33. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#drifter",
  34. "tags": [
  35. "Random",
  36. "Sample and hold"
  37. ]
  38. },
  39. {
  40. "slug": "Fuse",
  41. "name": "Fuse",
  42. "description": "Counts triggers and blocks/allows a signal after hitting a limit. Useful for timed composition changes, simulating components that break with overuse, or scaling a value based on the number of triggers.",
  43. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#fuse",
  44. "tags": [
  45. "Clock modulator",
  46. "Utility",
  47. "Voltage-controlled amplifier"
  48. ]
  49. }
  50. ]
  51. }