Csound Csound-dev Csound-tekno Search About

wguide opcodes

Date1999-10-25 04:16
FromMartin Marier
Subjectwguide opcodes
Sorry, the orchestra in the preceding mail should have lookes like this:
 
 
sr = 44100
kr = 4410
ksmps = 10
nchnls= 1
asig rand 25000
asig wguide1    asig, 60, 3000, .8
out asig
 
 
 
Martin Marier
 

Date1999-10-25 22:12
Fromjpff@maths.bath.ac.uk
SubjectRe: wguide opcodes
You did not have an instr statement.  Did you mean that?  Anyway it
does not progress for me either.  Looks like a recent change is
seriously wrong.  Any thoughts Gabriel? 

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

I think it needs some of that grotty code with XINCODE, which i have
written and seems to work, but perhaps Gabriel should review it.
==John ffitch

sr = 44100
kr = 4410
ksmps = 10
nchnls= 1
instr 1
asig rand 25000
asig wguide1    asig, 60, 3000, .8
out asig
endin


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