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.

57 lines
1.4KB

  1. {
  2. "slug": "Axioma",
  3. "name": "Axioma",
  4. "version": "1.1.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Axioma",
  7. "author": "Kaue Werner",
  8. "authorEmail": "kaue.werner@gmail.com",
  9. "authorUrl": "https://kauewerner.github.io",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/kauewerner/Axioma/blob/main/README.md",
  12. "sourceUrl": "https://github.com/kauewerner/Axioma",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "TheBifurcator",
  18. "name": "TheBifurcator",
  19. "description": "Generate CV/GATE/TRIGGER outputs based on bifurcation maps of iterated functions",
  20. "tags": [
  21. "Sequencer",
  22. "Noise",
  23. "Random",
  24. "Visual"
  25. ]
  26. },
  27. {
  28. "slug": "Tesseract",
  29. "name": "Tesseract",
  30. "description": "Generate CV output sequences using vertex positions of a rotating tesseract projected on a 2D space",
  31. "tags": [
  32. "Low-frequency oscillator",
  33. "Visual"
  34. ]
  35. },
  36. {
  37. "slug": "Ikeda",
  38. "name": "Ikeda",
  39. "description": "Generate CV output sequences with positions of chaotic attractors in the Ikeda map",
  40. "tags": [
  41. "Sequencer",
  42. "Noise",
  43. "Random",
  44. "Visual"
  45. ]
  46. },
  47. {
  48. "slug": "Rhodonea",
  49. "name": "Rhodonea",
  50. "description": "Oscillator based on rhodonea (rose) curves",
  51. "tags": [
  52. "Oscillator",
  53. "Visual"
  54. ]
  55. }
  56. ]
  57. }