Browse Source

Add author to manifest (scraped from source GitHub URL)

pull/32/head
Andrew Belt 7 years ago
parent
commit
543cfa95f5
39 changed files with 53 additions and 17 deletions
  1. +1
    -0
      plugins/Aepelzens Parasites.json
  2. +2
    -1
      plugins/AmalgamatedHarmonics.json
  3. +1
    -0
      plugins/ArableInstruments.json
  4. +1
    -0
      plugins/AutodafeDrumKit.json
  5. +1
    -0
      plugins/AutodafeModulePack.json
  6. +2
    -1
      plugins/Bogaudio.json
  7. +2
    -4
      plugins/Gratrix.json
  8. +1
    -0
      plugins/HetrickCV.json
  9. +1
    -0
      plugins/JE.json
  10. +1
    -0
      plugins/JW-Modules.json
  11. +1
    -0
      plugins/KarateSnoopy.json
  12. +2
    -1
      plugins/LOGinstruments.json
  13. +1
    -0
      plugins/LindenbergResearch.json
  14. +2
    -1
      plugins/ML_modules.json
  15. +2
    -1
      plugins/MSM.json
  16. +1
    -0
      plugins/Monome.json
  17. +1
    -0
      plugins/MrLumps.json
  18. +1
    -0
      plugins/NauModular.json
  19. +2
    -1
      plugins/Nohmad.json
  20. +2
    -1
      plugins/NonLinearInstruments.json
  21. +1
    -0
      plugins/ParableInstruments.json
  22. +1
    -0
      plugins/PvC.json
  23. +1
    -0
      plugins/Qwelk.json
  24. +1
    -0
      plugins/RJModules.json
  25. +1
    -0
      plugins/RODENTMODULES.json
  26. +1
    -0
      plugins/Simplemodulepack.json
  27. +1
    -0
      plugins/Strum'sMentalModules.json
  28. +2
    -1
      plugins/ValleyRackFree.json
  29. +2
    -1
      plugins/VultModules.json
  30. +1
    -0
      plugins/av500.json
  31. +2
    -1
      plugins/bidoo.json
  32. +2
    -1
      plugins/cf.json
  33. +1
    -0
      plugins/dBiz.json
  34. +1
    -0
      plugins/dekstop.json
  35. +1
    -0
      plugins/luckyxxl.json
  36. +1
    -0
      plugins/moDllz.json
  37. +1
    -0
      plugins/mscHack.json
  38. +1
    -0
      plugins/s-ol.json
  39. +3
    -2
      plugins/trowaSoft.json

+ 1
- 0
plugins/Aepelzens Parasites.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "Aepelzens Parasites", "slug": "Aepelzens Parasites",
"name": "Aepelzens Parasites", "name": "Aepelzens Parasites",
"author": "Aepelzen",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/Aepelzen/AepelzensParasites" "source": "https://github.com/Aepelzen/AepelzensParasites"
} }

+ 2
- 1
plugins/AmalgamatedHarmonics.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "AmalgamatedHarmonics", "slug": "AmalgamatedHarmonics",
"name": "Amalgamated Harmonics", "name": "Amalgamated Harmonics",
"author": "jhoar",
"version": "0.5.4", "version": "0.5.4",
"manual": "https://github.com/jhoar/AmalgamatedHarmonics/wiki", "manual": "https://github.com/jhoar/AmalgamatedHarmonics/wiki",
"source": "https://github.com/jhoar/AmalgamatedHarmonics", "source": "https://github.com/jhoar/AmalgamatedHarmonics",
@@ -18,4 +19,4 @@
"sh256": "bfe831ae5bdcb285adf2811deb8d0b5f1839f9a312be6f2382035969907be2c1" "sh256": "bfe831ae5bdcb285adf2811deb8d0b5f1839f9a312be6f2382035969907be2c1"
} }
} }
}
}

+ 1
- 0
plugins/ArableInstruments.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "ArableInstruments", "slug": "ArableInstruments",
"name": "Arable Instruments", "name": "Arable Instruments",
"author": "adbrant",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/adbrant/ArableInstruments", "source": "https://github.com/adbrant/ArableInstruments",
"manual": "https://github.com/adbrant/ArableInstruments/blob/master/README.md", "manual": "https://github.com/adbrant/ArableInstruments/blob/master/README.md",


+ 1
- 0
plugins/AutodafeDrumKit.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "AutodafeDrumKit", "slug": "AutodafeDrumKit",
"name": "Autodafe Drum Kit", "name": "Autodafe Drum Kit",
"author": "antoniograzioli",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/antoniograzioli/Autodafe-Drums", "source": "https://github.com/antoniograzioli/Autodafe-Drums",
"homepage": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html" "homepage": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html"

+ 1
- 0
plugins/AutodafeModulePack.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "AutodafeModulePack", "slug": "AutodafeModulePack",
"name": "Autodafe Module Pack", "name": "Autodafe Module Pack",
"author": "antoniograzioli",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/antoniograzioli/Autodafe", "source": "https://github.com/antoniograzioli/Autodafe",
"homepage": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html" "homepage": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules.html"

+ 2
- 1
plugins/Bogaudio.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "Bogaudio", "slug": "Bogaudio",
"name": "Bogaudio", "name": "Bogaudio",
"author": "bogaudio",
"license": "BSD 3-clause", "license": "BSD 3-clause",
"version": "0.5.1", "version": "0.5.1",
"homepage": "https://github.com/bogaudio/BogaudioModules", "homepage": "https://github.com/bogaudio/BogaudioModules",
@@ -20,4 +21,4 @@
"sha256": "22a15b5fbd7f7581967fffe45e62d1853b853b8be26086bcc8c12108a377fdb8" "sha256": "22a15b5fbd7f7581967fffe45e62d1853b853b8be26086bcc8c12108a377fdb8"
} }
} }
}
}

+ 2
- 4
plugins/Gratrix.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "Gratrix", "slug": "Gratrix",
"name": "Gratrix", "name": "Gratrix",
"author": "gratrix",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/gratrix/vcv-gratrix", "source": "https://github.com/gratrix/vcv-gratrix",
"manual": "http://gratrix.net/vcvrack/", "manual": "http://gratrix.net/vcvrack/",
@@ -14,7 +15,4 @@
"sha256": "c8c096e4d6a52d930145c24d4c7fb9fa6e8b04d6285a0f4aca4c0e8cda980cde" "sha256": "c8c096e4d6a52d930145c24d4c7fb9fa6e8b04d6285a0f4aca4c0e8cda980cde"
} }
} }
}



}

+ 1
- 0
plugins/HetrickCV.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "HetrickCV", "slug": "HetrickCV",
"name": "HetrickCV", "name": "HetrickCV",
"author": "mhetrick",
"version": "0.5.3", "version": "0.5.3",
"source": "https://github.com/mhetrick/hetrickcv", "source": "https://github.com/mhetrick/hetrickcv",
"manual": "https://github.com/mhetrick/hetrickcv/blob/master/README.md", "manual": "https://github.com/mhetrick/hetrickcv/blob/master/README.md",


+ 1
- 0
plugins/JE.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "JE", "slug": "JE",
"name": "JE", "name": "JE",
"author": "eres-j",
"version": "0.5.1", "version": "0.5.1",
"source": "https://github.com/eres-j/VCVRack-plugin-JE", "source": "https://github.com/eres-j/VCVRack-plugin-JE",
"manual": "https://github.com/eres-j/VCVRack-plugin-JE/blob/master/README.md", "manual": "https://github.com/eres-j/VCVRack-plugin-JE/blob/master/README.md",


+ 1
- 0
plugins/JW-Modules.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "JW-Modules", "slug": "JW-Modules",
"name": "JW-Modules", "name": "JW-Modules",
"author": "jeremywen",
"version": "0.5.7", "version": "0.5.7",
"homepage": "http://jeremywentworth.com", "homepage": "http://jeremywentworth.com",
"manual": "https://github.com/jeremywen/JW-Modules/blob/master/README.md", "manual": "https://github.com/jeremywen/JW-Modules/blob/master/README.md",


+ 1
- 0
plugins/KarateSnoopy.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "KarateSnoopy", "slug": "KarateSnoopy",
"name": "KarateSnoopy", "name": "KarateSnoopy",
"author": "KarateSnoopy",
"license": "MIT", "license": "MIT",
"version": "0.5.0", "version": "0.5.0",
"homepage": "https://github.com/KarateSnoopy/vcv-karatesnoopy", "homepage": "https://github.com/KarateSnoopy/vcv-karatesnoopy",


+ 2
- 1
plugins/LOGinstruments.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "LOGinstruments", "slug": "LOGinstruments",
"name": "LOGinstruments", "name": "LOGinstruments",
"author": "leopard86",
"version": "0.5.3", "version": "0.5.3",
"source": "https://github.com/leopard86/LOGinstruments", "source": "https://github.com/leopard86/LOGinstruments",
"manual": "https://github.com/leopard86/LOGinstruments/blob/master/README.md", "manual": "https://github.com/leopard86/LOGinstruments/blob/master/README.md",
@@ -18,4 +19,4 @@
"sha256": "e2bae5c98097f337af2ac1e3f4c914bffb4aa0a75906ffdd45e76a98a90cfd8e" "sha256": "e2bae5c98097f337af2ac1e3f4c914bffb4aa0a75906ffdd45e76a98a90cfd8e"
} }
} }
}
}

+ 1
- 0
plugins/LindenbergResearch.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "LindenbergResearch", "slug": "LindenbergResearch",
"name": "Lindenberg Research", "name": "Lindenberg Research",
"author": "lindenbergresearch",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/lindenbergresearch/LRTRack", "source": "https://github.com/lindenbergresearch/LRTRack",
"downloads": { "downloads": {


+ 2
- 1
plugins/ML_modules.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "ML_modules", "slug": "ML_modules",
"name": "ML modules", "name": "ML modules",
"author": "martin-lueders",
"version": "0.5.1", "version": "0.5.1",
"source": "https://github.com/martin-lueders/ML_modules", "source": "https://github.com/martin-lueders/ML_modules",
"manual": "https://github.com/martin-lueders/ML_modules/wiki", "manual": "https://github.com/martin-lueders/ML_modules/wiki",
@@ -14,4 +15,4 @@
"sha256": "1a4ade350338efe5ad3f59f0e4c67c70d24094a59a867c6758a1c17a8840f9b0" "sha256": "1a4ade350338efe5ad3f59f0e4c67c70d24094a59a867c6758a1c17a8840f9b0"
} }
} }
}
}

+ 2
- 1
plugins/MSM.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "MSM", "slug": "MSM",
"name": "MSM", "name": "MSM",
"author": "Phal-anx",
"version": "0.5.3", "version": "0.5.3",
"source": "https://github.com/Phal-anx/MSM", "source": "https://github.com/Phal-anx/MSM",
"downloads": { "downloads": {
@@ -17,4 +18,4 @@
"sha256": "458b4b3b64bfb912fe0bc973807310be64f7eeb5ba6bd3c244f5ddbe33ac6784" "sha256": "458b4b3b64bfb912fe0bc973807310be64f7eeb5ba6bd3c244f5ddbe33ac6784"
} }
} }
}
}

+ 1
- 0
plugins/Monome.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "Monome", "slug": "Monome",
"name": "Monome", "name": "Monome",
"author": "Dewb",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/Dewb/monome-rack" "source": "https://github.com/Dewb/monome-rack"
} }

+ 1
- 0
plugins/MrLumps.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "MrLumps", "slug": "MrLumps",
"name": "MrLumps", "name": "MrLumps",
"author": "djpeterso23662",
"license": "BSD 3-clause", "license": "BSD 3-clause",
"version": "0.5.1", "version": "0.5.1",
"manual": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md", "manual": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md",


+ 1
- 0
plugins/NauModular.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "NauModular", "slug": "NauModular",
"name": "NauModular", "name": "NauModular",
"author": "naus3a",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/naus3a/NauModular", "source": "https://github.com/naus3a/NauModular",
"manual": "https://github.com/naus3a/NauModular/blob/master/README.md", "manual": "https://github.com/naus3a/NauModular/blob/master/README.md",


+ 2
- 1
plugins/Nohmad.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "Nohmad", "slug": "Nohmad",
"name": "Nohmad", "name": "Nohmad",
"author": "joelrobichaud",
"license": "MIT", "license": "MIT",
"version": "0.5.0", "version": "0.5.0",
"manual": "https://github.com/joelrobichaud/Nohmad/blob/master/README.md", "manual": "https://github.com/joelrobichaud/Nohmad/blob/master/README.md",
@@ -19,4 +20,4 @@
"sha256": "e6482337c0a7b0c9fd3ccf7bf4d81e9a575a9196125600a5caaa6f6609a72ca3" "sha256": "e6482337c0a7b0c9fd3ccf7bf4d81e9a575a9196125600a5caaa6f6609a72ca3"
} }
} }
}
}

+ 2
- 1
plugins/NonLinearInstruments.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "NonLinearInstruments", "slug": "NonLinearInstruments",
"name": "Non Linear Instruments", "name": "Non Linear Instruments",
"author": "NonLinearInstruments",
"license": "BSD 3-clause", "license": "BSD 3-clause",
"version": "0.5.0", "version": "0.5.0",
"homepage": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins", "homepage": "https://github.com/NonLinearInstruments/NLNRI_VCVRackPlugins",
@@ -16,4 +17,4 @@
"sha256": "354cfd04a8bb48993a07b13b8fc6ab68e39c2967fc356c988ac6f520902619d9" "sha256": "354cfd04a8bb48993a07b13b8fc6ab68e39c2967fc356c988ac6f520902619d9"
} }
} }
}
}

+ 1
- 0
plugins/ParableInstruments.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "ParableInstruments", "slug": "ParableInstruments",
"name": "Arable Instruments", "name": "Arable Instruments",
"author": "adbrant",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/adbrant/ArableInstruments", "source": "https://github.com/adbrant/ArableInstruments",
"downloads": { "downloads": {


+ 1
- 0
plugins/PvC.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "PvC", "slug": "PvC",
"name": "PvC", "name": "PvC",
"author": "phdsg",
"version": "0.5.1", "version": "0.5.1",
"source": "https://github.com/phdsg/PvC", "source": "https://github.com/phdsg/PvC",
"manual": "https://github.com/phdsg/PvC/blob/master/README.md", "manual": "https://github.com/phdsg/PvC/blob/master/README.md",


+ 1
- 0
plugins/Qwelk.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "Qwelk", "slug": "Qwelk",
"name": "Qwelk", "name": "Qwelk",
"author": "raincheque",
"version": "0.5.4", "version": "0.5.4",
"source": "https://github.com/raincheque/qwelk", "source": "https://github.com/raincheque/qwelk",
"manual": "https://github.com/raincheque/qwelk/blob/master/README.md", "manual": "https://github.com/raincheque/qwelk/blob/master/README.md",


+ 1
- 0
plugins/RJModules.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "RJModules", "slug": "RJModules",
"name": "RJModules", "name": "RJModules",
"author": "Miserlou",
"version": "0.5.0", "version": "0.5.0",
"homepage": "https://github.com/Miserlou/RJModules", "homepage": "https://github.com/Miserlou/RJModules",
"source": "https://github.com/Miserlou/RJModules", "source": "https://github.com/Miserlou/RJModules",


+ 1
- 0
plugins/RODENTMODULES.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "RODENTMODULES", "slug": "RODENTMODULES",
"name": "RODENTMODULES", "name": "RODENTMODULES",
"author": "RODENTCAT",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/RODENTCAT/RODENTMODULES", "source": "https://github.com/RODENTCAT/RODENTMODULES",
"downloads": { "downloads": {


+ 1
- 0
plugins/Simplemodulepack.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "Simplemodulepack", "slug": "Simplemodulepack",
"name": "Simple module pack", "name": "Simple module pack",
"author": "IohannRabeson",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/IohannRabeson/VCVRack-Simple", "source": "https://github.com/IohannRabeson/VCVRack-Simple",
"manual": "https://iohannrabeson.github.io/VCVRack-Simple/", "manual": "https://iohannrabeson.github.io/VCVRack-Simple/",


+ 1
- 0
plugins/Strum'sMentalModules.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "Strum'sMentalModules", "slug": "Strum'sMentalModules",
"name": "Strum's Mental Modules", "name": "Strum's Mental Modules",
"author": "Strum",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/Strum/Strums_Mental_VCV_Modules", "source": "https://github.com/Strum/Strums_Mental_VCV_Modules",
"manual": "https://github.com/Strum/Strums_Mental_VCV_Modules/wiki/Mental-Modules-WIKI/", "manual": "https://github.com/Strum/Strums_Mental_VCV_Modules/wiki/Mental-Modules-WIKI/",


+ 2
- 1
plugins/ValleyRackFree.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "ValleyRackFree", "slug": "ValleyRackFree",
"name": "Valley Rack Free", "name": "Valley Rack Free",
"author": "ValleyAudio",
"license": "GPL-3.0 and BSD-3-Clause", "license": "GPL-3.0 and BSD-3-Clause",
"version": "0.5.2", "version": "0.5.2",
"manual": "https://github.com/ValleyAudio/ValleyRackFree/", "manual": "https://github.com/ValleyAudio/ValleyRackFree/",
@@ -19,4 +20,4 @@
"sha256": "5c6b6738e6fdffb8e337f92fa2353f5dee678d2b6beb855a2f6454b98ff8ca7d" "sha256": "5c6b6738e6fdffb8e337f92fa2353f5dee678d2b6beb855a2f6454b98ff8ca7d"
} }
} }
}
}

+ 2
- 1
plugins/VultModules.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "VultModules", "slug": "VultModules",
"name": "VultModules", "name": "VultModules",
"author": "modlfo",
"version": "0.5.2", "version": "0.5.2",
"homepage": "https://modlfo.github.io/VultModules", "homepage": "https://modlfo.github.io/VultModules",
"manual": "https://modlfo.github.io/VultModules", "manual": "https://modlfo.github.io/VultModules",
@@ -19,4 +20,4 @@
"sha256": "0e130d414ed76630118fe63eff9f586b93f982b0b972d0251266dc818a7229cb" "sha256": "0e130d414ed76630118fe63eff9f586b93f982b0b972d0251266dc818a7229cb"
} }
} }
}
}

+ 1
- 0
plugins/av500.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "av500", "slug": "av500",
"name": "av500", "name": "av500",
"author": "av500",
"version": "0.5.0", "version": "0.5.0",
"homepage": "https://github.com/av500/vcvrackplugins_av500", "homepage": "https://github.com/av500/vcvrackplugins_av500",
"source": "https://github.com/av500/vcvrackplugins_av500" "source": "https://github.com/av500/vcvrackplugins_av500"

+ 2
- 1
plugins/bidoo.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "bidoo", "slug": "bidoo",
"name": "bid°°", "name": "bid°°",
"author": "sebastien-bouffier",
"version": "0.5.5", "version": "0.5.5",
"source": "https://github.com/sebastien-bouffier/Bidoo", "source": "https://github.com/sebastien-bouffier/Bidoo",
"manual": "https://github.com/sebastien-bouffier/Bidoo/wiki", "manual": "https://github.com/sebastien-bouffier/Bidoo/wiki",
@@ -18,4 +19,4 @@
"sha256": "8d5a6fcd7485824d1d7bdacdf92bac1405e9595865c0d84acf89b43d6bd91c81" "sha256": "8d5a6fcd7485824d1d7bdacdf92bac1405e9595865c0d84acf89b43d6bd91c81"
} }
} }
}
}

+ 2
- 1
plugins/cf.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "cf", "slug": "cf",
"name": "cf", "name": "cf",
"author": "cfoulc",
"version": "0.5.7", "version": "0.5.7",
"source": "https://github.com/cfoulc/cf", "source": "https://github.com/cfoulc/cf",
"manual": "https://github.com/cfoulc/cf/blob/master/README.md", "manual": "https://github.com/cfoulc/cf/blob/master/README.md",
@@ -18,4 +19,4 @@
"sha256": "f89b32bae7f66906e55bee9e7798b6718302c5c6d9cfb8029f75bfc8368af7b2" "sha256": "f89b32bae7f66906e55bee9e7798b6718302c5c6d9cfb8029f75bfc8368af7b2"
} }
} }
}
}

+ 1
- 0
plugins/dBiz.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "dBiz", "slug": "dBiz",
"name": "dBiz", "name": "dBiz",
"author": "dBiz",
"version": "0.5.1", "version": "0.5.1",
"source": "https://github.com/dBiz/dBiz", "source": "https://github.com/dBiz/dBiz",
"manual": "https://github.com/dBiz/dBiz/blob/master/README.md", "manual": "https://github.com/dBiz/dBiz/blob/master/README.md",


+ 1
- 0
plugins/dekstop.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "dekstop", "slug": "dekstop",
"name": "dekstop", "name": "dekstop",
"author": "dekstop",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/dekstop/vcvrackplugins_dekstop", "source": "https://github.com/dekstop/vcvrackplugins_dekstop",
"manual": "https://github.com/dekstop/vcvrackplugins_dekstop/blob/master/README.md", "manual": "https://github.com/dekstop/vcvrackplugins_dekstop/blob/master/README.md",


+ 1
- 0
plugins/luckyxxl.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "luckyxxl", "slug": "luckyxxl",
"name": "luckyxxl", "name": "luckyxxl",
"author": "luckyxxl",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/luckyxxl/vcv_luckyxxl", "source": "https://github.com/luckyxxl/vcv_luckyxxl",
"manual": "https://github.com/luckyxxl/vcv_luckyxxl/blob/master/README.md", "manual": "https://github.com/luckyxxl/vcv_luckyxxl/blob/master/README.md",


+ 1
- 0
plugins/moDllz.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "moDllz", "slug": "moDllz",
"name": "moDllz", "name": "moDllz",
"author": "dllmusic",
"license": "BSD 3-clause", "license": "BSD 3-clause",
"version": "0.5.0", "version": "0.5.0",
"manual": "https://github.com/dllmusic/VCV_moDllz/blob/master/README.md", "manual": "https://github.com/dllmusic/VCV_moDllz/blob/master/README.md",


+ 1
- 0
plugins/mscHack.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "mscHack", "slug": "mscHack",
"name": "mscHack", "name": "mscHack",
"author": "mschack",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/mschack/VCV-Rack-Plugins", "source": "https://github.com/mschack/VCV-Rack-Plugins",
"manual": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/README.md#demo-vids", "manual": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/README.md#demo-vids",


+ 1
- 0
plugins/s-ol.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "s-ol", "slug": "s-ol",
"name": "s-ol", "name": "s-ol",
"author": "s-ol",
"version": "0.5.0", "version": "0.5.0",
"source": "https://github.com/s-ol/vcvmods", "source": "https://github.com/s-ol/vcvmods",
"manual": "https://github.com/s-ol/vcvmods/blob/master/README.md", "manual": "https://github.com/s-ol/vcvmods/blob/master/README.md",


+ 3
- 2
plugins/trowaSoft.json View File

@@ -1,6 +1,7 @@
{ {
"slug": "trowaSoft", "slug": "trowaSoft",
"name": "trowaSoft", "name": "trowaSoft",
"author": "j4s0n-c",
"version": "0.5.5", "version": "0.5.5",
"homepage": "http://www.geekasaurusrex.net/page/trowaSoft-Sequencer-Modules-for-VCV-Rack.aspx", "homepage": "http://www.geekasaurusrex.net/page/trowaSoft-Sequencer-Modules-for-VCV-Rack.aspx",
"source": "https://github.com/j4s0n-c/trowaSoft-VCV", "source": "https://github.com/j4s0n-c/trowaSoft-VCV",
@@ -9,9 +10,9 @@
"download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5/trowaSoft-0.5.5-win.zip", "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5/trowaSoft-0.5.5-win.zip",
"sha256": "66d8e1d82fe2e2bd440139d76e347a449595ba2fecd3433ed2243263d1480be1" "sha256": "66d8e1d82fe2e2bd440139d76e347a449595ba2fecd3433ed2243263d1480be1"
}, },
"mac": {
"mac": {
"download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5/trowaSoft-0.5.5-mac.zip", "download": "https://github.com/j4s0n-c/trowaSoft-VCV/releases/download/v0.5.5/trowaSoft-0.5.5-mac.zip",
"sha256": "ac3525cb3aa9a821659042319baf327080fc00dd3ee440d03e5fe73c0dd9a3c0" "sha256": "ac3525cb3aa9a821659042319baf327080fc00dd3ee440d03e5fe73c0dd9a3c0"
} }
} }
}
}

Loading…
Cancel
Save