Csound Csound-dev Csound-tekno Search About

Re: [Csnd] wguide opcodes

Date1999-10-26 04:39
FromMartin Marier
SubjectRe: [Csnd] wguide opcodes
-----Original Message-----
From: jpff@maths.bath.ac.uk 
To: marierm@MAGELLAN.UMontreal.CA 
Cc: csound@lists.bath.AC.UK 
Date: 25 octobre, 1999 17:20
Subject: Re: wguide opcodes



>Later:
>  reading the code it looks as if the delay MUST be an a-rate entity
>as it reads a vector at this point.  Same for wguide2


You are right.  I just had to use a arate variable to make it work.


>sr = 44100
>kr = 4410
>ksmps = 10
>nchnls= 1

>instr 1
>asig rand 25000
>asig wguide1    asig, 60, 3000, .8
>out asig
>endin

instr 1 now looks like this :

instr 1
afreq = 60
asig rand 25000
asig wguide1    asig, afreq, 3000, .8
out asig
endin

I also noticed the same problem in version 2.9 of DirectCsound.

Thanks alot.

Martin Marier




--
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk