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

  1. {
  2. "slug": "AmbushedCat",
  3. "name": "AmbushedCat",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "AmbushedCat",
  7. "author": "Daniel Emberger",
  8. "authorEmail": "e.daniel3464@gmail.com",
  9. "authorUrl": "https://soundcloud.com/layzx-r",
  10. "pluginUrl": "",
  11. "manualUrl": "",
  12. "sourceUrl": "https://github.com/LegitCodeRed/AmbushedCat",
  13. "donateUrl": "https://www.paypal.com/donate/?hosted_button_id=YR6KDVL2W7PCN",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "TuringMaschine",
  18. "name": "TuringMaschineRythm",
  19. "description": "A probabilistic CV sequencer inspired by the original Music Thing Turing Machine. Generates semi-random looping sequences with adjustable probability and loop length.",
  20. "tags": [
  21. "Sequencer"
  22. ]
  23. },
  24. {
  25. "slug": "TuringGateExpander",
  26. "name": "TuringGates",
  27. "description": "An expander for the TuringMaschine module that outputs rhythmic gate patterns derived from the current sequence state. Useful for triggering drums, envelopes, or other events.",
  28. "tags": [
  29. "Expander"
  30. ]
  31. },
  32. {
  33. "slug": "TuringVoltsExpander",
  34. "name": "TuringFlow",
  35. "description": "An expander for the TuringMaschine that provides additional CV outputs based on bits of the sequence. Allows complex modulation and control signals derived from the main sequence.",
  36. "tags": [
  37. "Expander"
  38. ]
  39. },
  40. {
  41. "slug": "Tape",
  42. "name": "Tape Machine",
  43. "description": "A detailed tape emulation module offering saturation, wow & flutter, bias shaping, and vintage tape coloration. Perfect for adding analog warmth and character to your sound.",
  44. "tags": [
  45. "Effect",
  46. "Dynamics",
  47. "Physical modeling",
  48. "Distortion"
  49. ]
  50. }
  51. ]
  52. }