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.

41 lines
1.0KB

  1. {
  2. "slug": "SIM",
  3. "name": "SIM",
  4. "version": "2.0.1",
  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. "changelogUrl": "https://raw.githubusercontent.com/imDanSable/SIM/v2.0.1/CHANGELOG",
  13. "modules": [
  14. {
  15. "slug": "Blank",
  16. "name": "Blank",
  17. "description": "Blank",
  18. "tags": [
  19. "Blank"
  20. ]
  21. },
  22. {
  23. "slug": "Coerce",
  24. "name": "Coerce",
  25. "description": "Quantize an incoming polyphonic signal to voltages of another polyphonic signal.",
  26. "tags": [
  27. "Quantizer",
  28. "Polyphonic"
  29. ]
  30. },
  31. {
  32. "slug": "Coerce6",
  33. "name": "Coerce6",
  34. "description": "Quantize incoming polyphonic signals to voltages of another polyphonic signal.",
  35. "tags": [
  36. "Quantizer",
  37. "Polyphonic"
  38. ]
  39. }
  40. ]
  41. }