Skip to content

Commit

Permalink
Update to v0.6.11
Browse files Browse the repository at this point in the history
New slimmed down BPM Delay/MS Calc module, just like the old module BPM Calc module but without the calc values display to free some HP space.
  • Loading branch information
AScustomWorks committed Oct 19, 2018
1 parent 42b3e9e commit 40640af
Show file tree
Hide file tree
Showing 6 changed files with 1,076 additions and 1 deletion.
Binary file modified AS.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RACK_DIR ?= ../..
SLUG = AS
VERSION = 0.6.10
VERSION = 0.6.11

FLAGS +=
SOURCES += $(wildcard src/*.cpp freeverb/*.cpp)
Expand Down
651 changes: 651 additions & 0 deletions res/BPMCalc2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ void init(rack::Plugin *p) {
p->addModel(modelTriggersMKII);
p->addModel(modelTriggersMKIII);
p->addModel(modelBPMCalc);
p->addModel(modelBPMCalc2);
p->addModel(modelCv2T);
p->addModel(modelZeroCV2T);
p->addModel(modelReScale);
Expand Down
1 change: 1 addition & 0 deletions src/AS.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ extern Model *modelKillGate;
extern Model *modelFlow;
extern Model *modelSignalDelay;
extern Model *modelBPMCalc;
extern Model *modelBPMCalc2;
extern Model *modelCv2T;
extern Model *modelZeroCV2T;
extern Model *modelReScale;
Expand Down
Loading

0 comments on commit 40640af

Please sign in to comment.