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.

44 lines
1.0KB

  1. {
  2. "slug": "s-ol",
  3. "name": "s-ol",
  4. "version": "1.0.0",
  5. "license": "MIT",
  6. "brand": "s-ol",
  7. "author": "sol bekic",
  8. "authorEmail": "s+vcv@s-ol.nu",
  9. "authorUrl": "https://s-ol.nu",
  10. "pluginUrl": "https://s-ol.nu/vcvmods",
  11. "manualUrl": "https://s-ol.nu/vcvmods/doc",
  12. "sourceUrl": "https://git.s-ol.nu/vcvmods",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "WrapComp",
  17. "name": "Wrapping Comparator",
  18. "description": "compares a voltage against a window in a circular space",
  19. "tags": [
  20. "Utility",
  21. "Logic"
  22. ]
  23. },
  24. {
  25. "slug": "CircleVCO",
  26. "name": "Quadrature Circle VCO",
  27. "description": "sinewave VCO with 90\u00b0 quadrature output for drawing circles.",
  28. "tags": [
  29. "Digital",
  30. "Oscillator",
  31. "Visual"
  32. ]
  33. },
  34. {
  35. "slug": "Modulo",
  36. "name": "Modulo / Round",
  37. "description": "generates a modulo + rounded signal for a voltage-controlled step size.",
  38. "tags": [
  39. "Logic",
  40. "Quantizer"
  41. ]
  42. }
  43. ]
  44. }