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.

55 lines
1.3KB

  1. {
  2. "slug": "AaronStatic",
  3. "name": "Aaron Static",
  4. "version": "2.0.1",
  5. "license": "MIT",
  6. "brand": "Aaron Static",
  7. "author": "Aaron Static",
  8. "authorEmail": "aaronstatic@gmail.com",
  9. "authorUrl": "https://github.com/aaronstatic/",
  10. "pluginUrl": "https://github.com/aaronstatic/AaronStatic_modules",
  11. "manualUrl": "https://github.com/aaronstatic/AaronStatic_modules",
  12. "sourceUrl": "https://github.com/aaronstatic/AaronStatic_modules",
  13. "donateUrl": "https://paypal.me/AaronStaticAU",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "ChordCV",
  18. "name": "ChordCV",
  19. "description": "Generates a chord",
  20. "tags": [
  21. "Polyphonic",
  22. "Tuner"
  23. ]
  24. },
  25. {
  26. "slug": "ScaleCV",
  27. "name": "ScaleCV",
  28. "description": "Generates a scale",
  29. "tags": [
  30. "Polyphonic",
  31. "Tuner",
  32. "Quantizer"
  33. ]
  34. },
  35. {
  36. "slug": "DiatonicCV",
  37. "name": "DiatonicCV",
  38. "description": "Generates diatonic chords from the provided scale",
  39. "tags": [
  40. "Polyphonic",
  41. "Tuner"
  42. ]
  43. },
  44. {
  45. "slug": "RandomNoteCV",
  46. "name": "RandomNoteCV",
  47. "description": "Generates a random note when triggered",
  48. "tags": [
  49. "Polyphonic",
  50. "Tuner",
  51. "Random"
  52. ]
  53. }
  54. ]
  55. }