extra feedback

View: New views
1 Messages — Rating Filter:   Alert me  

extra feedback

by Charles Gran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

This is based on
http://www.nabble.com/making-a-delay-with-feedback-to24166761.html
with the comment "On a quick glance, my impression is that  the code
below adds 1 extra k-period to the feedback path (but I might be wrong
on this)."

When I turn the dial for kfeedback, I usually get one more echo.  How
do I fix this?

; Continuous delay with reverb
<CsoundSynthesizer>
<CsOptions>
-odac4 -iadc4 -b100 -B512 -M2
</CsOptions>

<CsInstruments>
sr = 44100
ksmps = 10
nchnls = 1
0dbfs = 1

initc7 8,10,.5  ;kfeedback

instr 1

  imaxdelay = 4
  kdelay = 1  ;seconds
  ;kfeedback = .5  ;0=none, 1=constant
  kfeedback ctrl7 8,10,0,1

 asignal in

  afeedbacksig init 0
  abufout delayr imaxdelay
  atap deltap3 kdelay
  delayw asignal + atap*kfeedback

 out asignal+atap

endin

</CsInstruments>

<CsScore>
i1 0 3600
e
</CsScore>
</CsoundSynthesizer>


Send bugs reports to this list.
To unsubscribe, send email sympa@... with body "unsubscribe csound"