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.

43 lines
1.1KB

  1. {
  2. "slug": "squinkylabs-plug1",
  3. "name": "Squinky Labs",
  4. "author": "Squinky Labs",
  5. "license": "CC0-1.0",
  6. "authorEmail": "contact@vcvrack.com",
  7. "authorUrl": "https://github.com/squinkylabs/SquinkyVCV/README.md",
  8. "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV",
  9. "version": "1.0.0",
  10. "modules": {
  11. "fun1": {
  12. "name": "fun1",
  13. "description": "A multi-function VCO with low aliasing",
  14. "tags": ["VCO"],
  15. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/functional-vco-1.md"
  16. },
  17. "lfn": {
  18. "name": "lfn",
  19. "description": "Low frequency random voltage generator",
  20. "tags": ["NOISE", "RANDOM", "LFO"]
  21. },
  22. "growler": {
  23. "name": "growler",
  24. "description": "Formants: Vocal Filter",
  25. "tags": ["EFFECT", "FILTER"]
  26. },
  27. "cheby": {
  28. "name": "cheby",
  29. "description": "Chebyshev II: Waveshaper VCO",
  30. "tags": ["VCO"]
  31. },
  32. "shaper": {
  33. "name": "shaper",
  34. "description": "Shaper: Precision Wave Shaper",
  35. "tags": ["EFFECT", "OSCILLATOR", "WAVESHAPER"]
  36. },
  37. "gray": {
  38. "name": "gray",
  39. "description": "Gray Code: Eclectic clock divider",
  40. "tags": [ "CLOCK_MODULATOR", "RANDOM"]
  41. }
  42. }
  43. }