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.

69 lines
1.5KB

  1. {
  2. "slug": "VCV-Host",
  3. "name": "VCV Host",
  4. "version": "2.0.0",
  5. "license": "https://vcvrack.com/eula",
  6. "brand": "VCV",
  7. "author": "VCV",
  8. "authorEmail": "support@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. "modules": [
  14. {
  15. "slug": "Host",
  16. "name": "Host",
  17. "description": "VST instrument plugin host",
  18. "tags": [
  19. "External",
  20. "Polyphonic"
  21. ]
  22. },
  23. {
  24. "slug": "Host-FX",
  25. "name": "Host-FX",
  26. "description": "VST effect plugin host",
  27. "tags": [
  28. "External",
  29. "Polyphonic"
  30. ]
  31. },
  32. {
  33. "slug": "Host-XL",
  34. "name": "Host-XL",
  35. "description": "Expanded VST instrument/effect plugin host",
  36. "tags": [
  37. "External",
  38. "Polyphonic"
  39. ]
  40. },
  41. {
  42. "slug": "Host-CV",
  43. "name": "Host-CV",
  44. "description": "MIDI output expander for all Host modules",
  45. "tags": [
  46. "External",
  47. "MIDI"
  48. ]
  49. },
  50. {
  51. "slug": "Host-CC",
  52. "name": "Host-CC",
  53. "description": "MIDI CC output expander for all Host modules",
  54. "tags": [
  55. "External",
  56. "MIDI"
  57. ]
  58. },
  59. {
  60. "slug": "Host-Gate",
  61. "name": "Host-Gate",
  62. "description": "MIDI note gate output expander for all Host modules",
  63. "tags": [
  64. "External",
  65. "MIDI"
  66. ]
  67. }
  68. ]
  69. }