Hello everybody, I hope all is good. already missing you all since I saw you in Busan.
I am trying to encapsulate the replication of a SoundToGlobalController, which will be part of a bigger encapsulation.
if I write a script like:
1 to: ?numberOfEvents do: [:i |
stgc start: 0s
generated Event: (?event&i) asHotValue
value: ?arrayOfvalues at: i
]
it works on the script, but. when I try to encapsulate the sound, I got an error message about not using hotValues in the field of a new class.
what can I do?
peace.
d