Skip to content

Commit

Permalink
Update to V 0.6.10
Browse files Browse the repository at this point in the history
Added base frequency switch to TinySine and TinySawish
New Module ZCV2T, zero crossing voltage to trigger generator
Fixed the tag name on ReScale module
  • Loading branch information
AScustomWorks committed Sep 16, 2018
1 parent 0184a36 commit 42b3e9e
Show file tree
Hide file tree
Showing 12 changed files with 985 additions and 21 deletions.
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.9
VERSION = 0.6.10

FLAGS +=
SOURCES += $(wildcard src/*.cpp freeverb/*.cpp)
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,15 @@ V 0.5.5 Extendend the freq range 1 octave below.

V 0.5.7 Module size reduced to 4HP

V 0.6.10 Added a base frequency switch to change from A (original and default) to C (to match the current VCV standard).

### TinySine
VCV tutorial module. Mods: graphics, proper sine wave.

V 0.5.7 Module size reduced to 4HP

V 0.6.10 Added a base frequency switch to change from A (original and default) to C (to match the current VCV standard).

### TriLFO
Fundamental LFO module. Mods:graphics, controls stripped to the basics but you get 3 LFOS on the same space.

Expand Down Expand Up @@ -189,6 +193,11 @@ CV to Trigger module. Feed a midi signal to the CV inputs and it will output one

V 0.6.7: First relase of this module.

### Zero Crossing CV 2 T
Zero crossing CV to Trigger module. Each time a CV input hits 0v it will generate a trigger signal on the respective output. User request.

V 0.6.10: First relase of this module.

### Delay Plus
Fundamental Delay module. Mods: graphics, digital display to show delay time in MS , wet signal send & return, bypass switch.

Expand Down
89 changes: 79 additions & 10 deletions res/SawOSC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 42b3e9e

Please sign in to comment.