[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] BooleanUGens (was Re: conditional statement in SynthDef)



2005/9/6, Joshua Parmenter <joshpar@xxxxxxx>:
> 
> On Sep 5, 2005, at 1:22 PM, James Harkins wrote:
>
> > Since BinaryOpUGen already supports == and != I think it could just be
> > documented how to write the BinaryOpUGen yourself 
> I think this makes sense... 

I'm afraid I don't quite understand. Could someone spell it out for a
stupid person, please? The situation as I see it is that there already
exist BinaryOpUGens which perform equality/non-equality tests, but for
some reason these aren't automatically inserted when someone uses "=="
or "!=" in a SynthDef. What's the reason? Josh found he couldn't
compile this in without breaking things so it's an unavoidable
problem?

When you say "documented how to write the BinaryOpUGen yourself", does
that mean documenting how to manually rewrite "==" and "!=" within
SynthDefs?

Thanks
Dan