Hi,
I'm using the StepSequencer sound and using a bit of smallTalk in its parameters to generate a bunch of faders etc. I think in the usual way. And every time I compile the sound I get a dialog popping up asking me:
"Does ... represent an element in the array or the array itself?"
The expressions causing the problems are:
StepSequencer:
KEYDOWNS: {(1 to: ?Steps) collect: [:i | !On_ suffix: i]}
KEYPITCHES: {(1 to: ?Steps) collect: [:i | (!Pitch_ suffix: i) + (!Octave * 12) + 60]}
What am I doing wrong?