I'm using a ParameterTransformer right after a sample module containing this code:
snd doNotTransformSubSounds.
snd fromMemoryWriter isNil ifFalse: [snd fromMemoryWriter: true].
but it doesn't work.. I want to encapsulate the Sound and assign a boolean to it. Done that before but it doesn't work for the FromMemoryWriter checkbox.
Thanks!