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.

114 lines
3.6KB

  1. {
  2. "slug": "PatchableDevices",
  3. "name": "Patchable Devices",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Patchable Devices",
  7. "author": "Jacek Lewa\u0144ski",
  8. "pluginUrl": "https://github.com/nullJaX/vcvrack-patchable-devices",
  9. "manualUrl": "https://github.com/nullJaX/vcvrack-patchable-devices/blob/master/MANUAL.md",
  10. "sourceUrl": "https://github.com/nullJaX/vcvrack-patchable-devices",
  11. "changelogUrl": "https://github.com/nullJaX/vcvrack-patchable-devices/commits/master",
  12. "modules": [
  13. {
  14. "slug": "ComparingCounter",
  15. "name": "Comparing Counter",
  16. "description": "Pulse counter / frequency divider with advanced comparator input",
  17. "manualUrl": "https://github.com/nullJaX/vcvrack-patchable-devices/blob/master/modules/ComparingCounter/ComparingCounter.md",
  18. "tags": [
  19. "Clock generator",
  20. "Clock modulator",
  21. "Oscillator",
  22. "Utility",
  23. "Waveshaper"
  24. ]
  25. },
  26. {
  27. "slug": "DigitalChaoticSystem",
  28. "name": "Digital Chaotic System",
  29. "description": "Digital 8-bit Shift Register driven by two independent VCOs",
  30. "manualUrl": "https://github.com/nullJaX/vcvrack-patchable-devices/blob/master/modules/DigitalChaoticSystem/DigitalChaoticSystem.md",
  31. "tags": [
  32. "Clock generator",
  33. "Clock modulator",
  34. "Function generator",
  35. "Logic",
  36. "Low-frequency oscillator",
  37. "Noise",
  38. "Oscillator",
  39. "Random",
  40. "Sequencer",
  41. "Utility"
  42. ]
  43. },
  44. {
  45. "slug": "DualIntegrator",
  46. "name": "Dual Integrator",
  47. "description": "Dual, multi-purpose slew limiter",
  48. "manualUrl": "https://github.com/nullJaX/vcvrack-patchable-devices/blob/master/modules/DualIntegrator/DualIntegrator.md",
  49. "tags": [
  50. "Clock generator",
  51. "Clock modulator",
  52. "Dual",
  53. "Envelope generator",
  54. "Filter",
  55. "Function generator",
  56. "Low-frequency oscillator",
  57. "Low-pass gate",
  58. "Oscillator",
  59. "Sample and hold",
  60. "Slew limiter",
  61. "Utility",
  62. "Voltage-controlled amplifier",
  63. "Waveshaper"
  64. ]
  65. },
  66. {
  67. "slug": "NonlinearIntegrator",
  68. "name": "Nonlinear Integrator",
  69. "description": "State Variable Filter",
  70. "manualUrl": "https://github.com/nullJaX/vcvrack-patchable-devices/blob/master/modules/NonlinearIntegrator/NonlinearIntegrator.md",
  71. "tags": [
  72. "Envelope generator",
  73. "Filter",
  74. "Function generator",
  75. "Low-frequency oscillator",
  76. "Oscillator",
  77. "Slew limiter"
  78. ]
  79. },
  80. {
  81. "slug": "VoltageSequencer",
  82. "name": "Voltage Sequencer",
  83. "description": "Programmable sequencer",
  84. "manualUrl": "https://github.com/nullJaX/vcvrack-patchable-devices/blob/master/modules/VoltageSequencer/VoltageSequencer.md",
  85. "tags": [
  86. "Clock modulator",
  87. "Envelope generator",
  88. "Function generator",
  89. "Logic",
  90. "Sequencer",
  91. "Utility",
  92. "Waveshaper"
  93. ]
  94. },
  95. {
  96. "slug": "WindowGenerators",
  97. "name": "Window Generators",
  98. "description": "Multi-shape Envelope Generator",
  99. "manualUrl": "https://github.com/nullJaX/vcvrack-patchable-devices/blob/master/modules/WindowGenerators/WindowGenerators.md",
  100. "tags": [
  101. "Clock generator",
  102. "Clock modulator",
  103. "Envelope generator",
  104. "Envelope follower",
  105. "Filter",
  106. "Function generator",
  107. "Low-frequency oscillator",
  108. "Oscillator",
  109. "Slew limiter",
  110. "Waveshaper"
  111. ]
  112. }
  113. ]
  114. }