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.

56 lines
1.2KB

  1. {
  2. "slug": "Circlefade",
  3. "name": "Circlefade",
  4. "version": "1.0.1",
  5. "license": "BSD-3-Clause",
  6. "brand": "Circlefade",
  7. "author": "Max Circlefade",
  8. "authorEmail": "max@circlefade.com",
  9. "authorUrl": "https://www.circlefade.com",
  10. "pluginUrl": "https://www.circlefade.com/vcv",
  11. "manualUrl": "https://www.circlefade.com/vcv",
  12. "sourceUrl": "https://github.com/max-circlefade/Circlefade",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "Random",
  17. "name": "Random",
  18. "description": "Random Pitch Gate with Ratcheting",
  19. "tags": [
  20. "Random"
  21. ]
  22. },
  23. {
  24. "slug": "Random2",
  25. "name": "Random2",
  26. "description": "Random Pitch Gate with Ratcheting, Sync, Scales and Loop",
  27. "tags": [
  28. "Random"
  29. ]
  30. },
  31. {
  32. "slug": "LFO",
  33. "name": "LFO",
  34. "description": "LFO with a Reset Input",
  35. "tags": [
  36. "LFO"
  37. ]
  38. },
  39. {
  40. "slug": "Delay",
  41. "name": "Delay",
  42. "description": "Delay module",
  43. "tags": [
  44. "Delay"
  45. ]
  46. },
  47. {
  48. "slug": "Clock",
  49. "name": "Clock",
  50. "description": "Clock module",
  51. "tags": [
  52. "Clock"
  53. ]
  54. }
  55. ]
  56. }