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.

38 lines
1.2KB

  1. {
  2. "slug": "Chinenual-VCV",
  3. "name": "Chinenual",
  4. "version": "2.2.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. }