Csound Csound-dev Csound-tekno Search About

Re: Writing opcodes that can be modulated by k and a-rate signals?

Date1999-05-10 23:09
FromSean Costello
SubjectRe: Writing opcodes that can be modulated by k and a-rate signals?
Paul Barton-Davis wrote:

> its also possible to use the XINCODE macro to determine from within
> the opcode function if the input args are a-rate or k-rate, meaning
> that if the output type is the same, you don't need two different
> functions to implement handling of k-rate and a-rate input arguments.

THAT'S what I need. All of my opcodes generate a-rate outputs, so a
simple way of choosing the specific a or k-rate routine within the
function itself should do it.

> grep for XINCODE to see how its used. 

No grepping on the Windoze 95 machine here at work. I will search for
instances of XINCODE tonight.

Thanks,