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.

106 lines
3.0KB

  1. {
  2. "slug": "trowaSoft",
  3. "name": "trowaSoft",
  4. "brand": "trowaSoft",
  5. "version": "2.0.5",
  6. "license": "BSD-3-Clause",
  7. "author": "j4s0n-c",
  8. "authorEmail": "trowasoft.vcv@gmail.com",
  9. "authorUrl": "https://github.com/j4s0n-c/",
  10. "pluginUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
  11. "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md",
  12. "sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV",
  13. "donateUrl": "https://paypal.me/j4s0n",
  14. "modules": [
  15. {
  16. "slug": "trigSeq",
  17. "name": "trigSeq",
  18. "description": "16-step pad sequencer with a built-in Open Sound Control (OSC) interface.",
  19. "tags": [
  20. "Sequencer",
  21. "External"
  22. ]
  23. },
  24. {
  25. "slug": "trigSeq64",
  26. "name": "trigSeq64",
  27. "description": "64-step pad sequencer with a built-in Open Sound Control (OSC) interface.",
  28. "tags": [
  29. "Sequencer",
  30. "External"
  31. ]
  32. },
  33. {
  34. "slug": "voltSeq",
  35. "name": "voltSeq",
  36. "description": "16-step variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface.",
  37. "tags": [
  38. "Sequencer",
  39. "External"
  40. ]
  41. },
  42. {
  43. "slug": "multiSeq64",
  44. "name": "multiSeq64",
  45. "description": "64-step trigger/variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface. Basically, trigSeq and voltSeq combined into one.",
  46. "tags": [
  47. "Sequencer",
  48. "External"
  49. ]
  50. },
  51. {
  52. "slug": "multiWave",
  53. "name": "multiWave",
  54. "description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs.",
  55. "tags": [
  56. "Oscillator",
  57. "Ring modulator"
  58. ]
  59. },
  60. {
  61. "slug": "multiScope",
  62. "name": "multiScope",
  63. "description": "Visual effects scope, with lissajous mode, that allows three (3) waveforms to be drawn on the same screen/canvas.",
  64. "tags": [
  65. "Visual"
  66. ]
  67. },
  68. {
  69. "slug": "cvOSCcv",
  70. "name": "cvOSCcv",
  71. "description": "Generic Open Sound Control (OSC) module for outputting Rack CVs to OSC and reading in simple OSC messages into Rack CVs.",
  72. "tags": [
  73. "External",
  74. "Polyphonic"
  75. ]
  76. },
  77. {
  78. "slug": "cvOSCcv-InputExpander",
  79. "name": "cvOSC Input Expander",
  80. "description": "Expansion module for cvOSCcv. Allows more input CV channels to be sent to OSC.",
  81. "tags": [
  82. "External",
  83. "Polyphonic",
  84. "Expander"
  85. ]
  86. },
  87. {
  88. "slug": "cvOSCcv-OutputExpander",
  89. "name": "OSCcv Output Expander",
  90. "description": "Expansion module for cvOSCcv. Allows more output CV channels to be received from OSC.",
  91. "tags": [
  92. "External",
  93. "Polyphonic",
  94. "Expander"
  95. ]
  96. },
  97. {
  98. "slug": "tsBlank",
  99. "name": "tsBlank",
  100. "description": "Simple trowaSoft blank panel (variable width).",
  101. "tags": [
  102. "Blank"
  103. ]
  104. }
  105. ]
  106. }