Skip to content

Commit 42b3e9e

Browse files
committed
Update to V 0.6.10
Added base frequency switch to TinySine and TinySawish New Module ZCV2T, zero crossing voltage to trigger generator Fixed the tag name on ReScale module
1 parent 0184a36 commit 42b3e9e

12 files changed

Lines changed: 985 additions & 21 deletions

File tree

AS.JPG

-194 KB
Loading

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
RACK_DIR ?= ../..
22
SLUG = AS
3-
VERSION = 0.6.9
3+
VERSION = 0.6.10
44

55
FLAGS +=
66
SOURCES += $(wildcard src/*.cpp freeverb/*.cpp)

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,15 @@ V 0.5.5 Extendend the freq range 1 octave below.
9696

9797
V 0.5.7 Module size reduced to 4HP
9898

99+
V 0.6.10 Added a base frequency switch to change from A (original and default) to C (to match the current VCV standard).
100+
99101
### TinySine
100102
VCV tutorial module. Mods: graphics, proper sine wave.
101103

102104
V 0.5.7 Module size reduced to 4HP
103105

106+
V 0.6.10 Added a base frequency switch to change from A (original and default) to C (to match the current VCV standard).
107+
104108
### TriLFO
105109
Fundamental LFO module. Mods:graphics, controls stripped to the basics but you get 3 LFOS on the same space.
106110

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

190194
V 0.6.7: First relase of this module.
191195

196+
### Zero Crossing CV 2 T
197+
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.
198+
199+
V 0.6.10: First relase of this module.
200+
192201
### Delay Plus
193202
Fundamental Delay module. Mods: graphics, digital display to show delay time in MS , wet signal send & return, bypass switch.
194203

res/SawOSC.svg

Lines changed: 79 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)