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.

100 lines
2.3KB

  1. {
  2. "slug": "regen-modular",
  3. "name": "Regen Modular",
  4. "version": "1.0.4",
  5. "license": "proprietary",
  6. "author": "Studio Regen",
  7. "authorEmail": "studioregen@gmail.com",
  8. "authorUrl": "http://www.studioregen.com/",
  9. "pluginUrl": "http://modular.studioregen.com/",
  10. "manualUrl": "https://gitlab.com/studio-regen/regen-modular/wikis/user-manual",
  11. "modules": [
  12. {
  13. "slug": "regen-cyclex-vco",
  14. "name": "Cyclex VCO",
  15. "description": "Oscillator that generates waveforms using looped simplex noise.",
  16. "tags": [
  17. "VCO",
  18. "Polyphonic"
  19. ]
  20. },
  21. {
  22. "slug": "regen-cyclex-lfo",
  23. "name": "Cyclex LFO",
  24. "description": "Low-frequency oscillator that generates waveforms using looped simplex noise.",
  25. "tags": [
  26. "LFO",
  27. "Polyphonic"
  28. ]
  29. },
  30. {
  31. "slug": "regen-frames",
  32. "name": "Frames",
  33. "description": "A sequencer that takes inspiration from tracker software.",
  34. "tags": [
  35. "Sequencer"
  36. ]
  37. },
  38. {
  39. "slug": "regen-nessie-triangle",
  40. "name": "Nessie Triangle",
  41. "description": "Chip inspired quantized triangle oscillator.",
  42. "tags": [
  43. "VCO",
  44. "Polyphonic"
  45. ]
  46. },
  47. {
  48. "slug": "regen-nessie-pulse",
  49. "name": "Nessie Pulse",
  50. "description": "Chip inspired pulse oscillator.",
  51. "tags": [
  52. "VCO",
  53. "Polyphonic"
  54. ]
  55. },
  56. {
  57. "slug": "regen-nessie-noise",
  58. "name": "Nessie Noise",
  59. "description": "Chip inspired periodic noise oscillator.",
  60. "tags": [
  61. "VCO"
  62. ]
  63. },
  64. {
  65. "slug": "regen-nessie-saw",
  66. "name": "Nessie Saw",
  67. "description": "Chip inspired sawtooth oscillator.",
  68. "tags": [
  69. "VCO",
  70. "Polyphonic"
  71. ]
  72. },
  73. {
  74. "slug": "regen-quan",
  75. "name": "Quan",
  76. "description": "Note quantizer with even and uneven distribution modes.",
  77. "tags": [
  78. "Utility",
  79. "Polyphonic"
  80. ]
  81. },
  82. {
  83. "slug": "regen-const",
  84. "name": "Const",
  85. "description": "Four-channel DC voltage generator.",
  86. "tags": [
  87. "Utility"
  88. ]
  89. },
  90. {
  91. "slug": "regen-xfade",
  92. "name": "XFade",
  93. "description": "Linear crossfader for blending between two input signals.",
  94. "tags": [
  95. "Utility",
  96. "Polyphonic"
  97. ]
  98. }
  99. ]
  100. }