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.

73 lines
1.8KB

  1. {
  2. "slug": "CVfunk",
  3. "name": "CV funk Modules",
  4. "version": "2.0.1",
  5. "license": "MIT",
  6. "brand": "CV funk",
  7. "author": "Cody Geary",
  8. "authorEmail": "codyge@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/codygeary/CVfunk-Modules",
  11. "manualUrl": "https://github.com/codygeary/CVfunk-Modules/blob/main/img/CV_funk_Manual.pdf",
  12. "sourceUrl": "https://github.com/codygeary/CVfunk-Modules",
  13. "donateUrl": "https://www.paypal.com/donate/?hosted_button_id=P69BU6HMBTYYY",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Steps",
  18. "name": "Steps",
  19. "description": "Fusion of a comparator and a step generator",
  20. "tags": [
  21. "Function generator",
  22. "Sample and hold",
  23. "Utility"
  24. ]
  25. },
  26. {
  27. "slug": "EnvelopeArray",
  28. "name": "Envelope Array",
  29. "description": "Six related envelopes and gates",
  30. "tags": [
  31. "Envelope generator",
  32. "Polyphonic",
  33. "Function generator"
  34. ]
  35. },
  36. {
  37. "slug": "PentaSequencer",
  38. "name": "Penta Sequencer",
  39. "description": "A five step sequencer with five simultaneous outputs and tempo-synced slew",
  40. "tags": [
  41. "Sequencer"
  42. ]
  43. },
  44. {
  45. "slug": "ImpulseController",
  46. "name": "Impulse Controller",
  47. "description": "Decay envelopes propagate across a network of 24 nodes",
  48. "tags": [
  49. "Envelope generator",
  50. "Function generator",
  51. "Visual"
  52. ]
  53. },
  54. {
  55. "slug": "Signals",
  56. "name": "Signals",
  57. "description": "A small 6-channel oscilloscope for visualizing rack signals.",
  58. "tags": [
  59. "Visual"
  60. ]
  61. },
  62. {
  63. "slug": "Ranges",
  64. "name": "Ranges",
  65. "description": "Convert two input voltages into upto 12 equal intervals.",
  66. "tags": [
  67. "Utility"
  68. ]
  69. }
  70. ]
  71. }