For example, let's say you wanted to process each input through the HarmonicResonator called res that comes as the default input in the Prototype Script. Then in the Script field you could use:
?inputs do: [:i | res start: 0 s freq: !Freq input: i]
and provide a collection of inputs of arbitrary size from your user-defined encapsulated class based on the Script Sound.