Browse Source

CV funk v2.0.24

Adding new modules:
Tatami - stereo polyphonic wavelder
Cartesia - 4x4x4 channel 3D sequencer
JunkDNA - A DNA sequence generator and gate sequencer
Picus - Burst Generator
Node - 2Channel stereo crossfading mixer
Weave - Advanced chord generator and permutator
Wonk - Chaotic LFO
Hammer - Rotating clock modulator
Hub - 2X bipolar VCAs for LFO mixing.
pull/850/head
Cody Geary 6 months ago
parent
commit
eb4aed2973
2 changed files with 10 additions and 1 deletions
  1. +1
    -1
      plugins/CVfunk
  2. +9
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/CVfunk

@@ -1 +1 @@
Subproject commit a116e6b18ac05974a23509cc47adfd86e8406385
Subproject commit 51f2b4e61cde7978fb84cdd892a1d3aaedc0ff5b

+ 9
- 0
plugins/plugins.cpp View File

@@ -2069,6 +2069,15 @@ static void initStatic__CVfunk()
p->addModel(modelPreeeeeeeeeeessedDuck);
p->addModel(modelArrange);
p->addModel(modelTriDelay);
p->addModel(modelTatami);
p->addModel(modelCartesia);
p->addModel(modelJunkDNA);
p->addModel(modelPicus);
p->addModel(modelNode);
p->addModel(modelWeave);
p->addModel(modelWonk);
p->addModel(modelHammer);
p->addModel(modelHub);
#undef modelSteps
}
}


Loading…
Cancel
Save