hi Ian,
Ian Smith-Heisters wrote: ...
working on a problem in Pd, constructing a list dynamically, where empty lists would have been handy (the cyclone prepend object doesn't do empty lists). It required some obnoxious extra wiring because I needed to take
it does, since alpha51: 'list' (or 'bang') in the left inlet outputs an object's state, 'list' in the right inlet clears its state.
Be careful with recursion, though, Pd is not that sort of a language...
Krzysztof