wguide opcodes
Date | 1999-10-25 04:16 |
From | Martin Marier |
Subject | wguide 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
|
Date | 1999-10-25 22:12 |
From | jpff@maths.bath.ac.uk |
Subject | Re: 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 |