Browse Source

Merge 917d0a02d1 into 52fa1604f0

pull/787/merge
rl2939 GitHub 6 days ago
parent
commit
018965a3d1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      plugins/plugins.cpp
  2. +1
    -1
      plugins/voxglitch

+ 3
- 0
plugins/plugins.cpp View File

@@ -3470,6 +3470,7 @@ static void initStatic__Voxglitch()
p->addModel(modelDigitalSequencer);
p->addModel(modelDigitalSequencerXP);
p->addModel(modelDrumRandomizer);
p->addModel(modelCueResearch);
p->addModel(modelGlitchSequencer);
p->addModel(modelGhosts);
p->addModel(modelGrainEngineMK2);
@@ -3486,6 +3487,8 @@ static void initStatic__Voxglitch()
p->addModel(modelSamplerX8);
p->addModel(modelSampler16P);
p->addModel(modelSatanonaut);
p->addModel(modelSatanonautUnearthed);
p->addModel(modelVectorRotation);
p->addModel(modelWavBank);
p->addModel(modelWavBankMC);
p->addModel(modelXY);


+ 1
- 1
plugins/voxglitch

@@ -1 +1 @@
Subproject commit 3792a1ee01240c70e4a9d9e9aed6ec90518ac293
Subproject commit ff7f2a4cb54b24173061cbb5211bc996b6383f3c

Loading…
Cancel
Save