Skip to content

Commit 9d6a6a8

Browse files
committed
Update version
1 parent f47fac6 commit 9d6a6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FoxDot/lib/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.2
1+
0.8.3

FoxDot/osc/scsyndef/vrender.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SynthDef.new(\vrender,
2-
{|vib=0, rel=0.01, bus=0, rate=0, peak=1, amp=1, freq=0, beat_dur=1, decay=0.01, level=0.8, atk=0.01, sus=1, fmod=0, blur=1, pan=0|
2+
{|amp=1, sus=1, pan=0, freq=0, vib=0, fmod=0, rate=0, bus=0, blur=1, beat_dur=1, atk=0.01, decay=0.01, rel=0.01, peak=1, level=0.8|
33
var osc, env;
44
sus = sus * blur;
55
freq = In.kr(bus, 1);

0 commit comments

Comments
 (0)