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.

71 lines
1.5KB

  1. {
  2. "slug": "VCV-Host",
  3. "version": "1.3.1",
  4. "license": "proprietary",
  5. "name": "Host",
  6. "brand": "VCV",
  7. "author": "VCV",
  8. "authorEmail": "contact@vcvrack.com",
  9. "authorUrl": "https://vcvrack.com/",
  10. "pluginUrl": "https://vcvrack.com/Host",
  11. "manualUrl": "https://vcvrack.com/Host#manual",
  12. "changelogUrl": "https://vcvrack.com/Host#changelog",
  13. "sourceUrl": "",
  14. "donateUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Host",
  18. "name": "Host",
  19. "description": "VST instrument plugin host",
  20. "tags": [
  21. "External",
  22. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "Host-FX",
  27. "name": "Host-FX",
  28. "description": "VST effect plugin host",
  29. "tags": [
  30. "External",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "Host-XL",
  36. "name": "Host-XL",
  37. "description": "Expanded VST instrument/effect plugin host",
  38. "tags": [
  39. "External",
  40. "Polyphonic"
  41. ]
  42. },
  43. {
  44. "slug": "Host-CV",
  45. "name": "Host-CV",
  46. "description": "MIDI output expander for all Host modules",
  47. "tags": [
  48. "External",
  49. "MIDI"
  50. ]
  51. },
  52. {
  53. "slug": "Host-CC",
  54. "name": "Host-CC",
  55. "description": "MIDI CC output expander for all Host modules",
  56. "tags": [
  57. "External",
  58. "MIDI"
  59. ]
  60. },
  61. {
  62. "slug": "Host-Gate",
  63. "name": "Host-Gate",
  64. "description": "MIDI note gate output expander for all Host modules",
  65. "tags": [
  66. "External",
  67. "MIDI"
  68. ]
  69. }
  70. ]
  71. }