<div dir="ltr">Hi,<div><br></div><div>I have a class that I want to use either (multiple) BlitSquare or BlitSaw oscillators, where i can switch between them during performance.  I thought the easiest way would be to have a single Blit array that holds either, but apparently I can't do this:</div>
<div><br></div><div>BlitSquare pls[10];</div><div>BlitSaw saw[10];</div><div>Blit osc[10];</div><div>if (choosePulse) {</div><div>pls @=> osc;</div><div>} else {</div><div>saw @=> osc;</div><div>}</div><div><br></div>
<div>Any suggestions?</div><div><br></div><div>How is the Blit type ever to be used if not in this way?</div><div><br></div><div>(My chuck experience is limited, but I am an experienced programmer.)</div><div><br></div><div>
Regards,</div><div>George</div></div>