how do I assign a Blit array with a BlitSquare array?

2 Feb
2014
2 Feb
'14
11:18 a.m.
Hi, 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: BlitSquare pls[10]; BlitSaw saw[10]; Blit osc[10]; if (choosePulse) { pls @=> osc; } else { saw @=> osc; } Any suggestions? How is the Blit type ever to be used if not in this way? (My chuck experience is limited, but I am an experienced programmer.) Regards, George
4101
Age (days ago)
4101
Last active (days ago)
0 comments
1 participants
participants (1)
-
George Locke