Skip to content

Commit c1e01d7

Browse files
committed
Synths - add missing amp/pan varlag ugens for sc808 cowbell
1 parent 9f29a7f commit c1e01d7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Binary file not shown.

etc/synthdefs/designs/supercollider/sc808.scd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ SynthDef('sonic-pi-sc808_cowbell', {|
444444
note2 = note2.midicps;
445445
hpf = hpf.midicps;
446446
lpf = lpf.midicps;
447+
amp = amp.varlag(amp_slide, amp_slide_curve, amp_slide_shape);
448+
pan = pan.varlag(pan_slide, pan_slide_curve, pan_slide_shape);
449+
447450
hpf = hpf.varlag(hpf_slide, hpf_slide_curve, hpf_slide_shape);
448451
lpf = lpf.varlag(lpf_slide, lpf_slide_curve, lpf_slide_shape);
449452

0 commit comments

Comments
 (0)