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.

42 lines
1.4KB

  1. {
  2. "slug": "Rigatoni",
  3. "name": "Rigatoni",
  4. "version": "2.2.0",
  5. "license": "MIT",
  6. "brand": "Rigatoni Modular",
  7. "author": "Ian Hoffman",
  8. "authorEmail": "ijh6@cornell.edu",
  9. "authorUrl": "https://github.com/ianjhoffman",
  10. "pluginUrl": "https://github.com/ianjhoffman/RigatoniModular",
  11. "manualUrl": "https://github.com/ianjhoffman/RigatoniModular/tree/master/manuals",
  12. "sourceUrl": "https://github.com/ianjhoffman/RigatoniModular",
  13. "donateUrl": "https://www.buymeacoffee.com/rigatonimodular",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "RigatoniModular-ThruZero",
  18. "name": "Thru Zero",
  19. "description": "A small waveshaping utility that mimics soft oscillator sync for input ramp waves and acts as a through zero FM helper",
  20. "manualUrl": "https://github.com/ianjhoffman/RigatoniModular/blob/master/manuals/ThruZero.md",
  21. "tags": [
  22. "Distortion",
  23. "Utility",
  24. "Waveshaper"
  25. ],
  26. "keywords": "soft sync comparator fm tzfm through zero"
  27. },
  28. {
  29. "slug": "RigatoniModular-Loom",
  30. "name": "Loom",
  31. "description": "An additive oscillator based loosely on the structure of Euclidean pattern sequencing",
  32. "manualUrl": "https://github.com/ianjhoffman/RigatoniModular/blob/master/manuals/Loom.md",
  33. "tags": [
  34. "Digital",
  35. "Low-frequency oscillator",
  36. "Oscillator",
  37. "Synth voice"
  38. ],
  39. "keywords": "additive euclidean vco lfo"
  40. }
  41. ]
  42. }