From fc0abdc34ee16ae5e8611a738efcedcf484d451a Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Sat, 27 Dec 2014 17:57:20 +0000 Subject: [PATCH] Remove unnecessary portamento --- delay.csd | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/delay.csd b/delay.csd index 18a2682..5614d92 100644 --- a/delay.csd +++ b/delay.csd @@ -10,15 +10,6 @@ ksmps = 20 ; Number of audio samples in each control cycle nchnls = 2 ; Number of channels (2=stereo) 0dbfs = 1 ; Maximum amplitude -; Delay parameters -gkporttime init 0.3 ; Portamento time -;gkdlt init 5 ; Max delay -;gkmix init .5 ; Dry/wet -;gkfeedamt init .95 ; Feedback ratio -;gkamp init .7 ; Output amplitude rescaling -;gkingain init .5 ; Input gain -;gkOnOff init 1 ; Input on off - ; FLTK GUI interface FLcolor 200, 200, 255, 0, 0, 0 FLpanel "M I L C H L O D E", 500, 300, 0, 0, 0, 1 @@ -60,10 +51,7 @@ endin ; Instr 2 is the delay line instr 2 -kporttime linseg 0, .001, 1, 1, 1 ; A short envelope -kporttime = kporttime * gkporttime ; TODO: remove this -kdlt portk gkdlt, kporttime ; Apply portamento -adlt interp kdlt ; Interpolate +adlt = gkdlt ;Left channel abufferL delayr 5 ;Buffer