Hello, I'd like to know if it's possible/feasible to make the following change to the way data structures are saved when you write them to a file:
Don't expand $0, $1, etc. in the struct name.
So $0-struct gets saved as $0-struct
This is currently the way $0 is handled when you name a subpatch, i.e., [pd $0-template].
-Jonathan