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.

65 lines
1.7KB

  1. {
  2. "slug": "eightfold",
  3. "name": "eightfold",
  4. "version": "2.0.1",
  5. "license": "GPL-3.0-only",
  6. "brand": "scanner darkly",
  7. "author": "scanner darkly",
  8. "authorUrl": "https://github.com/scanner-darkly",
  9. "pluginUrl": "https://github.com/scanner-darkly/eightfold",
  10. "manualUrl": "https://github.com/scanner-darkly/eightfold/wiki",
  11. "sourceUrl": "https://github.com/scanner-darkly/eightfold",
  12. "modules": [
  13. {
  14. "slug": "SDOrcasHeartV2",
  15. "name": "orca's heart v2",
  16. "description": "eight-voice algorithmic sequence generator",
  17. "manualUrl": "https://github.com/scanner-darkly/eightfold#orcas-heart-v2",
  18. "tags": [
  19. "Arpeggiator",
  20. "Polyphonic",
  21. "Sequencer"
  22. ]
  23. },
  24. {
  25. "slug": "SDLines",
  26. "name": "lines",
  27. "description": "polyphonic voltage visualizer",
  28. "manualUrl": "https://github.com/scanner-darkly/eightfold#lines",
  29. "tags": [
  30. "Polyphonic",
  31. "Visual"
  32. ]
  33. },
  34. {
  35. "slug": "SDFormation",
  36. "name": "formation",
  37. "description": "mono to polyphonic voltage converter",
  38. "manualUrl": "https://github.com/scanner-darkly/eightfold#formation",
  39. "tags": [
  40. "Polyphonic",
  41. "Utility"
  42. ]
  43. },
  44. {
  45. "slug": "SDTransgate",
  46. "name": "transgate",
  47. "description": "gate controlled precision adder",
  48. "manualUrl": "https://github.com/scanner-darkly/eightfold#transgate",
  49. "tags": [
  50. "Polyphonic",
  51. "Utility"
  52. ]
  53. },
  54. {
  55. "slug": "SDComparator",
  56. "name": "comparator",
  57. "description": "polyphonic comparator",
  58. "manualUrl": "https://github.com/scanner-darkly/eightfold#comparator",
  59. "tags": [
  60. "Polyphonic",
  61. "Utility"
  62. ]
  63. }
  64. ]
  65. }