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.3KB

  1. {
  2. "slug": "sn",
  3. "name": "sn",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-only",
  6. "author": "transcriptaze",
  7. "authorEmail": "transcriptaze.development@gmail.com",
  8. "authorUrl": "https://github.com/transcriptaze",
  9. "pluginUrl": "https://github.com/transcriptaze/sn-vcv",
  10. "manualUrl": "https://github.com/transcriptaze/sn-vcv/blob/main/documentation/MANUAL.md",
  11. "sourceUrl": "https://github.com/transcriptaze/sn-vcv",
  12. "changelogUrl": "https://github.com/transcriptaze/sn-vcv/blob/main/CHANGELOG.md",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "sn-vco",
  17. "name": "sn-vco",
  18. "description": "sn experimental additive synthesizer VCO",
  19. "tags": [
  20. "VCO",
  21. "Function generator",
  22. "Waveshaper"
  23. ]
  24. },
  25. {
  26. "slug": "sn-vcox",
  27. "name": "sn-vcox",
  28. "description": "sn experimental additive synthesizer VCO expander",
  29. "tags": [
  30. "Expander"
  31. ]
  32. },
  33. {
  34. "slug": "sn-lfo",
  35. "name": "sn-lfo",
  36. "description": "sn experimental additive synthesizer LFO",
  37. "tags": [
  38. "Function generator",
  39. "Low-frequency oscillator",
  40. "Waveshaper"
  41. ]
  42. },
  43. {
  44. "slug": "sn-lfox",
  45. "name": "sn-lfox",
  46. "description": "sn experimental additive synthesizer LFO expander",
  47. "tags": [
  48. "Expander"
  49. ]
  50. }
  51. ]
  52. }