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.

39 lines
1.2KB

  1. {
  2. "slug": "NocturnalEncoder",
  3. "name": "Nocturnal Encoder",
  4. "version": "2.0.0",
  5. "license": "BSD-3-Clause",
  6. "brand": "Nocturnal Encoder",
  7. "description": "This plugin exists to provide a low-cost connection between hardware Eurorack synthesizers and VCV Rack.",
  8. "author": "David Peterson",
  9. "authorEmail": "djp23662@gmail.com",
  10. "authorUrl": "https://github.com/djpeterso23662",
  11. "pluginUrl": "https://github.com/djpeterso23662/NocturnalEncoder",
  12. "manualUrl": "https://github.com/djpeterso23662/NocturnalEncoder/blob/master/README.md",
  13. "sourceUrl": "https://github.com/djpeterso23662/NocturnalEncoder",
  14. "donateUrl": "",
  15. "changelogUrl": "https://github.com/djpeterso23662/NocturnalEncoder#changes",
  16. "modules": [
  17. {
  18. "slug": "AMDecoder",
  19. "name": "NE-1 Decoder",
  20. "description": "Dual Amplitude Modulation Decoder",
  21. "tags": [
  22. "Attenuator",
  23. "Slew limiter",
  24. "Envelope follower",
  25. "Dual"
  26. ]
  27. },
  28. {
  29. "slug": "AMEncoder",
  30. "name": "NE-2 Encoder",
  31. "description": "Dual Amplitude Modulation Encoder",
  32. "tags": [
  33. "Oscillator",
  34. "Voltage-controlled amplifier",
  35. "Dual"
  36. ]
  37. }
  38. ]
  39. }