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
2.0KB

  1. {
  2. "slug": "Chinenual-VCV",
  3. "name": "Chinenual",
  4. "version": "2.4.0",
  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": "Tint",
  50. "name": "Tintinnabulator",
  51. "description": "Harmonizes via Arvo P\u00e4rt style Tintinnabulation",
  52. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#tintinnabulator",
  53. "tags": [
  54. "quantizer",
  55. "utility"
  56. ]
  57. },
  58. {
  59. "slug": "NoteMeter",
  60. "name": "NoteMeter",
  61. "description": "Display note names for inbound V/Oct voltages",
  62. "manualUrl": "https://github.com/chinenual/Chinenual-VCV/blob/main/README.md#notemeter",
  63. "tags": [
  64. "visual",
  65. "utility"
  66. ]
  67. }
  68. ]
  69. }