Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Qirky committed Sep 24, 2019
1 parent f47fac6 commit 9d6a6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FoxDot/lib/.version
@@ -1 +1 @@
0.8.2
0.8.3
2 changes: 1 addition & 1 deletion FoxDot/osc/scsyndef/vrender.scd
@@ -1,5 +1,5 @@
SynthDef.new(\vrender,
{|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|
{|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|
var osc, env;
sus = sus * blur;
freq = In.kr(bus, 1);
Expand Down

0 comments on commit 9d6a6a8

Please sign in to comment.