how do I assign a Blit array with a BlitSquare array?
![](https://secure.gravatar.com/avatar/93d857dce8715ac8c5154e191fa9213e.jpg?s=120&d=mm&r=g)
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
4026
Age (days ago)
4026
Last active (days ago)
0 comments
1 participants
participants (1)
-
George Locke