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.

31 lines
804B

  1. {
  2. "slug": "MosquitoLabs",
  3. "name": "Mosquito Labs",
  4. "version": "1.0.0",
  5. "license": "GPL-3.0-only",
  6. "author": "R. Mosquito",
  7. "authorEmail": "",
  8. "authorUrl": "",
  9. "pluginUrl": "https://github.com/rmosquito/vcv-mosquito/",
  10. "manualUrl": "https://github.com/rmosquito/vcv-mosquito/",
  11. "sourceUrl": "https://github.com/rmosquito/vcv-mosquito/",
  12. "donateUrl": "",
  13. "modules": [
  14. {
  15. "slug": "PulseCzar",
  16. "name": "PulseCzar",
  17. "description": "8-bit wavetable oscillator based on C. Roads' Pulsar Synthesis model.",
  18. "tags": [
  19. "Oscillator"
  20. ]
  21. },
  22. {
  23. "slug": "PhaseCzar",
  24. "name": "PhaseCzar",
  25. "description": "8-bit wavetable oscillator based on Casio's Phase Distortion model.",
  26. "tags": [
  27. "Oscillator"
  28. ]
  29. }
  30. ]
  31. }