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.

52 lines
1.4KB

  1. {
  2. "slug": "squinktronix-plug1",
  3. "name": "Squinktronix",
  4. "author": "Squinktronix",
  5. "version": "2.2.7",
  6. "license": "GPL-3.0-or-later",
  7. "manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/README.md",
  8. "sourceUrl": "https://github.com/squinkylabs/SqHarmony",
  9. "changelogUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/CHANGELOG.md",
  10. "modules": [
  11. {
  12. "slug": "sqh-harmony1",
  13. "name": "Harmony",
  14. "description": "Harmony Generator",
  15. "manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/harmony.md",
  16. "tags": [
  17. "Utility",
  18. "Polyphonic"
  19. ]
  20. },
  21. {
  22. "slug": "sqh-arpeggiator1",
  23. "name": "Arpeggiator",
  24. "description": "Arpeggiator",
  25. "manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/arpeggiator.md",
  26. "tags": [
  27. "Arpeggiator",
  28. "Polyphonic"
  29. ]
  30. },
  31. {
  32. "slug": "sqh-harmony2",
  33. "name": "Harmony II",
  34. "disabled": false,
  35. "manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/harmonyII.md",
  36. "tags": [
  37. "Utility",
  38. "Polyphonic"
  39. ]
  40. },
  41. {
  42. "slug": "sqh-visualizer",
  43. "name": "Visualizer",
  44. "disabled": false,
  45. "manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/visualizer.md",
  46. "tags": [
  47. "Utility",
  48. "Polyphonic"
  49. ]
  50. }
  51. ]
  52. }