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.

46 lines
1.0KB

  1. {
  2. "slug": "aridacity",
  3. "name": "aridacity",
  4. "version": "1.0.1",
  5. "license": "BSD-3-Clause",
  6. "brand": "aridacity",
  7. "author": "aridacity",
  8. "authorEmail": "",
  9. "authorUrl": "https://cubeleco.blogspot.com",
  10. "pluginUrl": "https://github.com/aridacity/aridacityVCV",
  11. "manualUrl": "",
  12. "sourceUrl": "https://github.com/aridacity/aridacityVCV",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "ClockDiv",
  17. "name": "Clock Divider",
  18. "description": "16 step clock divider and sequencer",
  19. "tags": [
  20. "Clock modulator",
  21. "Switch",
  22. "Sequencer"
  23. ]
  24. },
  25. {
  26. "slug": "BCrush",
  27. "name": "Bit Crush",
  28. "description": "Bit crusher with bit operators",
  29. "tags": [
  30. "Digital",
  31. "Distortion",
  32. "Sample and hold",
  33. "Polyphonic"
  34. ]
  35. },
  36. {
  37. "slug": "Clip",
  38. "name": "Clip Limiter",
  39. "description": "Hard limiter with inner and outer limits",
  40. "tags": [
  41. "Limiter",
  42. "Polyphonic"
  43. ]
  44. }
  45. ]
  46. }