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.

63 lines
1.5KB

  1. {
  2. "slug": "LilacLoop",
  3. "name": "Lilac Loop",
  4. "version": "2.1.6",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Lilac",
  7. "author": "Gavin Rough",
  8. "authorEmail": "lilacloop@grough.com",
  9. "pluginUrl": "https://grough.github.io/lilac-loop-vcv/",
  10. "manualUrl": "https://grough.github.io/lilac-loop-vcv/",
  11. "sourceUrl": "https://github.com/grough/lilac-loop-vcv",
  12. "changelogUrl": "https://github.com/grough/lilac-loop-vcv/releases",
  13. "modules": [
  14. {
  15. "slug": "Looper",
  16. "name": "Looper",
  17. "description": "Stereo multi-track live looper",
  18. "tags": [
  19. "Polyphonic",
  20. "Recording",
  21. "Sampler"
  22. ]
  23. },
  24. {
  25. "slug": "LooperFeedbackExpander",
  26. "name": "Looper Feedback Expander",
  27. "description": "Place this expander on the right-hand side of Looper to process the feedback loop",
  28. "manualUrl": "https://grough.github.io/lilac-loop-vcv/#feedback-expander",
  29. "tags": [
  30. "Expander",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "LoopMutator",
  36. "name": "Loop Mutator",
  37. "description": "Work in progress",
  38. "tags": [
  39. "Recording",
  40. "Sampler"
  41. ],
  42. "hidden": true
  43. },
  44. {
  45. "slug": "LooperTwo",
  46. "name": "Looper Two",
  47. "description": "Work in progress",
  48. "tags": [
  49. "Polyphonic",
  50. "Recording",
  51. "Sampler"
  52. ],
  53. "hidden": true
  54. },
  55. {
  56. "slug": "Lopper",
  57. "name": "Lopper",
  58. "description": "Work in progress",
  59. "tags": [],
  60. "hidden": true
  61. }
  62. ]
  63. }