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.

81 lines
1.4KB

  1. {
  2. "slug": "Fundamental",
  3. "name": "Fundamental",
  4. "author": "VCV",
  5. "license": "BSD-3-Clause",
  6. "authorEmail": "contact@vcvrack.com",
  7. "pluginUrl": "https://vcvrack.com/Fundamental.html",
  8. "authorUrl": "https://vcvrack.com/",
  9. "sourceUrl": "https://github.com/VCVRack/Fundamental",
  10. "version": "1.0.0",
  11. "modules": {
  12. "VCO": {
  13. "name": "VCO-1",
  14. "tags": ["VCO"]
  15. },
  16. "VCO2": {
  17. "name": "VCO-2",
  18. "tags": ["VCO"]
  19. },
  20. "VCF": {
  21. "name": "VCF",
  22. "tags": ["VCF"]
  23. },
  24. "VCA-1": {
  25. "name": "VCA-1",
  26. "tags": ["VCA"]
  27. },
  28. "VCA": {
  29. "name": "VCA-2",
  30. "tags": ["VCA", "Dual"]
  31. },
  32. "LFO": {
  33. "name": "LFO-1",
  34. "tags": ["LFO"]
  35. },
  36. "LFO2": {
  37. "name": "LFO-2",
  38. "tags": ["LFO"]
  39. },
  40. "Delay": {
  41. "name": "Delay",
  42. "tags": ["Delay"]
  43. },
  44. "ADSR": {
  45. "name": "ADSR",
  46. "tags": ["Envelope Generator"]
  47. },
  48. "VCMixer": {
  49. "name": "Mixer",
  50. "tags": ["Mixer", "VCA"]
  51. },
  52. "8vert": {
  53. "name": "8vert",
  54. "tags": ["Attenuator"]
  55. },
  56. "Unity": {
  57. "name": "Unity",
  58. "tags": ["Mixer", "Utility", "Dual"]
  59. },
  60. "Mutes": {
  61. "name": "Mutes",
  62. "tags": ["Switch"]
  63. },
  64. "Scope": {
  65. "name": "Scope",
  66. "tags": ["Visual"]
  67. },
  68. "SEQ3": {
  69. "name": "SEQ-3",
  70. "tags": ["Sequencer"]
  71. },
  72. "SequentialSwitch1": {
  73. "name": "Sequential Switch 1",
  74. "tags": ["Utility"]
  75. },
  76. "SequentialSwitch2": {
  77. "name": "Sequential Switch 1",
  78. "tags": ["Utility"]
  79. }
  80. }
  81. }