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.

122 lines
3.8KB

  1. {
  2. "slug": "Chinenual-VCV",
  3. "name": "Chinenual",
  4. "version": "2.7.5",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Chinenual",
  7. "author": "Steve Tynor",
  8. "authorEmail": "support@chinenual.com",
  9. "authorUrl": "https://chinenual.com",
  10. "pluginUrl": "https://github.com/chinenual/Chinenual-VCV",
  11. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md",
  12. "sourceUrl": "https://github.com/chinenual/Chinenual-VCV",
  13. "donateUrl": "https://paypal.me/chinenual",
  14. "changelogUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "MIDIRecorder",
  18. "name": "MIDIRecorder",
  19. "description": "Multi-track MIDI Recorder",
  20. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#midi-recorder",
  21. "tags": [
  22. "midi",
  23. "recording"
  24. ]
  25. },
  26. {
  27. "slug": "MIDIRecorderCC",
  28. "name": "MIDIRecorderCC",
  29. "description": "CC expander for the MIDI Recorder",
  30. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#midi-recordercc",
  31. "tags": [
  32. "midi",
  33. "recording",
  34. "expander"
  35. ]
  36. },
  37. {
  38. "slug": "DrumMap",
  39. "name": "DrumMap",
  40. "description": "Merge GATEs to General MIDI drum pitches",
  41. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#drummap",
  42. "tags": [
  43. "midi",
  44. "recording",
  45. "drum"
  46. ]
  47. },
  48. {
  49. "slug": "Harp",
  50. "name": "Harp",
  51. "description": "A reimagining of Iasos's GoldenHarp for VCV. A quantizer that generates gates as notes change.",
  52. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#harp",
  53. "tags": [
  54. "quantizer",
  55. "utility"
  56. ]
  57. },
  58. {
  59. "slug": "Tint",
  60. "name": "Tintinnabulator",
  61. "description": "Harmonizes via Arvo P\u00e4rt style Tintinnabulation",
  62. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#tintinnabulator",
  63. "tags": [
  64. "polyphonic",
  65. "quantizer",
  66. "utility"
  67. ]
  68. },
  69. {
  70. "slug": "NoteMeter",
  71. "name": "NoteMeter",
  72. "description": "Display note names, voltage or frequency for inbound V/Oct voltages",
  73. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#notemeter",
  74. "tags": [
  75. "polyphonic",
  76. "visual",
  77. "utility"
  78. ]
  79. },
  80. {
  81. "slug": "Inv",
  82. "name": "Melody Inverter",
  83. "description": "Produce inverted melodies",
  84. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#inv",
  85. "tags": [
  86. "polyphonic",
  87. "quantizer",
  88. "utility"
  89. ]
  90. },
  91. {
  92. "slug": "SplitSort",
  93. "name": "Polyphonic Splitter with Sort",
  94. "description": "Split polyphonic signal and share sort criteriea with other SplitSort or MergeSort (inspired by Aria Salvatrice's Splort)",
  95. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#polysort",
  96. "tags": [
  97. "polyphonic",
  98. "utility"
  99. ]
  100. },
  101. {
  102. "slug": "MergeSort",
  103. "name": "Polyphonic Merger with Sort",
  104. "description": "Merge signals into a polyphonic output and share sort criteriea with other SplitSort or MergeSort (inspired by Aria Salvatrice's Smerge)",
  105. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#mergesort",
  106. "tags": [
  107. "polyphonic",
  108. "utility"
  109. ]
  110. },
  111. {
  112. "slug": "PolySort",
  113. "name": "Polyphonic signal sorter with linked sort",
  114. "description": "Sorts polyphonic signals, optionally linking the sort order to other signals",
  115. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#polysort",
  116. "tags": [
  117. "polyphonic",
  118. "utility"
  119. ]
  120. }
  121. ]
  122. }