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.

40 lines
961B

  1. {
  2. "slug": "SIM",
  3. "name": "SIM",
  4. "version": "2.0.0",
  5. "license": "BSD-2-Clause",
  6. "brand": "SIM",
  7. "author": "Dan Sable",
  8. "authorEmail": "imdansable@gmail.com",
  9. "pluginUrl": "https://github.com/imDanSable/SIM",
  10. "manualUrl": "https://github.com/imDanSable/SIM/blob/master/README.md",
  11. "sourceUrl": "https://github.com/imDanSable/SIM",
  12. "modules": [
  13. {
  14. "slug": "Blank",
  15. "name": "Blank",
  16. "description": "Blank",
  17. "tags": [
  18. "Blank"
  19. ]
  20. },
  21. {
  22. "slug": "Coerce",
  23. "name": "Coerce",
  24. "description": "Quantize an incoming polyphonic signal to voltages of another polyphonic signal.",
  25. "tags": [
  26. "Quantizer",
  27. "Polyphonic"
  28. ]
  29. },
  30. {
  31. "slug": "Coerce6",
  32. "name": "Coerce6",
  33. "description": "Quantize incoming polyphonic signals to voltages of another polyphonic signal.",
  34. "tags": [
  35. "Quantizer",
  36. "Polyphonic"
  37. ]
  38. }
  39. ]
  40. }