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
1011B

  1. {
  2. "slug": "MosquitoLabs",
  3. "name": "Mosquito Labs",
  4. "version": "1.1.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. "slug": "FoldCzar",
  32. "name": "FoldCzar",
  33. "description": "Variable slope oscillator with integrated wavefolding and pole-swapping.",
  34. "tags": [
  35. "Oscillator"
  36. ]
  37. }
  38. ]
  39. }