Browse Source

Update HetrickCV. (#784)

* Add OptikEcho, a polyphonic piano emulator.

* Update HetrickCV

* Revert "Add OptikEcho, a polyphonic piano emulator."

This reverts commit 5099055c77.

* Fix whitespace.

* Fix whitespace again.

* Fix even more whitespace.
pull/789/head
rl2939 GitHub 4 months ago
parent
commit
426fda5054
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions
  1. +1
    -1
      plugins/HetrickCV
  2. +8
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/HetrickCV

@@ -1 +1 @@
Subproject commit 4dc7c53b9f230bfd4f6c4deb432c477a65188ac0
Subproject commit 49e2bc0f6a3ef4d1616b78d6280a6d4e7ee222d3

+ 8
- 0
plugins/plugins.cpp View File

@@ -484,6 +484,7 @@ extern Model* modelPhasorAnalyzer;
extern Model* modelPhasorBurstGen;
extern Model* modelPhasorDivMult;
extern Model* modelPhasorEuclidean;
extern Model* modelPhasorFreezer;
extern Model* modelPhasorGates;
extern Model* modelPhasorGates32;
extern Model* modelPhasorGates64;
@@ -492,6 +493,7 @@ extern Model* modelPhasorGeometry;
extern Model* modelPhasorHumanizer;
extern Model* modelPhasorMixer;
extern Model* modelPhasorOctature;
extern Model* modelPhasorProbability;
extern Model* modelPhasorQuadrature;
extern Model* modelPhasorRandom;
extern Model* modelPhasorRanger;
@@ -499,6 +501,7 @@ extern Model* modelPhasorReset;
extern Model* modelPhasorRhythmGroup;
extern Model* modelPhasorShape;
extern Model* modelPhasorShift;
extern Model* modelPhasorSplitter;
extern Model* modelPhasorStutter;
extern Model* modelPhasorSubstepShape;
extern Model* modelPhasorSwing;
@@ -511,6 +514,7 @@ extern Model* modelRandomGates;
extern Model* modelRotator;
extern Model* modelRungler;
extern Model* modelScanner;
extern Model* modelTrigShaper;
extern Model* modelVectorMix;
extern Model* modelWaveshape;
extern Model* modelXYToPolar;
@@ -2413,6 +2417,7 @@ static void initStatic__HetrickCV()
p->addModel(modelPhasorBurstGen);
p->addModel(modelPhasorDivMult);
p->addModel(modelPhasorEuclidean);
p->addModel(modelPhasorFreezer);
p->addModel(modelPhasorGates);
p->addModel(modelPhasorGates32);
p->addModel(modelPhasorGates64);
@@ -2421,6 +2426,7 @@ static void initStatic__HetrickCV()
p->addModel(modelPhasorHumanizer);
p->addModel(modelPhasorMixer);
p->addModel(modelPhasorOctature);
p->addModel(modelPhasorProbability);
p->addModel(modelPhasorQuadrature);
p->addModel(modelPhasorRandom);
p->addModel(modelPhasorRanger);
@@ -2428,6 +2434,7 @@ static void initStatic__HetrickCV()
p->addModel(modelPhasorRhythmGroup);
p->addModel(modelPhasorShape);
p->addModel(modelPhasorShift);
p->addModel(modelPhasorSplitter);
p->addModel(modelPhasorStutter);
p->addModel(modelPhasorSubstepShape);
p->addModel(modelPhasorSwing);
@@ -2440,6 +2447,7 @@ static void initStatic__HetrickCV()
p->addModel(modelRotator);
p->addModel(modelRungler);
p->addModel(modelScanner);
p->addModel(modelTrigShaper);
p->addModel(modelVectorMix);
p->addModel(modelWaveshape);
p->addModel(modelXYToPolar);


Loading…
Cancel
Save