Browse Source

Update HetrickCV. (#795)

* Update HetrickCV.

* Update makefile
tags/25.06
rl2939 GitHub 9 months ago
parent
commit
ed75b4989c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions
  1. +1
    -1
      plugins/HetrickCV
  2. +1
    -0
      plugins/Makefile
  3. +2
    -0
      plugins/plugins.cpp

+ 1
- 1
plugins/HetrickCV

@@ -1 +1 @@
Subproject commit 49e2bc0f6a3ef4d1616b78d6280a6d4e7ee222d3
Subproject commit 52b1e03c34bd1baa264395c150cd62d8e192b12f

+ 1
- 0
plugins/Makefile View File

@@ -1457,6 +1457,7 @@ clean:
PLUGIN_LIST = $(subst /plugin.json,,$(wildcard */plugin.json))

UNWANTED_FILES = HetrickCV/res/illustrator - deprecated/MyModule.svg
UNWANTED_FILES += $(wildcard "HetrickCV/res/affinity redo/*")
UNWANTED_FILES += $(wildcard Meander/res/*)
UNWANTED_FILES += $(wildcard Mog/res/*)
UNWANTED_FILES += $(wildcard Mog/res/*/*)


+ 2
- 0
plugins/plugins.cpp View File

@@ -457,6 +457,7 @@ void saveGtgPluginDefault(const char*, int) {}
extern Model* modelTwoToFour;
extern Model* modelAnalogToDigital;
extern Model* modelASR;
extern Model* modelBinaryCounter;
extern Model* modelBinaryGate;
extern Model* modelBinaryNoise;
extern Model* modelBitshift;
@@ -2416,6 +2417,7 @@ static void initStatic__HetrickCV()
p->addModel(modelTwoToFour);
p->addModel(modelAnalogToDigital);
p->addModel(modelASR);
p->addModel(modelBinaryCounter);
p->addModel(modelBinaryGate);
p->addModel(modelBinaryNoise);
p->addModel(modelBitshift);


Loading…
Cancel
Save