<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>I’m pretty sure I know the answer to this already – its not a dynamic 
language... However, I can put a UGen method into a variable, but I cannot apply 
it:</DIV>
<DIV>...</DIV>
<DIV>SndBuf2 input;</DIV>
<DIV>input.gain @=&gt; Object f;</DIV>
<DIV>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>This compiles, but can I apply it to an argument?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Am trying to find a way of modifying arbitrary parameters via osc that 
doesn’t include writing unmaintainable code:</DIV>
<DIV>...</DIV>
<DIV>if (parameterName == “gain”) myUgen.gain (value);</DIV>
<DIV>... etc ...</DIV>
<DIV>&nbsp;</DIV>
<DIV>Am I missing something...?</DIV>
<DIV>-- Rich</DIV>
<DIV>&nbsp;</DIV></DIV></DIV></BODY></HTML>