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.

101 lines
2.3KB

  1. {
  2. "slug": "OrangeLine",
  3. "name": "OrangeLine",
  4. "version": "2.4.2",
  5. "license": "GPL-3.0-only",
  6. "brand": "",
  7. "author": "Dieter Stubler",
  8. "authorEmail": "dieter.stubler@googlemail.com",
  9. "authorUrl": "https://github.com/Stubs42/OrangeLine",
  10. "pluginUrl": "https://github.com/Stubs42/OrangeLine",
  11. "manualUrl": "https://github.com/Stubs42/OrangeLine/blob/2.0/README.md",
  12. "sourceUrl": "https://github.com/Stubs42/OrangeLine",
  13. "donateUrl": "https://paypal.me/DieterStubler?locale.x=de_DE",
  14. "modules": [
  15. {
  16. "slug": "Fence",
  17. "name": "Fence",
  18. "description": "Keep CVs in a defined pitch range",
  19. "tags": [
  20. "Quantizer",
  21. "Tuner",
  22. "Utility",
  23. "Distortion",
  24. "WaveShaper",
  25. "Polyphonic"
  26. ]
  27. },
  28. {
  29. "slug": "Swing",
  30. "name": "Swing",
  31. "description": "Micro Timing Sequencer",
  32. "tags": [
  33. "Sequencer",
  34. "Clock",
  35. "Clock modulator"
  36. ]
  37. },
  38. {
  39. "slug": "Mother",
  40. "name": "Mother",
  41. "description": "Mode aware probability driven quantizer",
  42. "tags": [
  43. "Quantizer",
  44. "Sequencer",
  45. "Polyphonic"
  46. ]
  47. },
  48. {
  49. "slug": "Phrase",
  50. "name": "Phrase",
  51. "description": "Utility to sequence phrases by sequencing a sequencer",
  52. "tags": [
  53. "Sequencer",
  54. "Utility",
  55. "Clock modulator"
  56. ]
  57. },
  58. {
  59. "slug": "Dejavu",
  60. "name": "Dejavu",
  61. "description": "Random Cv and Trigger generator with nested repeat functionality",
  62. "tags": [
  63. "Utility",
  64. "Polyphonic",
  65. "Random",
  66. "Sequencer",
  67. "Visual"
  68. ]
  69. },
  70. {
  71. "slug": "Gator",
  72. "name": "Gator",
  73. "description": "Phased Based Microtiming, Ratcheting and Strumming",
  74. "tags": [
  75. "Utility",
  76. "Polyphonic",
  77. "Clock Modulator"
  78. ]
  79. },
  80. {
  81. "slug": "Resc",
  82. "name": "Resc",
  83. "description": "Utility to harmonicaly rescales pitch from one scale to another scale",
  84. "tags": [
  85. "Utility",
  86. "Polyphonic"
  87. ]
  88. },
  89. {
  90. "slug": "Morph",
  91. "name": "Morph",
  92. "description": "Morphing of given or random sequences with turing machine functionality",
  93. "tags": [
  94. "Utility",
  95. "Sequencer",
  96. "Random",
  97. "Polyphonic"
  98. ]
  99. }
  100. ]
  101. }