Browse Source

Initial import of plugins working with Rack v0.6 API. (#322)

pull/323/head
cschol Andrew Belt 7 years ago
parent
commit
810d686e57
26 changed files with 129 additions and 2 deletions
  1. +104
    -0
      .gitmodules
  2. +1
    -0
      repos/AS
  3. +1
    -0
      repos/AmalgamatedHarmonics
  4. +1
    -1
      repos/AudibleInstruments
  5. +1
    -0
      repos/Befaco
  6. +1
    -0
      repos/Bogaudio
  7. +1
    -0
      repos/DHE-Modules
  8. +1
    -0
      repos/ESeries
  9. +1
    -0
      repos/FrozenWasteland
  10. +1
    -1
      repos/Fundamental
  11. +1
    -0
      repos/Gratrix
  12. +1
    -0
      repos/HetrickCV
  13. +1
    -0
      repos/LindenbergResearch
  14. +1
    -0
      repos/ML_modules
  15. +1
    -0
      repos/NauModular
  16. +1
    -0
      repos/Ohmer
  17. +1
    -0
      repos/PvC
  18. +1
    -0
      repos/RJModules
  19. +1
    -0
      repos/TheXOR
  20. +1
    -0
      repos/dBiz
  21. +1
    -0
      repos/luckyxxl
  22. +1
    -0
      repos/mental
  23. +1
    -0
      repos/moDllz
  24. +1
    -0
      repos/mtsch-plugins
  25. +1
    -0
      repos/s-ol
  26. +1
    -0
      repos/squinkylabs-plug1

+ 104
- 0
.gitmodules View File

@@ -5,3 +5,107 @@
path = repos/Fundamental
url = https://github.com/VCVRack/Fundamental.git
branch = master
[submodule "repos/AS"]
path = repos/AS
url = https://github.com/AScustomWorks/AS
branch = master
[submodule "repos/Alikins"]
path = repos/Alikins
url = https://github.com/alikins/Alikins-rack-plugins
branch = master
[submodule "repos/AmalgamatedHarmonics"]
path = repos/AmalgamatedHarmonics
url = https://github.com/jhoar/AmalgamatedHarmonics
branch = master
[submodule "repos/Befaco"]
path = repos/Befaco
url = https://github.com/VCVRack/Befaco
branch = master
[submodule "repos/Bogaudio"]
path = repos/Bogaudio
url = https://github.com/bogaudio/BogaudioModules
branch = master
[submodule "repos/DHE-Modules"]
path = repos/DHE-Modules
url = https://github.com/dhemery/DHE-Modules
branch = master
[submodule "repos/ESeries"]
path = repos/ESeries
url = https://github.com/VCVRack/ESeries
branch = master
[submodule "repos/FrozenWasteland"]
path = repos/FrozenWasteland
url = https://github.com/almostEric/FrozenWasteland
branch = master
[submodule "repos/Gratrix"]
path = repos/Gratrix
url = https://github.com/gratrix/vcv-gratrix
branch = master
[submodule "repos/HetrickCV"]
path = repos/HetrickCV
url = https://github.com/mhetrick/hetrickcv
branch = master
[submodule "repos/JW-Modules"]
path = repos/JW-Modules
url = https://github.com/jeremywen/JW-Modules
branch = master
[submodule "repos/LindenbergResearch"]
path = repos/LindenbergResearch
url = https://github.com/lindenbergresearch/LRTRack
branch = master
[submodule "repos/ML_modules"]
path = repos/ML_modules
url = https://github.com/martin-lueders/ML_modules
branch = master
[submodule "repos/NauModular"]
path = repos/NauModular
url = https://github.com/naus3a/NauModular
branch = master
[submodule "repos/Ohmer"]
path = repos/Ohmer
url = https://github.com/DomiKamu/Ohmer-Modules.git
branch = 060dev
[submodule "repos/PvC"]
path = repos/PvC
url = https://github.com/phdsg/PvC.git
branch = master
[submodule "repos/RJModules"]
path = repos/RJModules
url = https://github.com/Miserlou/RJModules
branch = master
[submodule "repos/TheXOR"]
path = repos/TheXOR
url = https://github.com/The-XOR/VCV-Sequencers
branch = master
[submodule "repos/cf"]
path = repos/cf
url = https://github.com/cfoulc/cf
branch = master
[submodule "repos/dBiz"]
path = repos/dBiz
url = https://github.com/dBiz/dBiz
branch = master
[submodule "repos/luckyxxl"]
path = repos/luckyxxl
url = https://github.com/luckyxxl/vcv_luckyxxl
branch = master
[submodule "repos/mental"]
path = repos/mental
url = https://github.com/Strum/Strums_Mental_VCV_Modules
branch = 06dev
[submodule "repos/moDllz"]
path = repos/moDllz
url = https://github.com/dllmusic/VCV_moDllz
branch = master-0.6.0dev
[submodule "repos/mtsch-plugins"]
path = repos/mtsch-plugins
url = https://github.com/mtsch/mtsch-vcvrack-plugins
branch = master
[submodule "repos/s-ol"]
path = repos/s-ol
url = https://github.com/s-ol/vcvmods
branch = master
[submodule "repos/squinkylabs-plug1"]
path = repos/squinkylabs-plug1
url = https://github.com/squinkylabs/SquinkyVCV
branch = master

+ 1
- 0
repos/AS

@@ -0,0 +1 @@
Subproject commit 4a61ab9ce4b3690a7491a817cbadb79e3e14cb7f

+ 1
- 0
repos/AmalgamatedHarmonics

@@ -0,0 +1 @@
Subproject commit 2f5611c92583bf56cdb6a9e801617337ff99f0ed

+ 1
- 1
repos/AudibleInstruments

@@ -1 +1 @@
Subproject commit e0b3fbd985373da3bc2cf94cd76e281cf7cff512
Subproject commit 76756d7994c37f64346062bbf6a779f5c4d4b80e

+ 1
- 0
repos/Befaco

@@ -0,0 +1 @@
Subproject commit 2c013b7029dbf8570729e3ceed3f563d4b038f4d

+ 1
- 0
repos/Bogaudio

@@ -0,0 +1 @@
Subproject commit 0e33dac7f99f4982aa270cf43ee9bb17d2d12a29

+ 1
- 0
repos/DHE-Modules

@@ -0,0 +1 @@
Subproject commit f7fd289528b33b34ea270cba224baed6c25e2160

+ 1
- 0
repos/ESeries

@@ -0,0 +1 @@
Subproject commit d96a06d2ac6a99040f46523368a662d09597bfba

+ 1
- 0
repos/FrozenWasteland

@@ -0,0 +1 @@
Subproject commit d06fa4318e54ba7f8a452bdf2667cbe1a1b13b18

+ 1
- 1
repos/Fundamental

@@ -1 +1 @@
Subproject commit eba641ca04e2dc2089a15ee4cb89de5dbed96d6d
Subproject commit 5d676bba0b26d7e9c51850ba9c7120df996de5f2

+ 1
- 0
repos/Gratrix

@@ -0,0 +1 @@
Subproject commit 1df86170a48f8e5396f0309a3533b633c7478d97

+ 1
- 0
repos/HetrickCV

@@ -0,0 +1 @@
Subproject commit 8ac39ab6a3c0df9770d5004cd272ef8c818f1036

+ 1
- 0
repos/LindenbergResearch

@@ -0,0 +1 @@
Subproject commit 0e6e717e06e06c2bbd30dbfee28edcee0aa37450

+ 1
- 0
repos/ML_modules

@@ -0,0 +1 @@
Subproject commit a779a64a68fea5a3faaec8542cd695fe5d19b269

+ 1
- 0
repos/NauModular

@@ -0,0 +1 @@
Subproject commit 8e23d608a04efe72e11eefcfcc7b999ad2317a9f

+ 1
- 0
repos/Ohmer

@@ -0,0 +1 @@
Subproject commit 9cb26d007856001908d5070c2bcee346c373248f

+ 1
- 0
repos/PvC

@@ -0,0 +1 @@
Subproject commit 19e7f5811b61bd835a1446e7d07001a7aeb51ece

+ 1
- 0
repos/RJModules

@@ -0,0 +1 @@
Subproject commit 34afd0e9d22c09a119f2fa17ad14672132e921e4

+ 1
- 0
repos/TheXOR

@@ -0,0 +1 @@
Subproject commit 547379224cea4659492e185ab0844c8c4ea6e931

+ 1
- 0
repos/dBiz

@@ -0,0 +1 @@
Subproject commit 3a182cee1c0250803cbd0a81c715f48632926834

+ 1
- 0
repos/luckyxxl

@@ -0,0 +1 @@
Subproject commit ea7c55b3011ed0b2dc37e142e8d6db746f7b2824

+ 1
- 0
repos/mental

@@ -0,0 +1 @@
Subproject commit 0ca467b323783e5110bec3f36ea5c20b51a212f4

+ 1
- 0
repos/moDllz

@@ -0,0 +1 @@
Subproject commit 28f685b43599492c6f8bf3bae708ad6cbd37abe5

+ 1
- 0
repos/mtsch-plugins

@@ -0,0 +1 @@
Subproject commit ac839638f164add2071a1a4fad1e166b02bd615d

+ 1
- 0
repos/s-ol

@@ -0,0 +1 @@
Subproject commit 781a2adb1157eb9b323b1f7e2dd40ba4feafa470

+ 1
- 0
repos/squinkylabs-plug1

@@ -0,0 +1 @@
Subproject commit 6d41a7f3d3db7128d7c8679bd3f844f90bb9a1b2

Loading…
Cancel
Save